Interfacing(USB – RS232 – I2c -ISP) Project Ideas

Arduino datalogging accelerometer with µ SD storage

Arduino datalogging accelerometer with Micro-SD storage

Thanks to Will Greiman’s Fat16 library for the Arduino, I finally got a useful version of this datalogger working! Here’s the schematic: And here’s the code. The code is highly configurable: it can save raw A/D values or converted values, it allows software-defined gain, it can collect for a set time or until user input,

Arduino datalogging accelerometer with Micro-SD storage Continue Reading

Arduino TFT LCD shield displaying colorful graphics

ILI9341 TFT LCD Demo using Arduino 328 with Proteus Simulation

Introduction This project demonstrates an Arduino 328 driving an ILI9341 TFT LCD in Proteus. It is a clean microcontroller project for learning how a TFT display works with an AVR-based controller. The simulation shows text, lines, circles, filled shapes, colors, and vertical scrolling on a 240×320 TFT screen. It is useful for students, hobbyists, and

ILI9341 TFT LCD Demo using Arduino 328 with Proteus Simulation Continue Reading

Arduino Uno with PWM shield driving colorful LEDs

Adafruit 16 Channel PWM Servo Shield using Arduino Uno with Proteus Simulation

Introduction This Arduino RGB LED project uses an Arduino Uno with an Adafruit 16 Channel PWM Servo Shield in Proteus simulation to control 5 RGB LEDs with smooth lighting effects. It is a practical microcontroller project for learning PWM control in embedded systems and DIY electronics. Instead of simple ON and OFF output, the system

Adafruit 16 Channel PWM Servo Shield using Arduino Uno with Proteus Simulation Continue Reading

STM32 BluePill button circuit with glowing LED

Arduino-STM32 Bluepill Button using BluePill with Proteus Simulation

Introduction This Arduino-STM32 Bluepill Button project is a simple and practical microcontroller project built around the STM32 BluePill board. It demonstrates how a push button can control LED outputs in an embedded system. The project is designed in Visual Designer for Arduino STM32 and tested as a Proteus simulation. It is useful for beginners who

Arduino-STM32 Bluepill Button using BluePill with Proteus Simulation Continue Reading

Arduino ADS1110 ADC project displaying serial readings

Arduino ADS1110 16-bit ADC using Arduino Uno with Proteus Simulation

Introduction This project demonstrates the simple use of an ADS1110 16-bit ADC with an Arduino Uno in a Proteus simulation. It reads an adjustable voltage input and displays both the raw ADC value and the millivolt output on a UART terminal. This is a useful microcontroller project for learning how external ADC modules work in

Arduino ADS1110 16-bit ADC using Arduino Uno with Proteus Simulation Continue Reading

Arduino with Bosch BME280 Pressure Transducer using Arduino Uno with Proteus Simulation

Introduction This microcontroller project demonstrates how to interface a Bosch BME280 environmental sensor with an Arduino Uno using Proteus simulation. The system measures temperature, humidity, pressure, and calculated altitude and displays the results via serial output.It is a practical embedded systems example ideal for learning sensor communication, I²C protocols, and real-world data acquisition.This project is

Arduino with Bosch BME280 Pressure Transducer using Arduino Uno with Proteus Simulation Continue Reading

Scroll to Top