Why did I make it?

I am an Electrical and electronics student but as a hobbyist for more than 12 years Ι came across a particular situation lots of times. The thing is that each time I wanted to make a project like a PSU (you never have enough of those …) housed in an aluminum or plastic case I would buy an lcd display. That is a couple of bucks from ebay right? No problem here. Who is going to control the display? An Arduino or an AVR chip programed with Arduino code is usually my first option. The majority of times you want to make measurements and display them on a screen. So you need an ADC, in my experience more accurate than the typical one provided from AVR chip. So you need an external ADC. The same logic applies to the current sensor. Last but not least you want a couple of buttons for signaling purposes. I have yet to found an easy way to mount these things on a front panel without making a huge deal about hole sizes, looks, position etc.

Well, I was sick and tired of this. I mean getting all those parts from different places, calculating resolutions, accuracies every time, spending time making pcb, layout consideration and so much more. So I though what about bringing all those things together into a front panel mounted enclosure?

What makes it special?

The things that makes it special are its features and possibilities.

Features

Possibilities

What do I mean? It has an ATMEGA328P as I told you earlier. So the user can make it do and display whatever he wants. You can make it work as a clock, you can make it a thermometer, you can use the buttons to make a small menu, you can signal special conditions using the red led, whatever you can think of… I selected the ATMEGA328P-AU to make it directly compatible with Arduino UNO, Nano, micro. It is completely pin compatible with the above Arduino boards. All you need to do is to have an FTDI chip or another Arduino board to program it. Pretty easy. And for those of you who want to program the thing using AVR code they can use the ISP header instead. Is that all? No!

What else?

Think for a second, it uses a microcontroller right? So it would be stupid not telling you that there are a couple of unused pins, ISP, I2C, and Serial headers for the user. So you can take measurements and send them to another microcontroller using a protocol from above. You can send stuff to PC, you can buy an IO expander chip for a couple of bucks, connect it via I2C/SPI and get the whole project up and running using the Panel Meter’s microcontroller!!


Quality, assembly, calibration

EEVBLOG Presentation of the product is available in the Youtube link.