Preloader image
   

Arduino Wireless Mobile Data Logger with Sonar and Xbee

Measures and logs temperature and light levels.   Two mode of operation: Automated – moves on its own avoids obstacles using distance sensor. Also plots the distance/sonar data into processing Manual – Manual Control using keyboard or buttons on the application.   Wireless control and data acquisition: Communications using to Xbee modules. Base Xbee used to transmit data form custom processing application. Base Xbee used to received sensor data sent from the mobile data logger.   Processing Application: Display data received from mobile data logger Display sonar data when in automated mode Send control data to mobile data logger using…

Hi Current FET OUTPUT Board For Use with an Arduino Duemilanove Micro Controller.

MIcro- Processor Controlled High Current FET OUTPUT Card 80 Continuous Current and 195 Amp Peak Current. PWM 0 to 100% Duty Cycle In 1% Increments or Automatic Current Set POINT and or temperature Set point or both. The Board has built in Current sensor for 100 AMPS and a temperature Sensor for the FET Heat Sink, A external temperature sensor will be available as well for connection to the cell and or an other device such as your alternator.  

Arduino Tutorial – LCD Display Control

The LCDs have a parallel interface, meaning that the microcontroller has to manipulate several interface pins at once to control the display. The interface consists of the following pins: – A register select (RS) pin that controls where in the LCD’s memory you’re writing data to. You can select either the data register, which holds what goes on the screen, or an instruction register, which is where the LCD’s controller looks for instructions on what to do next. – A Read/Write (R/W) pin that selects reading mode or writing mode – An Enable pin that enables writing to the registers…

Arduino Tutorial – Stepper Motor Control with Potentiometer

This tutorial is all about tuning the speed of a stepper motor using a potentiometer. The idea is to up or down the speed of a stepper motor using with analog read. Theoretically analog input to a digital output, we’re going to use this concept to control the speed of a running stepper motor.   The Stepper motor used here is a rusty old EPOCH (5 wires) stepper motor, which is a unipolar stepper.   Use the analog input with the help potentiometer to control the delay in-between each steps of the stepper motor. Shorter the delay in-between each steps…

error: Context Menu disabled!