I am working on a project to keep track of a freezer temperature and send a text if there freezer looses power or if the temperature raises above a certain level. It is all going well. But I am thinking now I wish I had of put a small display to view the temperature.
I have already had a PCB made and everything is soldered into place, and adding the display isn't worth getting a new PCB made, so I thought I might use the serial connections I broke out for programming, and that runs off of 3.3v.
I tried google, but all I can seem to find is larger 2x8 displays or seven segment displays. Are there other options?
I don’t think you are going to find a serial display down in the 2 digit range - all the two digit ones I have seen (and like LarryD’s link) are simply multiplexed displays where you need basically 9 wires - 7 for the segments and 2 for the digits. There are some smaller LCD displays that are as you found 2*8 or bigger (that would allow you to display current temp, last high and last low or whatever extra info you wanted to display - always fun to add features until you run out of program memory )
gpsmikey:
Pretty cool little gadget. Had not seen those before (although they show out of stock). I guess there is enough demand for them.
Pretty cool indeed I use them for most of my projects (timer, clock, distance measurement, temperature and humidity, voltage measurement etc). The main reason I use this is because you get rid of all those wires and resistors which is both convenient and will free up most of the arduino I/O pins and also because the unit has a built in controller so that along with the use of library only a few lines of code will get your work done. Also packs cools features like brightness controls and easy to use alphabets and ":" unit.
You could always get one from eBay or Amazon or Ali express or Banggood of DX or SeeedStudio(grove). I bought mine from ebay and it was a cheap chinese clone "Catalex" and cost me about $3. Using it 24/7 continuously for a few months and so far so good.
Qdeathstar:
thanks, I will give that a try
You could always use the extra display segments to display temperature unit like this