A Seven segment LED tester project from Arduino Enigma: Here is the finished Seven Segment Tester. All of the available Arduino Nano pins, except for analog input pins A6,A7 and Serial Port pins D0 and D1 are connected. This leaves us with 18 pins to bring to the 3M Zero Insertion Force (ZIF) socket. Any […]
Category Archives: Arduino
63 dB step attenuator
DuWayne published a new build: While I was working on the power meter function for the latest version of the SNA, I used several fixed attenuators for checking linearity and calibration. It would be a lot easier if I had a variable step attenuator. I have several digital controlled attenuator modules that I bought one […]
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.
Spectrometer on PC
Boris Landoni over at Open Electronics writes, “We use the platform based on the AMS sensors in combination with the Personal Computer and thanks to an ad hoc software we trace on the screen the spectrum curves resulting from the analysis performed.” More info on Open Source Project page.
USB mini media keyboard
Sven Krasser built a small USB keyboard input device for media control and wrote a post on his blog detailing its assembly: The project is based on a Pro Micro, an Arduino-compatible ATmega 32u4 board (the 32u4 allowing to easily create USB devices). For iteration 1, I added a couple of buttons and a rotary […]
Minimal ATSAMD21 computer
Johnson Davies shared detailed instructions of how to build an ATSAMD21-based computer on a prototyping board using a 32-pin ATSAMD21E: If you’re looking for something more powerful than the ATmega328 in the Arduino Uno a good choice is the ATSAMD21. This is an ARM Cortex M0+ processor with up to 256KB flash memory, 32KB RAM, […]
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.
miniduino USB
Boris Landoni writes about a new open source project, the miniduino USB: A small Arduino board with minimal hardware but with access to all I/Os, just like the Nano and equipped with PCB-integrated, direct-insertion USB connector: it is basically an Arduino Pen Drive. More details on Open Electronics project page.
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 […]
Pro mini logger project for the classroom
Edward Mallon writes: Dr. Beddow’s instrumentation class has been building the 2016 version of the Cave Pearl datalogger for more than three years, and feedback from that experience motivated a redesign to accommodate a wider range of student projects while staying within the time constraints of a typical lab-time schedule. The rugged PVC housing from […]
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 […]
Teensy 3.6 as standalone mediator between USB MIDI and Eurorack
Sebastian writes: USB MIDI controllers (such as Launchpad Mini Mk II for example) are common and often quite low in cost. To interface such a controller with a Eurorack synth system, often a host computer and a MIDI to CV interface might be used. The host computer would take USB MIDI data from the MIDI […]
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 […]
SmileyBox – Statistics, the old fashioned way, upgraded
Vagrearg published a new build: Lies, damn lies and statistics. You have a high school science fair and want to know how your project was perceived by the visitors. Modern online behaviour will direct you to “taking the online survey”. That requires an extra step for the visitors, usually by taking hold of their mobile […]
Lattice iCE40 Ultra Plus FPGA: Gnarly Grey Upduino – Tutorial 1: The basics
A how-to getting an LED flashing using VHDL from Harris’ Electronics: The cheap price however comes with a few niggles, namely getting it up and running in the first place with the limited documentation. Gnarly Grey do a great job of explaining programming a starting program but don’t say much about further development. With that […]
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 […]
