LEAP#369 my beeping Boldport ananas
Boldport Club Project #20 is the first designed by Ben, the new Boldporter. And it’s a beauty!
As is often the case, a small but interesting circuit is at the core of a beautiful design. The circuit is essentially four repetitions of an RC phase-shift oscillator. Like other projects such as the famous Cordwood series, the design employs multi-board symmetry and 3D construction.
As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub
Here’s a quick demo (with special customisation!):
read more and comment..
LEAP#368 Granular Synth
The “Granular Synth” idea harks back to an old Auduino project. I stumbled upon it again recently and decided it deserved a quick build in an Altoids tin ..
.. because granular synthesis is a basically how they make Altoids, right?
As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub
If you can put up with 5 minutes of me fiddling around, here’s a taste of how it performs..
read more and comment..
LEAP#367 nRF24 Scanner
While trying to improve the range of nRF24L01+ some modules, and got distracted into building a channel scanner. The basic code is from the RF24 library examples, but this gets pimped up with a Nokia 5110 LCD display, multiple modes and a handy enclosure.
As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub
read more and comment..
LEAP#365 Driving a Nokia 5110 LCD with the Adafruit library
I’ve been having SPI conflicts with other libraries I’ve used for controlling the Nokia 5110 LCD, so time to pull out the big guns - the wonderful Adafruit library set which includes a PCD8544 module.
I started with a few tests of the hardware and software SPI modes.
As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub
read more and comment..