Scargill's Tech Blog
  • Home
  • Contact
  • Log In
  • Password Reset
  • New Visitors
  • Register
  • Search

ESP8266 PWM on One Output

March 26, 2015March 29, 2015 Peter ScargillESP12, ESP826622 Comments on ESP8266 PWM on One Output

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…

Read More→

ESP8266 SDK v1.0.0 Out Now

March 26, 2015August 9, 2016 Peter ScargillUncategorized2 Comments on 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…

Read More→

WS2812B LEDS flicker

March 25, 2015March 25, 2015 Peter ScargillESP-12, ESP8266, WS2812B4 Comments on 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…

Read More→

Raspberry Pi Remote Root Access

March 24, 2015March 24, 2015 Peter ScargillRaspberry Pi 2, Windows 85 Comments on 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…

Read More→

NODE-RED Development

March 18, 2015March 18, 2015 Peter ScargillESP8266, Node, node-red6 Comments on 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…

Read More→

LED Quick Test

March 17, 2015March 17, 2015 Peter ScargillUncategorized2 Comments 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…

Read More→

ESP8266 WS2812B LEDs on a Plate

March 16, 2015March 16, 2015 Peter ScargillESP-01, ESP-07, ESP-12, WS2812B30 Comments on 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…

Read More→

WS2812b Success on the ESP-12

March 12, 2015March 12, 2015 Peter ScargillESP12, ESP8266, WS2812B15 Comments on 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…

Read More→

The Problem with Ports ESP8266

March 11, 2015 Peter ScargillESP82667 Comments on 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…

Read More→

C ? Construct

March 8, 2015March 8, 2015 Peter ScargillC Programming5 Comments on 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.…

Read More→

MongoDB on the Pi

March 7, 2015March 7, 2015 Peter ScargillESP-12, ESP-201, ESP8266, MongoDB, MQTT, Raspberry Pi 24 Comments on 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…

Read More→

ESP201

March 6, 2015 Peter ScargillESP-12, ESP-201, ESP826624 Comments on 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…

Read More→

Webmin for Pi

March 5, 2015March 5, 2015 Peter ScargillESP8266, Raspberry Pi 2

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…

Read More→

Monday Morning at the Lab

March 2, 2015March 2, 2015 Peter ScargillESP-01, ESP-12, ESP826640 Comments on 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…

Read More→

Raspberry Pi WIFI

March 1, 2015March 1, 2015 Peter ScargillRaspberry Pi 2

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…

Read More→

ESP8266 MQTT and the UART

February 28, 2015 Peter ScargillESP8266, MQTT13 Comments on 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…

Read More→

FTDI Bricked Chips Fix

February 27, 2015February 27, 2015 Peter ScargillArduino, FTDI10 Comments on 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…

Read More→

So Many Things to Do Video

February 25, 2015February 25, 2015 Peter ScargillESP8266, MQTT, Node, node-red4 Comments on 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

February 22, 2015February 22, 2015 Peter ScargillMQTT, mysql, Raspberry Pi 2, SQL23 Comments on 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…

Read More→

Pi 2 Pocket Control

February 21, 2015July 9, 2015 Peter ScargillESP8266, Raspberry Pi 218 Comments on 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…

Read More→

Posts pagination

Previous 1 … 61 62 63 … 65 Next

Welcome

I'm Pete and this is my (big) technology blog.

Use the (top menu) search box or check out the archives and other links below - be sure to SHARE what you like using the social media buttons and please subscribe to my YouTube video channel

To buy me a coffee or help with the costs of running the blog, please use the Paypal donate link below. You don't NEED to be a Paypal user to do that.


Please note that menu enhancements are only visible if you are a logged in, registered user.

Registrations with no name or suspicious looking email addresses (ending in SIBIA for example or blatantly commercial) will be considered to be spammers and will be deleted, sorry. Don't forget to tick the box so you will get email follow-ups to comments. We've a great community in here. Spammers and "guest post" companies beware - you have NO chance of success and a good chance of getting spammed badly in return.

Notice: I'm always happy to offer advice on stuff I've written - and indeed take advice. If I can help in any way just let me know but PLEASE don't ask me how to program in C/PASCAL/NODE/etc. There are many resources out there - if you want to program and can't - there's always Google.

Email Newsletter

Enter a name and your real email address if you would like to receive occasional summary emails.

Name

Email


Recent Posts

  • An Orange Pi Week
  • Meross Smart Switch, Presence Sensor and More
  • Home Assistant at long last BUST?
  • Automatic DHCP and Home Automation
  • Aqara G4 Video Doorbell and FP2 Presense Sensor – Updated
  • Home Assistant Tuya Socket Woes
  • New Sonoff Goodies – Plug and Thermometers
  • M5Stack DIAL V1.1 in Brief
  • Zigbee2MQTT Lights – A Quick One
  • Seeed Studio 60Ghz mmWave Sensor
  • Whatever happened to everlasting solar garden lights?
  • Aqara FP1E Revisited Briefly
  • Home Assistant Voice Preview Edition vs Google
  • Home Assistant to NAS to Mini PC – The Sequel
  • M5Stack Goodness
  • Apollo Temp-1 Sensor Unit – Apollo Automation
  • Home Assistant – Synology DS720+ The Story So Far
  • The Ridiculous Windows 11 “Show More Options” and How To Bypass
  • Reolink RLC-823S2 IP Camera – it’s a MONSTER
  • The new Aqara Camera Hub G5 Pro
  • Aqara P1 Motion Sensor – Something New?
  • Apollo Air-1 CO2 and other Sensors for Home Assistant
  • Argon40 Argon NEO5 + Poly+5 RPi5 Cases
  • The Reolink RLC 1224A UHD PoE Camera
  • The Sonoff Mini-D (MINI-Dry) WiFi Smart Switch
  • The New Wonder? DeepSeek AI
  • Tenda Model RX9 Pro AX3000 Dual-Band WiFi 6 Router
  • Reolink WiFi Video Doorbell – It’s a winner!
  • Fibre vs Copper vs 4G/5G vs Starlink – a European View
  • A New Year’s AI Treat
  • UGREEN USB3.0 to Giganet Ethernet Adaptor and GL-iNET
  • DS101JL triple Smart Wall Touch Switch
  • Smartphone Lavalier USB-C (or IOS) Wireless Microphones
  • Candle with LED lights – no Battery
  • EARU EAMPDW-TY-63 WiFi Smart Energy Protector Device

Social

Facebooktwitterlinkedinyoutube

Disclaimer

As I have no idea of your level of technical skill or the requirements of your country laws in terms of electricity supply etc, I accept no responsibility for any damage attributed to following advice in these pages.

When dealing with wall outlet (high) voltages you should satisfy yourself that whatever you are doing is safe and if unsure, seek advice from someone who is sure.

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • June 2012
footer image
Copyright © 2016-2025 Peter Scargill. All Rights Reserved.