Arduino LED Signal Wand Light

This is an update to an old project of mine that was printed almost a decade ago! Here is the link to that little nostalgic project https://www.electronicsforu.com/electronics-projects/portable-signal-wand At this point, I’m using a microcontroller as […]

Backpack LED Patch (v2)

After posting the Backpack NeoPixel LED Safety Light project (https://www.codrey.com/arduino-projects/backpack-neopixel-led-safety-light/), I received a lot of requests to publish another do it yourself project based on regular light-emitting diodes, instead of using NeoPixel LEDs. So, I […]

Sound Reactive Pixel LEDs

This little post covers the construction details of sound reactive pixels which is pretty enjoyable to build and watch. You can embed it in a lot of things, for example, think about gluing it in […]

Raspberry Pi Pico – PWM Primer

Sometimes ago I wrote an introduction to Raspberry Pi Pico. Today I will show how to exploit its pulse width modulation features. However, if you want to do some serious projects starting from this blog […]

Raspberry Pi Pico – Quick Start

Raspberry Pi Pico is a microcontroller board from the Raspberry Pi foundation. It is an exciting new microcontroller board launched on January 21, 2021, based on the RP2040 micro-controller by the Raspberry Pi Foundation sporting […]

Arduino & Square Wave Thoughts

The theory behind generating square wave is almost a trivial thing! A square wave is a signal that changes between high and low state where the primary requirement is that the on-time (high state) and […]