This week I learned that 40 years ago I built my first microcontroller project used the first commercially available microcontroller and didn't realise either of those things until now. It all began for me around 1981/82 when I built an electronic musical doorbell kit for my sister. It has been in use in two different... Continue Reading →
Making an iPad/tablet holder from a bookend
A few years ago, I got some old metal bookends that were being thrown out. These are the bent metal type that are common in libraries. Some of them were slightly unusual in that rather than just being L shaped these had a tongue(?) going out on the bottom for extra stability. Painted in a... Continue Reading →
Updating my 30 year old home made speakers
I love 70's HiFi speakers. Particularly the ones with the removable from panel and white cone speakers. I wanted a pair of small to medium ones for my desk, but those on ebay where either for pickup only from a far city, expensive or in poor condition. In particular the foam speaker surrounds and chipboard... Continue Reading →
Mini voltmeters with breadboard projects
When working with a project on a breadboard I've been caught with the supply voltage on the breadboard not being what I expected which resulted in the project not working as expected. To help prevent this I've bought some cheap mini 2 and 3 wire voltmeters. These sell for a couple of (AU) dollars. The... Continue Reading →
Using an ESP32 to get my WordPress viewing stats
I remember seeing an ESP8266 project years ago that displayed a Youtubers subscriber count on an LED display. I was really impressed by that project. Recently I wondered if a similar thing could be done with wordpress.com stats, in this case not showing subscribers, but daily views. I did come across this response to a... Continue Reading →
Queuing files to the DFPlayer mp3 player module
In a previous post I presented how I use the DFPlayer module for playing audio files. In this one I'm going to share the code I use for the Arduino and DFPlayer to queue files. This allows files to be queued and played in sequence while the processor is doing other tasks. I've used this... Continue Reading →
Circuit board damage due to leaky components
I was recently browsing eBay and a Walkman style cassette player popped up in the list. I was immediately interested as the player was a National Way RQ-WJ1 Cassette Player. These were made in the early 80's by National that later went on to become Panasonic. The asking price was AU$400.00 (about US$270.00). It was... Continue Reading →
Converting a bamboo utensil holder into a tool holder
I've noticed a lot of small storage items appearing in shops made of bamboo. I bought a pen holder and started wondering if these would make a good project case. I'm still considering that, but haven't thought of a suitable project for it. Maybe if it had a stand so that it sat at this... Continue Reading →
Dimming 16×2 and 20×4 LCD displays
I recently built another clock. This time using a 16x2 LCD display with an I2C backpack. In know these displays are starting to look a bit dated, but I like them. I used a method of display large digits based on Ralph Bacon’s video #23 LCD BIG DIGITS for your Arduino using I2C - Easy!... Continue Reading →
MP3 DFPlayer notes: clones, noise, speakers, wrong file plays and no library
2 combined clock and timer projects using the DFPlayer modules I've used the DFPlayer mp3 player in a number of projects now, not as a music player, rather just for playing brief announcements in a timer and clock projects. The DFRobot site lists applications and they all appear to be for announcements, so theoretically it... Continue Reading →