If you have been hiding recently you may not be aware of the new Raspberry Pi Zero. Hot on the heels of the CHIP and other low cost micros and by the look of it a zillion miles ahead of that daft BBC “Micro Bit” (there’s a shocker) the Raspberry…
Month: November 2015
A better Terminal? MobaXterm
New reader Lorcan sent a note this morning to point me to this terminal for Windows.. http://mobaxterm.mobatek.net/ i have to tell you – at least at first glance this appears to blow the pants off WinSCP, TighVNC viewer and others – as it does the LOT! So the above are…
Blynk Update
Updated 22/OCT/2015 : Rather than write another blog I’m updating this one in the light of new info. New features added to the Bynk App (which allows you to control various IOT gadgets from your phone – OR talk to Node-Red and hence to anything that Node-Red can talk to…
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…
APDS9960 Gesture Sensing with ESP8266
A thought for a little display project. I recently came across some code for an LCD display (160*240 – detailed in a previous blog) using the ESP12 and an LCD display. But I’m inclined to use the Nextion display (also detailed in a previous blog) because it is touch sensitive.…
Node Red Script
Now that I’m back in the UK, I’ve left a Raspberry Pi2 in Spain monitoring my solar pergola lighting installation as an ESP8266 measures the state of a solar-charged car battery every 15 minutes and reports minimum and maximum voltages daily by email. The unit also controls lighting and while…
Espressif New Board
Well we know that the ESP8266 replacement will have Bluetooth low energy, a different architecture and more RAM – something to look forward to – so now here’s a sneak preview – this is not the latest PCB but it’s better than nothing I’m sure you’ll agree. So we’re looking…
Progress
I thought I’d pen a general line as I’ve been quiet the past few days. Depressing news about France! We’re back in the UK after our summer in the sun – and nothing works – we’ve replaced the fridge, the microwave, you name it. I have managed to get some…
Silence
Couple of days or so of quiet coming up this end. Travelling from the bottom of Spain to the Northeast of Britain. No doubt today was the last day of sun I’ll see this year….
ESP32 Coming Soon
So many of us have been happily using in the inexpensive ESP8266 chips for some time now for IOT applications, home control etc and long may that continue. They do have SOME issues – for example they are short of RAM memory to the point that all except critical subroutines…
ESP8266 3D WIFI Mapping
The ingenuity of people never ceases to amaze me – watch this guy as he uses an ESP8266 to provide a stunning 3D map of WIFI signal strength in his office – amazing. http://hackaday.com/2015/02/17/mapping-wifi-signals-in-3-dimensions/
Node Red Modules
All now published – though I now use a function for thermostatic functions so for me the last one is a bit redundant – but big-timer is my all time favourite I’m using all over the place and I use esplogin to watch out for units logging in – like…
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…
Bash Experts
Any BASH experts in here? I have a very crude startup script made by using WEBMIN on my Raspberry Pi. It starts up BLYNK Now if I type the command line…. java -jar /var/blynk/server-0.10.2.jar -dataFolder /var/blynk & That ampersand on the end will ensure my terminal program prompt comes back…
Blynk Graphing
This is just for one of the guys at Blynk to show the graphing – but for everyone else, the state of my current Blynk app – running on a local Blynk server on a Raspberry Pi. 2 graphs – one shows day, one shows 6 hours. Also shows how…
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…