Tiny display needed

GH Crash

New Member
Hunting for any and all help I can get.

I'm wanting to design a small circuit that uses a digital potentiometer in place of a mechanical one but I can't come up with a tiny (fit-on-the-board) display that will give me some indication of the wiper position of the digital pot. Any suggestion for a simple means of indicating wiper position for the digital pot?

I'm greatly restricted in the total area for the circuit board. The digital pot, its push button adjustment and whatever display needs to fit on a one by two inch board. Any type of display, volts, amps, resistance, just something that give indication of the wiper position would be good.

Displays that require a complex wired control board are probably outside my abilities. I know nothing about electronics or circuit design. I'm reasonably good at reading a circuit diagram and soldering tiny components onto a circuit board.

Any help, advice or suggestions you might have would be greatly appreciated.
 
Interesting, ChrisP58.

Right now, the ATTiny is reading two port and storing both values, one for the initial PWM setpoint, the other for run time. The ATTiny also function as a regulator adjusting the PWM duty cycle so that the motor voltage stays constant even if supply voltage changes. The attached photo is the present ATTiny circuit. Another of my projects currently underway is to move the pots off the ATTiny board to make it smaller and lightener.
 

Attachments

  • PWM-Timer Circuit.jpg
    94.1 KB · Views: 9
Here is an example of a project that has a small display.
Arduino meter
The code might help you.
When I did something like this I could not get the meter to curve, so I had a straight meter, to make the code simple. Like the bottom meter but I had the needle also straight. It just moved left and right. (simple)

My meter looked more like this, which is simple code.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…