일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- micropython
- AT+FSOCK
- Neul
- WizFi310
- Cat M1
- KT
- Gainspan
- LoRa
- IoTMakers
- MQTT
- cloud
- WizFi210
- C Script
- IOT
- SKT
- script
- WizFi250
- SSL Server
- NB-IoT
- WIZwiki-W7500
- ThingPlug
- WiFi
- OpenSSL
- PicoC
- ESP8266
- SerialPassthrough
- 안드로이드
- 오픈 하우스
- W7500
- AT+MEVTFORM
- Today
- Total
목록micropython (4)
IoT Wireless

Raspberry-Pi-Pico-MicroPython-Ethernet: Raspberry-Pi-Pico-MicroPython-Ethernet (github.com) GitHub - SteveSEK/Raspberry-Pi-Pico-MicroPython-Ethernet: Raspberry-Pi-Pico-MicroPython-Ethernet Raspberry-Pi-Pico-MicroPython-Ethernet. Contribute to SteveSEK/Raspberry-Pi-Pico-MicroPython-Ethernet development by creating an account on GitHub. github.com Overview This is the MicroPython project, which ai..
OSHUG에 소개된 Embedded Scripting출처 : http://oshug.org/event/32 Features of Embedded Scripting출처 : http://wipy.io/, http://micropython.org/, http://www.espruino.com/
이전 포스팅(http://ilikethisplus.tistory.com/23)에서 WizFi250에 MicroPython을 포팅하는 것에 대해서 정리를 했었는데, 이번에는 대한 코드 메모리의 Usage에 대해서 정리해 본다. Platfrom(TreadX) 20KB Platfrom(TreadX + STDIO) 40KB Platfrom(TreadX + STDIO) WICED 270KB Platfrom(TreadX + STDIO) WICED WLAN(WiFi Join + TCP/IP) 323KB Platfrom(TreadX + STDIO) WICED WLAN(WiFi Join + TCP/IP) HTTP 423KB Platfrom(TreadX + STDIO) WICED WLAN(WiFi Join + TCP/IP..
WizFi250에 스크립트 탑재를 검토하고자 MicroPython을 WizFi250에 포팅해 보았다.물론 가능성 여부만 타진하고자 함이 목적이라서 MicroPython에서 MicroPython 코어 엔진 정도만 올려 보았다.아래는 MicroPython 소스는 아래 링크에서 받을 수 있다.https://github.com/micropython/micropython MicroPython이 2014년에도 KickStarter에서 성공적으로 런칭되었다.https://www.kickstarter.com/projects/214379695/micro-python-python-for-microcontrollers/description MicroPython GitHub 폴더에는 WIZnet 5x00 시리즈의 드라이버도 ..