According to the ESP8266 API – you have control over ports 12,13 and 15 for PWM. I’m interested only in using GPIO15 as I have uses for the other port bits – so I took PWM.H and removed reference to the other two ports – leaving only GPIO15. I changed…
ESP8266 SDK v1.0.0 Out Now
The new esp8266 SDK v1.0.0 is out now including various optimisations and a half-decent English manual. How far we have come since only a few short months ago when the code was full of bugs and the English documentation almost non-existent. Today you can get paid to report bugs!! According…
WS2812B LEDS flicker
If you recall my earlier post on the code for handling WS2812B LEDs with an ESP-12 or similar – I’ve been discovering the odd flicker on the first LED – recall I lengthened the reset pulse to get rid of this – well, I was still getting it very occasionally…
Raspberry Pi Remote Root Access
Now some of you will write in no doubt and say how easy this is – how could I possibly not know this. Well, I didn’t. I found out two other things this week – so here’s the lot in one go. SD Card Cloning But before I start, here’s…
NODE-RED Development
While I’m sitting in a hotel in Birmingham waiting to do my bit in this month’s #FSBCONF I thought I’d drop down a few notes about Node-Red which is definitely my new toy of choice when it comes to a central hub for home control. I say toy, sitting on…
LED Quick Test
Quick test of the new ESP8266 code for driving the ws2812b LEDs… not far off 2 amps at 5v in at one end – GND and ESP8266 signal other end… fully tested with 300 serial LEDS – this is my next WIFI SAD LIGHT once I find something with enough…
ESP8266 WS2812B LEDs on a Plate
Well, now that I’ve cracked using the WS2812B LEDs – I guess I’d better share the results – especially as it was the work of others that started me off on this road! I went down a LOT of dead routes with this – firstly I was going to have…
WS2812b Success on the ESP-12
This one has been long in the making. I’ve had a fair bit of success with the little ESP-12 and it is now my favourite despite the 2mm centres. Why, because it HAS everything – lots of port bits, A/D convertor etc. why on EARTH we all went off and…
The Problem with Ports ESP8266
I was about to write about my stunning success with the ESP8266 and WS2812b chips when I’ve hit a snag. I have a working example of high speed port bashing to control the serial LEDS on GPIO-0.. but I want to use GPIO12. Assuming all of the ports are…
C ? Construct
For the LIFE of me I do not know why this statement is failing. There are two versions of settings for port outputs here – the one in red and the one in blue. If I choose the blue version it will only work in one direction, not the other.…
MongoDB on the Pi
I’m busy compiling MongoDB for the Pi and it’s going to take hours apparently – so I figured I’d give you some updates while I’m waiting. I’ve made some progress with my little ESP8266 board (ESP-12) in terms of deciding how to handle MQTT. Initially I had a bunch of…
ESP201
Many thanks to readers in here for the comments – I can’t believe how keen people are to help. Ok, so you may recall that some time ago I bought an ESP-201 board and the baseboard to with it – the whole lot was about a tenner on Ebay, a…
Webmin for Pi
A friend of mine put me onto this link tonight – a nice web admin panel for the Raspberry Pi… and no I didn’t get around to soldering the ESP-12 module – that’s a writeup for the weekend – and yes, my ESP201 module definitely does NOT have the internal…
Monday Morning at the Lab
Just in case anyone in the UK or EU is even remotely interested, I just put up my little pocket scope on Ebay. http://www.ebay.co.uk/itm/231492939705 Meanwhile talking of Ebay, the Raspberry Pi is currently working a treat on THIS little number…. a cheap WIFI dongle. http://www.ebay.co.uk/itm/331400872324 – it’s been running overnight…
Raspberry Pi WIFI
Today is going well up to now – I purchased a WIFI dongle for around £4 from EBAY, supposedly specifically for Pi (yeah right) market simply “802.11n”. Plugged it in, rebooted the Pi 2, nothing. I scoured the web and discovered you can look to see what’s happening with: dmesg…
ESP8266 MQTT and the UART
I wonder… those of you who have used the excellent MQTT software (stand-alone – not the LUA version)… I need to do two things – one of them is giving me problems but is no doubt trivial – the other I’m hoping someone has already solved. Ok, so I’m using…
FTDI Bricked Chips Fix
I odn’t know if I’ve been in a cave for the last few months – I certainly have for the last couple of weeks (literally), but when I came to program my little ESP8266 boards using the only trusty FTDI chip I have here in Spain (and as you can…
So Many Things to Do Video
I’ve been meaning to update the blog – and I just keep getting sidetracked with the many interesting possibilities of Node-Red…. so – I put a short video together here. Should be something of interest in it. https://www.youtube.com/watch?v=xoQ_Fs31xtM Pete Node-Red on The Raspberry Pi
Graphing Wonders
Tonight I’ve been building on my earlier work on graphing, if you read a few blogs back you’ll know I got some basic graphing running on the Raspberry Pi 2, taking MQTT data from a sensor and storing it in MYSQL. Well that was fine apart from the graphs having…
Pi 2 Pocket Control
Update July 2015: Hard to believe it is months since I wrote this – anyway a few of you have had trouble with this so I’m making some changes. Those of you who’ve been following my exploits for some time will know that initially I started using Arduino to control…