Category: Arduino
How to Use I2C EEPROM with Arduino
Expand your board's storage with an I2C-enabled EEPROM chip. EEPROM stands for Electronically Erasable Programmable Read-Only Memory. It allows for values to be written and stored for long periods of time while using very little power. Most microcontrollers even have EEPROM directly in...
Continue ReadingTiniest USB development board with Micronucleus
Development board for the ATtiny84a with USB connector. Pre-loaded with the Micronucleus bootloader compatible with Arduino. DIP version with USB connector of the ATtiny84a. The board can be placed in the middle of the breadboard. Sketches can be uploaded from Arduino using the...
Continue Reading32 band audio visualizer using an ATTiny85
"attiny85-spectrum" is a 32 band audio visualizer using an ATTiny85 and an SSD1306 OLED display. Built in Arduino. The goal of this project is to get smooth, appealing music visualization on the ATTiny85, optimizing around its limited speed and resources (RAM and program memory). Its...
Continue ReadingArduino Voltmeter using SH1106 OLED display
A voltmeter is an important tool on the workbench of every electronics hobbyist, maker or hardware design engineer. As it’s name suggests, allows the user to measure the voltage difference between two points. For today’s tutorial, we will look on how you can build an Arduino based...
Continue ReadingUsing a 20×4 I2C Character LCD display with Arduino Uno
On previous tutorials on our website, we have covered the use of several displays, LCDs, and TFTs, with diverse Arduino boards. From Nokia 5110 LCD display to different types of OLEDs, the reason for the tutorials has been to ensure that, as a reader, you know how to use many of the...
Continue ReadingNorman – Arduino Library for climatic simulation of natural daylight, temperature, and humidity cycles
Norman is a climatic simulation library designed to run on an Arduino Uno for indoor and greenhouse automation projects. Arduino Library for mathematical climatic simulation of natural daylight, temperature, and humidity cycles using minimal data sets. Given a set of parameters for a...
Continue ReadingMulti Sensor Shield for Arduino Nano with Light, Magnetic Field & Temperature Sensor
This Arduino Nano Shield consists of a Light sensor, a Magnetic field sensor, and Temperature sensor. The shield can be used to develop various projects required light sensing, magnetic field sensing, and temperature sensing. All sensors provide analog voltage outputs, so each output is...
Continue ReadingLi-Po/Li-Ion Arduino Charger Shield using BQ21040
This Li-Po/Li-ion Arduino charger shield is mainly designed to power up the Arduino from single 3.6V Li-Po battery. Li-Ion and Li-Pol Charger/ DC-DC Boost converter Arduino shield provides 6.5V/400mA from single Lithium Polymer battery. The Arduino shield is equipped with BQ21040...
Continue Reading