Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Arduino Sensor Display Unit Overview

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
1,131
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Aug 1, 2010

My arduino sensor display unit is a simple little project. Simple but born out of necessity. I wanted to monitor multiple voltages and high current levels beyond what a standard multimeter can handle, and to add a little more safety to the process.

An Arduino reads voltage inputs from sensors and displays on an LCD screen, fairly simple.

The voltage sensor is a basic voltage divider with a few range settings, accessible internally. I can have either 0-15V, 0-25V, or 0-50V ranges, though with the low display resolution, I opt for the widest range.

The current sensor uses a 0.001 ohm current sense resistor with a MAX4372 current sense amplifier with a gain of 50V/V. That combination gives a working range of 0-28V common mode voltage and 0-100A .

Update speed is fairly fast on all 4 sensors, the original problem in update speed was in the LCD4Bit Arduino library. The problem was that when using the LCD.cursorTo(x,y) uses a for() loop to iterate through each column to get the cursor to the position desired. In order to access the second row, the library iterates through 40 x row + column number of positions. That process eats up a large number of instructions.

The workaround was simple, sprintf(string, v1, v2, a1, a2) with the appropriate spacing so that only one cursorTo(1,1) command is ever called per loop and uses minimal time to write to the screen.

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:
see all

All Comments (4)

Sign In or Sign Up now to post a comment!
  • can you give me the code and the scematic of this project? and what you need to create this project?

  • hey joining do u hav the wiring diagram and all the components needed?

  • can you please e-mail me the wireing diagram, and arduino code or post it onto a website

    thanks johnny

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more