MICO
MICO copied to clipboard
Hi Loboris, I'm having trouble creating a socket in AP mode. Follow my code ``` cfg={ssid = 'WiFiMCU_Wireless',pwd = ''} wifi.startap(cfg) cfg=nil print(wifi.startap()) net.debug(1) skt = net.new(net.TCP,net.SERVER) print(skt) net.on(skt,"accept",function(clt,ip,port) print("accept...
Whats wrong here: If I flash (with stlinkV2) the bootloader and the firmware after reset nothing happens. stlink prints success after flashing no errors occured, verify is ok. If I...
can't link due to mico_rtos* functions missing.
Using **WiFiMCU.LUA_1.0.4_LoBo.bin** version and **lcddemo.lua** example: **lcddemo.lua**, **newyear_128x96.img** and **nature_128x96.img** have been downloaded to the root folder (using **file.recv()** and extraputty Ymodem transfer). The demo works perfectly except that the...
Hi, Using this firmware, the file uploading is not working with WiFiMCU Studio. The uploaded file size is always 0. Can anybody know this issue and how to fix this?...
For WifiMCU, there is wmc (https://github.com/zpeters/wmc.git), is there any similar tool? Thanks!
I'm testing an Adafruit 1.8" ST7735 display. Its working with the LCD Module code with the following parameters: The maximum hardware spi speed is about 6MHz. Setting display type of...