DatanoiseTV / esp-find3-client

3rd Party Indoor Location using ESP8266/ESP32 and Find3 (https://github.com/schollz/find3)
GNU General Public License v3.0
129 stars 37 forks source link

Fix ESP8266 support (Stack overflow + Time sync) #4

Closed DatanoiseTV closed 3 years ago

DatanoiseTV commented 6 years ago

Currently our focus lies on ESP32, because of the BLE peripheral. Need to work on ESP8266 support improvement. Therefore following changes are necessary:

rradar commented 6 years ago

Please @DatanoiseTV

esp8266 uses less energy compared to the esp32! Also if it's only about wifi there is no need for a esp32 and costs are also still 4 times higher.

And the best is if esp8266 works again the esp8285 will also work!

esp8285

esp8285_board

DatanoiseTV commented 3 years ago

Done