usb

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 »

Automatic Irrigation System

Automatic Irrigation System (Arduino) With Usb Type DC Submersible Water Pump

This mini project is involved to use Arduino to control submersible watre pump when soil reach below or above predefined moisture level. How it works  1. Soil moisture sensor is reading analog signal which transmit to Arduino. 2. Arduino control submersible water pump ON or OFF. Water pump operates when moisture level reach predefined value. …

Automatic Irrigation System (Arduino) With Usb Type DC Submersible Water Pump Read More »