Skip to content

Node implemented on ESP32 too

Compare
Choose a tag to compare
@gmag11 gmag11 released this 15 Jul 10:47
· 311 commits to master since this release
  • Node may be loaded in any ESP32 board. Useful if you need to build advanced nodes that connect to EnigmaIOT network.
  • Needed configuration data is reduced by reusing WiFi gateway AP as EnigmaIOT network name and key.
  • Configuration reset pin is disabled by default. You will need to change it according your setup.
  • Configuration data is checked using regular expressions during input to avoid wrong or malicious format.
  • DS18B20 temperature sensor can be installed on Gateway to check its own temperature. Disabled by default.
  • Disable brownout detector on ESP32. Many cheap boards include bulky regulators that cannot cope with current requirements. Having brownout detector disabled the number of sporadic reboots is highly reduced if it is your case.
  • Improve debug output on ESP8266 to show filename.
  • Several minor bugfixes.