09-04-2015, 10:15 AM
(This post was last modified: 09-04-2015, 10:29 AM by smartarduino.)
WiFiMCU
![[Image: 68747470733a2f2f696d672e736869656c64732e...652e737667]](https://camo.githubusercontent.com/6b93fbff090a3d06a2c88ecdbccbb95b8f51d8c4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f776e6c6f61642d2537453230306b2d6f72616e67652e737667)
WiFiMCU is developed based on EMW3165 module produced by MXCHIP.INC. A Lua interpreter is builded inside with hardware support. A light weight file system and socket protocols can help to realize IoT development easily and quickly. Basically, you can load this on your device and then run Lua scripts on it with nothing more than a terminal connection.
Enjoy it!
Overview
WiFiMCU is developed based on EMW3165 module produced by MXCHIP.INC. A Lua interpreter is builded inside with hardware support. A light weight file system and socket protocols can help to realize IoT development easily and quickly. Basically, you can load this on your device and then run Lua scripts on it with nothing more than a terminal connection.
Enjoy it!
Code:
; . . .___ . . __ . . ,--.
["] | |o[__ o|\/|/ `| | ,<-|__oo|
/[_]\ |/\||| || |\__.|__| / |// |
] [ /o|__| [www.wifimcu.com@2015]
Overview
- Based on Lua 5.1.4 (package, string, table, math modules)
- Build-in modules: mcu,gpio, timer, wifi, net, file, pwm, uart, adc.
- Modules to be builded: spi, i2c, 1-wire, bit, mqtt...
- Integer version provided
- Free memory >48k bytes