signal

USBserial device and an AVR atmegaArduino microcontroller

Communication between a USB/serial device and an AVR (atmega/Arduino) microcontroller

I have a device which provides a USB port. If I attach it to a Windows PC it is recognized as a “CP2103 USB to UART Bridge Controller”. According to the device documentation, it should communicate in serial format at 38400bps.I have to talk to this device with a atmega microcontroller. Since the USB pinout …

Communication between a USB/serial device and an AVR (atmega/Arduino) microcontroller Read More »

Biometric Sensing Computer Mouse1

Biometric Sensing Computer Mouse Using Arduino

In the past five weeks, we have considered and built three projects, ranging from: optical sensing, electromyography (EMG), and galvanic skin response detection. Initially, our project was using an optical sensor and EMG to detect finger movement for applications, such as: playing piano and Morse code. However, after completing the hardware, due to issues with …

Biometric Sensing Computer Mouse Using Arduino Read More »

Radar Screen to Visualise Sensor Data

Arduino + Processing – Make a Radar Screen to Visualise Sensor Data from SRF-05 – Part 1

First things first, we need to build our circuit. This is the easy bit! We’ll be using the Arduino to control a servo that will rotate our sensor around 180 degrees. The Arduino will then send the value from the distance sensor along with the current angle of the servo to the serial port. Before proceeding please take a moment to check out some of my other work …

Arduino + Processing – Make a Radar Screen to Visualise Sensor Data from SRF-05 – Part 1 Read More »

Arduino Distance Sensor 1

Arduino Based Distance Measurement using Ultrasonic Sensor

Ultrasonic sensors are great tools to measure distance without actual contact and used at several places like water level measurement, distance measurement etc. This is an efficient way to measure small distances precisely. In this project we have used an Ultrasonic Sensor to determine the distance of an obstacle from the sensor. Basic principal of ultrasonic distance measurement is based on …

Arduino Based Distance Measurement using Ultrasonic Sensor Read More »

DIY Muscle Sensor EMG Circuit

DIY Muscle Sensor / EMG Circuit for a Microcontroller Using Arduino

                    Measuring muscle activation via electric potential, referred to as electromyography (EMG) , has traditionally been used for medical research and diagnosis of neuromuscular disorders. However, with the advent of ever shrinking yet more powerful microcontrollers and integrated circuits, EMG circuits and sensors have found their way into …

DIY Muscle Sensor / EMG Circuit for a Microcontroller Using Arduino Read More »