Difference between revisions of "ESPEasyMega"

From Let's Control It
Jump to navigation Jump to search
Line 15: Line 15:
 
*Some sort of flash protection mechanisme to prevent bricking your device due to 'dangerous' plugins
 
*Some sort of flash protection mechanisme to prevent bricking your device due to 'dangerous' plugins
 
*Several device plugins will be reworked and added to the main branch: NeoPixel, NeoPixel Candle, NeoPixel WordClock, ID12/RDM6300 RFID, Framed OLED, MQTT import, Thermocouple, P1 Wifi gateway, Timer Clock.
 
*Several device plugins will be reworked and added to the main branch: NeoPixel, NeoPixel Candle, NeoPixel WordClock, ID12/RDM6300 RFID, Framed OLED, MQTT import, Thermocouple, P1 Wifi gateway, Timer Clock.
 +
 +
This version has now been renamed to ESPEasy version 2.
  
 
== Sneak preview ==
 
== Sneak preview ==
  
Firmware image R146
+
Development releases can be found here: https://github.com/letscontrolit/ESPEasy-platformio/releases
 
 
* [http://www.letscontrolit.com/downloads/ESPEasy_R146M_4096.bin ESP Easy Mega firmware (image)]
 
  
You should be able to upload this using OTA. Be prepared that the system will perform a full reset !!! So you will need to reconfigure the ESP Easy device from scratch!
+
You should be able to upload this using OTA. If you're upgrading from an older ESPEasy version, the system will perform a full reset !!! So you will need to reconfigure the ESP Easy device from scratch!
  
 
= Support and discussion =
 
= Support and discussion =
Line 28: Line 28:
  
 
== Source code development ==
 
== Source code development ==
* [https://github.com/letscontrolit/ESPEasyMega Github]
+
* [https://github.com/letscontrolit/ESPEasy Github] (Go to the mega-branch instead of master!)

Revision as of 17:02, 1 March 2017

WIP.gifYou may hear some construction noise in the background...

Experimental !

Work is being done on a new experimental ESP Easy Mega edition. Roadmap for this edition:

  • It will use native SPIFFS support and all older custom flash access routines will be dropped
  • We move to the 1M SPIFFS model, so OTA will work with sketches up to 1.5MB sketch size on 4M modules
  • Fallback Wifi AP support in case your primary WiFi access point goes down or into maintenance
  • Support for multiple active controllers
  • Support for specific notification plugins
  • Native SD card support and system logging to SD card
  • Taskvalues are preserved during reboot (not after power loss!)
  • Multiple rule sets that can also be uploaded using the webgui
  • Some sort of flash protection mechanisme to prevent bricking your device due to 'dangerous' plugins
  • Several device plugins will be reworked and added to the main branch: NeoPixel, NeoPixel Candle, NeoPixel WordClock, ID12/RDM6300 RFID, Framed OLED, MQTT import, Thermocouple, P1 Wifi gateway, Timer Clock.

This version has now been renamed to ESPEasy version 2.

Sneak preview

Development releases can be found here: https://github.com/letscontrolit/ESPEasy-platformio/releases

You should be able to upload this using OTA. If you're upgrading from an older ESPEasy version, the system will perform a full reset !!! So you will need to reconfigure the ESP Easy device from scratch!

Support and discussion

Source code development

  • Github (Go to the mega-branch instead of master!)