Hello all,
I currently have a setup that allows me to input various voltage levels ranging between 0 - "5" on two PWM pins on an Arduino Uno using a keypad. I have an LCD screen to display voltage information as well as which channel (A or B, or Both) have been set. The goal I now have is I would like to add is an inline ammeter to display current values alongside my desired voltage levels.
I would like to know:
- Is this possible?
If yes, - What ammeters could I use?
I would like to display the current for both channels, and I've looked at a couple different ammeters. It doesn't need to be exactly precise.
- How would I implement one of these devices into my current project.
I went ahead and for my what overall goal is which is to use a specific output voltage on one of my channels, or both across a load measured current using a multimeter, but I would like to package a current display on my project already.
Another idea would be to implement some could of current regulator to display/keep a current constant, but also allow it to be adjustable.
I am not trying to exceed current values greater than 100mA. I am looking for ranges of 500 microA - 80 mA, but anything in that range will work.
If this was not clear, please ask me questions and I will elaborate.
Attached is my code as it exceeded post length.
LCD_v5.ino (20.8 KB)