mirror of
https://github.com/NEBULAIR/esponics.git
synced 2026-03-10 08:51:19 +00:00
bd7275c072cd193fb64adb5b34dea90aaae079c0
Add Mac address reading and send to thingspeak
Version of the code for ESP8266
Needed material and librairies
Tested on adafruit HUZZAH : https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/pinouts With ARDUINO 1.6.6 with esp8266 1.6.5 package. I actually have issue with version 2.0.0 (warning: espcomm_sync failed, error: espcomm_open failed)
Possibles bugs
IF you encounter an error with __ieee754_sqrt : The issue is known here:
- https://github.com/esp8266/Arduino/issues/612 The solution is to download
- https://files.gitter.im/esp8266/Arduino/Abqa/libm.a.tbz and replace the one in
- C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9\xtensa-lx106-elf\lib
Description
Languages
C++
92.3%
C
7.7%