Hi,
I need help with the code for ESP-12 written in LUA....
The ESP is supposed to work like this:
- AVR does all the reads/counts
- wakes up the ESP from sleep
- sends data via UART
- ESP sorts the data, sends it to the server and when it finishes it goes to sleep
The problem is that ESP doesn't want to send all the data-maximum 17 (last four missing) and there are 21 data (possibly more)
I don't know myself anymore if the ESP is too slow or if the code sucks?
init.lua
avr.lua
Thank you in advance for your help and best regards.
Piotr
I need help with the code for ESP-12 written in LUA....
The ESP is supposed to work like this:
- AVR does all the reads/counts
- wakes up the ESP from sleep
- sends data via UART
- ESP sorts the data, sends it to the server and when it finishes it goes to sleep
The problem is that ESP doesn't want to send all the data-maximum 17 (last four missing) and there are 21 data (possibly more)
I don't know myself anymore if the ESP is too slow or if the code sucks?
init.lua
Code: Lua
avr.lua
Code: Lua
Thank you in advance for your help and best regards.
Piotr