Florinc posted his Arduino OLED display shield project: The 2.4″ I2C OLED display I had sitting idle is too big for the “Promini OLED Clock shield”, yet a perfect candidate for a regular Arduino shield. This is how it looks soldered on a prototype shield with two buttons on top, attached to wsduino running the […]
Search results for:
DIY ARC reactor CPU performance monitor, powered by an Arduino
Michael @ the-diy-life.com posted detailed instructions of how to build your own Arc reactor CPU performance monitor: In this project, I’m going to be showing you how to turn one of these popular DIY arc reactor kits into a useful Arc Reactor CPU performance monitor for your computer. It plugs into one of your computers […]
Arduino to Nokia 84×48 LCD Heartbeat Display
Bob writes: I am working on some Arduino biometric designs perhaps for a new book. So far I have created the two line 1602 LCD display and now the Nokia 84×48 display. The Nokia display is more fun to work with since I can do a oscilloscope like display across the screen. I am working […]
DIY Arduino RC receiver for RC models and Arduino projects
Dejan @ howtomechatronics.com shows how to make an Arduino based RC receiver: Now these two devices can easily communicate and we can use them for controlling many things wirelessly. I will explain how everything works through few examples. In the first example we will use this Arduino RC receiver to control a simple car consisting […]
Mechanical 7 segment display clock using an Arduino & 28 servos
Michael shows us how to build a mechanical 7 segment display clock using an Arduino and 28 servos: I built a countdown timer a couple of months ago using a two digit mechanical 7 segment display which was driven by 14 servos and an Arduino Mega. It came out quite well and a number of […]
Full Arduino code for poultry egg incubator with humidity sensor
A DIY Arduino-based poultry egg incubator with humidity sensor @ reuk.co.uk. Neil writes: This device makes use of an always on motor which turns the eggs six full turns every 24 hours. Many of our other incubators have motors which have to be set up to run for a certain length of time a certain […]
Single diode temperature sensor with Arduino ICU (& reverse-bias leakage)
Use a single diode as a temperature sensor with Arduino ICU Our LED light-sensing experiments lead to an interesting observation: When these loggers are left running overnight they still produce readings because reverse-bias ‘leakage-current’ eventually triggers the Interrupt Capture Unit (ICU) – in the absence of any light. The speed of this self-discharge depends on […]
Sweeperino, Arduino based test instrument
Ashhar Farhan (VU2ESE) made an Arduino based sweeper for ham radio homebrewing, that is available on GitHub: The Sweeperino a very useful Arduino based test instrument. It is the following: *A very stable, low noise signal generator from 4 MHz to 160 MHz without any spurs *A high precision power meter with 90 db with […]
Arduino brushless motor control tutorial
Dejan over at HowToMechatronics.com shared detailed tutorial on how to control brushless motor using Arduino and ESC. Check out the video after the break.
‘No-Parts’ temperature measurement with Arduino Pro Mini
From the comments on our ESP8266 temperature logger post, Edward Mallon writes: The ESP8266 has a hardware watchdog timer, so you could probably use that to measure temperature to much better resolution that you’d get from a DS18B20. We get better than 0.003C using the technique with cheap Pro Mini Clones Ooops, I missed an important […]
Arduino interface for TFA9842AJ power amplifier
Dilshan Jayakody writes, “I tested a couple of TFA9842AJ based amplifiers in the last couple of years. The main reason I liked TFA9842AJ is its simple, clean design, wide operating voltage, and high-quality bass-rich audio output. Thanks to it’s built-in DC volume control circuit this audio amplifier can easily interface with MCU. In this article, […]
Arduino Shield for CAT M1 and NB-IoT modems
Michael Krumpus designed and built an Arduino shield for Nimbelink Skywire CAT M1 and NB-IoT modems, that is available on Github: Nimbelink has a development kit for use by product developers, but it’s rather expensive. I wanted to try out a Nimbelink CAT M1 modem without the dev kit, and since there are so many […]
ESP32 DHT11/DHT22 web server – Temperature and humidity using Arduino IDE
A how-to on building an asynchronous ESP32 web server with the DHT11 or DHT22 that displays temperature and humidity using Arduino IDE. More details on Random Nerd Tutorials. Check out the video after the break.
An Arduino version of Brooks Shera’s GPSDO
Jeff (aka K6JCA) has a great write-up on implementing the Brooks Shera Phase-Locked Loop GPSDO on an Arduino Platform: This blog post is a continuation of my two earlier GPSDO blog posts. The first one (from a few years back) details a simple Frequency-Locked Loop GPSDO design, based around an Arduino processor. The second (more […]
DIY Arduino based RC transmitter
Dejan over at HowToMechatronics posted a detailed how-to on building DIY Arduino RC transmitter: Now I can wirelessly control any Arduino project with just some small adjustments at the receiver side. This transmitter can be also used as any commercial RC transmitter for controlling RC toys, cars, drones and so on. For that purpose it […]
SerialDebug Library for Arduino
Rui Santos over at Random Nerd Tutorials wrote a series of three posts on how to use the SerialDebug library created by João Lopes with Arduino IDE (programming Arduino, ESP32, ESP8266): After programming the ESP32 using ESP-IDF, João noticed that debug for Arduino IDE needed some improvement. So, he created the SerialDebug library to bring […]
Tutorial: Adding the SSD1306 OLED screen to an Arduino logger (without a library)
Edward Mallon writes: While I loved the Nokia 5110 LCD’s readability in full sun, the pressure sensitivity was a real problem for the underwater units. So I started noodling around with some cheap OLED screens from eBay. With the exception of the init & XY functions (which are more complicated on the 1306 controller) the […]
Tutorial: Using the Arduino’s internal EEprom to store calibration data and LCD screen fonts
Edward Mallon writes: This is a follow-up to our post about using Nokia 5110 screens on three unused analog lines with shift-out. That saved me from messing with the hardware SPI bus which we reserve for the SD cards. A secondary benefit is that the code is really lean, on the order of about 250 […]
How to use I2C LCD with ESP32 on Arduino IDE
A how-to on using an I2C LCD display with the ESP32 using Arduino IDE from Random Nerd Tutorials: This tutorial shows how to use the I2C LCD (Liquid Crystal Display) with the ESP32 using Arduino IDE. We’ll show you how to wire the display, install the library and try sample code to write text on […]
Controlling an HMC624LP4E RF attenuator using Arduino
Kerry Wong writes: For simplicity, I used a single rotary encoder for controlling the attenuation. In order to prevent accidentally changing the set attenuation value, I used the built-in switch of the rotary encoder as the lock/adjust control. The idea is that the attenuation value can only be adjusted when the switch is in the […]
