JDY-40 Wireless Broadcast
A commenter on a previous post asked about JDY-40 broadcasting to multiple nodes, where only a specific remote node will reply to the broadcast. This… Read More »JDY-40 Wireless Broadcast
A commenter on a previous post asked about JDY-40 broadcasting to multiple nodes, where only a specific remote node will reply to the broadcast. This… Read More »JDY-40 Wireless Broadcast
Why does the Fourier Transform generate complex numbers in the frequency domain? The Discrete Fourier Transform (DFT) of a signal x (lower case) generates a… Read More »Why Are Complex Numbers in the Discrete Fourier Transform?
I modified the remote control for my office light & fan so that it takes a 9 volt battery instead of the “23A 12V” battery… Read More »Ugly Remote Control Battery Mod
My son was in need of game buzzers on short notice. So I put together something quick & simple that got the job done. This… Read More »Simple Game Buzzers with Arduino
This DIY GPS unit consists of an Arduino Uno, SSD1306 OLED display, and BN-220 GPS. It is powered by a 9V battery. In another post… Read More »DIY GPS Unit with Arduino Uno
I thought this GPS project would be done quickly, but found myself scratching my head for days on a weird issue. I still don’t know… Read More »Arduino Heap Space Workaround
The JDY-41 is a wireless transceiver module with some improvements over the similar JDY-40 which in highlighted in the post, Simple Wireless Serial Communication. The… Read More »JDY-41 Wireless Range Test
This Christmas-themed paper circuit uses no microcontroller, only a 555 timer and CD4017 decade counter to drive blinking LEDs. The KiCad project and other files… Read More »Flashy Paper Christmas Tree
Here are a couple of basic start point templates for C++ programs. The code can also be found in this Github repo. Input Argument Parsing… Read More »C++ Code Templates
These python code templates are based on software tools that I have developed lately. They can be a helpful reference for future projects. The code… Read More »Python Code Templates