Tag: Arduino

Photodiode light level detection with Arduino
In today’s article, we will implement a photodiode light-level detection with Arduino UNO. We will use Arduino IDE software for coding and a ready-made photodiode module as the sensor. It is one of those modules easily obtainable in any retailer that sells Arduino stuff. What we...
Continue Reading
434MHz Wireless LED Dimmer Transmitter – Arduino Compatible
The project presented here is a 434MHz Wireless Transmitter for LED Dimmer, built around the ATMEGA328 Arduino microcontroller. The potentiometer is connected to the ADC A1 analog pin of the ATMEGA328 chip. The microcontroller reads the analog value of the potentiometer and transmits...
Continue Reading
OLEDUINO – Arduino compatible OLED display
This OLEDUINO Board is a compact, feature-rich board that incorporates the ATMEGA328 Arduino microcontroller, a 0.96-inch 128x64 OLED display (SSD136), a 5V regulator, and headers connectors that provide access to all Arduino I/O lines. Notably, the board's size is smaller than the...
Continue Reading
434Mhz Arduino Wireless Analog Sensor Data Receiver
This Wireless Analog Sensor Receiver is a complementary component to the Wireless Analog Sensor Transmitter, designed to receive and process data transmitted from the transmitter. This Receiver project is compatible with the 434Mhz Arduino Wireless Analog Sensor Transmitter The...
Continue Reading
434Mhz Arduino Wireless Analog Sensor Transmitter
This Wireless Analog Sensor project is a cost-effective solution for transmitting live data and enabling continuous monitoring, logging, and plotting sensor measurements. The system utilizes a 434MHz RF module and an Arduino-compatible microcontroller, ATMEGA328, to transmit data from...
Continue Reading
Bootloader Programmer Tool for ATMEGA328 32Pin TQFP Arduinio ISP
If you have a new ATmega328P you’ll need to burn the bootloader, to be able to upload a sketch with Arduino IDE. You can do this using this simple-to-use bootloader burning tool. The board consists of 32-pin TQPF adapter and Arduino Nano. Place the new ATMEGA328 TQFP chip into...
Continue Reading
Fuel Gauge with OLED Display
This project enables the measurement of fuel levels in a tank using a resistive float sensor. The fuel level is measured and displayed on an OLED display. The project is compatible with Arduino and features an ATMEGA328 microcontroller. The resistive sensor, connected to a divider...
Continue Reading
Bluetooth Smart LED Dimmer – 4 Channel Bluetooth ON/OFF Switch
This Bluetooth Smart LED Dimmer, 4 Channel ON/OFF Switch is a versatile device that enables users to control various devices, including lights, fans, and DC motors, using a Bluetooth app on an Android device. The device features a 4-channel dimmer that can handle inductive or...
Continue Reading