MightyWatt: 70W Electronic Load for Arduino

Jakub designed and built a programmable electronic load for Arduino, the MightyWatt R3: MightyWatt R3 is a programmable electronic load. That means you can use it for testing batteries, power supplies, fuel cells, solar cells and other sources of electrical power. You can also make a programmable power supply from a fixed-voltage power supply and MightyWatt […]

DivMMC Programmer

  Dave Curran blogged about his Arduino based programmer for the DivMMC future: With the labels on, it may make more sense. This is a programmer and tester. And that is what it programs and tests, the new DivMMC Future from The Future Was 8 Bit. With lots of orders for this coming it, programming […]

An Arduino Knight Rider Rainbow dice that uses WS2812B RGB LEDs

An Arduino Knight Rider Rainbow dice built using a clock by Davide Gironi: This project implements a Knight Rider / Rainbow effect Random Selector. It uses an Arduino UNO and a WS2812B RGB led strip. A friend of mine needs a random selector for train scale model. I’ve developed this using the Arduino framework, because […]

Enhancing Arduino ADC resolution with dithering & oversampling

From the comments on our previous post Improving ADC resolution by oversampling and averaging application note, Edward Mallon writes: I managed to get oversampling working well on cheap Arduino promini clones. Turns out all you have to do is toggle a digital pin connected to ground with the right size resistor to generate enough noise […]

A Christmas star with Neopixel LEDs

A geeky Christmas decoration made with 56 LED Neopixel and controlled via an Arduino Micro board from Open Electronics: Let’s take a look, therefore, at the project’s electrical section, that is essentially composed of a set of 56 Neopixel LEDs, that have been arranged so to form two concentric stars; the first 35 RGB LEDs (out […]

Serial seven segment LED display shield

Raj over at Embedded Lab has just finished a new project article about a serial seven segment LED display shield: Seven segment LED displays are brighter, more attractive, and provide a far viewing distance as well as a wider viewing angle compared to LCD displays. This project describes a serial seven segment LED display shield for […]

Adjusting clock with alarm, hygrometer & thermometer on 1.8″ ST7735 display

Nicu Florica blogged about his adjusting clock with alarm, hygrometer and thermometer on 1.8″ ST7735 display: I use feature from article Another adjusting clock with alarm & thermometer using DS3231 on 1.8″ ST7735 display and change reading internal temperature of DS3231 with DHT22 senzor (AM2302), but you can use a cheaper and not very precise DHT11 […]

Yet another Arduino clock

Sverre Holm blogged about his Arduino clock project: Its main features are: Controlled by a GPS module outputting data over an RS232 serial interface, and handled with the TinyGPS++ library Shows raw GPS data such as UTC time and date, position, altitude, and number of satellitess Shows derived GPS data such as 6-digit locator Finds local […]

4-20 mA current output for Arduino Uno

Giovanni Carrera writes, “The purpose of this project is to provide a 4-20 mA output from a PWM signal generated by a microcontroller ATmega328 and numerous other chips, such as the PIC. One of the more interesting applications of this circuit would be to replace or to realize a smart sensor with Arduino.” More details […]

Guide for BMP180 barometric sensor with Arduino

A how-to on using the BMP180 barometric sensor with the Arduino from Random Nerd Tutorials: The BMP180 barometric sensor (model GY-68) is the one in the following figure (front and back view). It is a very small module with 1mm x 1.1mm (0.039in x 0.043in). It measures the absolute pressure of the air around it. It […]

Gnat-Stats, Tiny OLED PC performance monitor

Rupert Hirst writes: After a recent purchase of a Nvidia GTX1080 graphics card, 4k monitor plus Doom(2016), I thought it would be great to see some external telemetry… from my exorbitant purchase. Then, I Stumbled upon on Psyrax’s “Serialmonitor” GitHub repository! Armed with an Arduino ProMicro plus a 128×64 pixel OLED display, I compiled the source […]

Arduino Mega EPROM programmer

An Arduino Mega Eprom Programmer project from Robson Couto, that is available on github: Recently, I acquired a SNES, but it only came with a bootleg Mortal Kombat cartridge. In my search for additional games, I stumbled upon a growing trend of repro cartridges being sold on various second-hand websites. These cartridges, which often have […]