History of ESP Easy

From Let's Control It
Revision as of 10:54, 11 June 2017 by Admin (talk | contribs)
Jump to navigation Jump to search

The history of ESP Easy finds its origin within the Nodo Project. Although the first Nodo code port experiment (ESP Connexio) is abandoned, the current ESP Easy project inherits lots of code snippets and the plugin concept from the Nodo Project.

So were did it all start:

20xx - First Nodo samples

There must be some history before i joined the Nodo project...

Anyway, it seemed that Paul Tonkes was not happy with his commercial infrared to Kaku controller and decided to build his own device. And the first Nodo was born...

History Nodo 1.png

And at a certain time, a nice production class Arduino Shield was build:

History Nodo 2.png

Oct 2011 - Joining the Nodo community

I've read about the Nodo project and ordered my very first Nodo Arduino board

picture ??

Have been using this to control KAKU lights from the very start and this board is presently still controlling my lights around the house.

(although it's now running RFLink firmware and controlled by ESP Easy rules...)

Jan 2014 - Exploring new Wireless capabilities

Nodo got his first 2.4GHz communication plugin, using the well known NRF24L01.

This had solved limitations of the 433MHz OOK modules and at the same time it reduced the load on that frequency so KAKU became more reliable again.

History Nodo NRF 1.png

Feb 2015 - Entering the Wifi solution

Nodo got his first ESP Wifi plugin, using it as a serial to Wifi bridge

History Nodo ESP 1.png

Apr 2015 - ESP Connexio

The ESP Connexio project was initiated as the first effort to port the original Nodo code to the ESP platform using early version of the ESP8266 Arduino Core. We had to workaround a lot of issues and some of them are likely still present in today's ESP Easy code...

History Connexio 1.png

May 2015 - ESP Easy initiative

ESP Easy was initiated, mainly because the Nodo Connexio concept was a bit complicated. We had the same eventlist as the original Nodo project. Quite powerful but also complicated to end users. So we wanted to have something plug and play to hook up sensors to Domoticz

Also started to work on dedicated ESP Easy units around the house: History ESP 1.png

Sep 2015 - ESP Easy R020

ESP Easy was launched on Sourceforge as the very first production edition. No programming required...

Nov 2016 - ESP Easy Mega

ESP Easy Mega was initiated (only for ESP Modules with at least 1MB flash memory). We had to many limitations in ESP Easy, due to the code size that exceeded the 512kB modules flash size. Decided to drop support for these classic modules and went forward with this version.

Still experimental as of today...