Some thoughts on Node Red variables

In learning how to use Node-Red I’ve changed my coding countless times as I’ve found better ways to do things. Please note that in 2017, the way I use global variables here is out of date. It still works but for example context.global.fred=1 is now written as global.set(“fred”,1). Read this…

Read More

EMW3265 ESP8266 KILLER

Erm, no, though you might think so by this headline..  https://hackaday.com/2015/07/13/new-part-day-the-esp8266-killer Read the comments – the $5 ESP8266 – where?  $2 ESP8266 more like it – less, even – http://goo.gl/VB0V9K There’s even a claim that this new single-source board (Seeed Studio) has MORE memory – well at least one variation…

Read More

Cheap ESP8266 NodeMCU

Seems like a good offer from Banggood – from their China warehouse (the EU warehouse is for some reason more expensive) http://www.banggood.com/NodeMcu-Lua-ESP-12E-WIFI-Development-Board-p-985891.html?utm_source=google&utm_medium=cpc&utm_campaign=Celc-ad-KI-Unbeat-ESP12E&utm_content=hazel&utm_design=27&gclid=CJyo17OZ9MgCFc-6GwoddIgJbA And while we’re on – a new board.. http://www.espert.co/

Automatic Router Selection for ESP8266

I wonder if anyone who has done this can help.  As most of you know, I program my ESP8266 devices in C.  I’ve been having some issues with weak signal recently and it would be really nice to have a list of acceptable access points and their passwords – and…

Read More