Author Topic: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3  (Read 78038 times)

0 Members and 1 Guest are viewing this topic.

Offline ovi_mv

  • Supporter
  • ****
  • Posts: 5
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #150 on: June 27, 2012, 05:34:20 am »
Hi

The displays that i am talking about are spares for the following NOKIA1202, NOKIA1110 and NOKIA1600.
The 1202 has the solderable type connector with SSOP pitch and 0.25mm wide pads - it can be a little tricky for hand soldering but has two 0.8mm alignment holes in the proximity of the pads that can be used for alignment.
The 1110 and 1600 have a hirose DF23-10DS (DF23C-10DS-0.5V(51) - manufacturer part number)  connector.
The 1110 & 1600 have the same pinout configuration and share some of the commands with the remark that 1600 is 4k color enabled.

All the displays work on 3.3V rail, no external negative PS is needed nor any other type of extra components - apart for the .1u cap for the LCD logic
I found the connector on Farnell and Mouser  and the price is about 0.52$ / pcs going down to 0.315$US / 1k. As a separate remark i received a price offer from Converege in february this year and they offered one reel of approx 4200 at 0.27$.pcs.

The drivers for 1110&1202 are available if necessary, the 1600 version is advanced state ongoing project.

As for the uC personally i am a big fan of LPC1114-TQFT33  if you consider the  price for 48MHz,  32K FLASH, 8K RAM is really cheap. For this project LPC 11U14 or 11U13  could be a good candidate. They have a little less RAM but has built in USB connection and USB stack and that can help specially if you want to add USB features (logging, monitoring, pram setting, etc.).
My choice for uC was also motivated by the fact that NXP teamed up with Embedded Artists and CODE RED and produced a very affordable toolchain (HW&SW) for entry level users.

Ovidiu
 

Online EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37749
  • Country: au
    • EEVblog
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #151 on: June 27, 2012, 08:24:20 am »
I think it's coming down to either:
Nokia 5110 display 84x48


or a standard 8x2 text display:


The 8x2 text display is about half the cost of the Nokia one.

Snap poll please!

Dave.
 

Offline george graves

  • Super Contributor
  • ***
  • Posts: 1257
  • Country: us
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #152 on: June 27, 2012, 08:30:49 am »
Now you're talking!

Even with a little 8x2 or 16x2 display you could can do some fancy stuff with the custom characters.  Like a little slow updating graphical display of the voltage/current history would be interesting.

Uncle Vernon

  • Guest
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #153 on: June 27, 2012, 08:37:17 am »
The 8x2 text display is about half the cost of the Nokia one.

Snap poll please!

Dave.

The 8x2 is more in line with the minimalist design you started with, and every cent still count's, so I'll vote for the smaller option.
 

Offline lk

  • Regular Contributor
  • *
  • Posts: 152
  • Country: dk
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #154 on: June 27, 2012, 08:43:41 am »
Any of those two displays will work, do the job. And with the nokia one you will even be able to implement the decade display, so everyone wins :)

-lk
 

Offline rr100

  • Frequent Contributor
  • **
  • Posts: 339
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #155 on: June 27, 2012, 08:49:16 am »
Snap poll please!
I vote for the small one as well, looks to be good enough and then yes, go small and go cheap. I can't imagine the size, I assume it is still readable at let's say 40cm on the bench (assuming reasonable eyesight...)?
How's the power consumption for the backlight (I assume it's LCD backlight...)?
 

Offline cyteen

  • Newbie
  • Posts: 6
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #156 on: June 27, 2012, 08:54:29 am »
Standardizing on a more capable display has the advantage of buying in higher volume and being able to reuse excess stock on the next project and it saves on relearning/coding the interface as the same knowledge/libraries can be used. How much is convenience worth to you? At some point penny pinching on the input costs just devalues the final product.

Our russian friends at vrtp make use of the nokia screen for a variety of projects mostly using pic but atmel/arduino libraries are available.
 

Offline george graves

  • Super Contributor
  • ***
  • Posts: 1257
  • Country: us
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #157 on: June 27, 2012, 09:18:45 am »


Those cases look nice.  Are they custom or off the shelf?  You wouldn't happen to have a part number?

I've been looking for some cases with a "standard"screen cut out for a while.

Online EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37749
  • Country: au
    • EEVblog
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #158 on: June 27, 2012, 10:29:22 am »
I vote for the small one as well, looks to be good enough and then yes, go small and go cheap. I can't imagine the size, I assume it is still readable at let's say 40cm on the bench (assuming reasonable eyesight...)?
How's the power consumption for the backlight (I assume it's LCD backlight...)?

The 8x2 has a 4.75mm x 3.95mm font.
The Nokia screen of course can be anything you want. Not sure of it's exact display area.
A pure reflective 8x2 (i.e. no backlight) would almost certainly have better contrast than the nokia which is transflective with backlight.
The 8x2 can have a backlight and transflective too, and I think both take up to 20mA backlight current max.

Dave.
 

Offline MickM

  • Regular Contributor
  • *
  • Posts: 100
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #159 on: June 27, 2012, 10:38:24 am »
Hi Dave;
  why not put the pads in for both displays?
Maybe have a jumper to choose.

I would prefer the 16x2 HD44780 as I have some.

With your two choices though I pick the Nokia, it's more flexible.

Mick M.
 

Online EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37749
  • Country: au
    • EEVblog
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #160 on: June 27, 2012, 10:56:38 am »
Shame that neither of them are suitable for my new low profile Bench PSU case idea. Would have been nice to re-use.

Dave.
 

Offline caroper

  • Regular Contributor
  • *
  • Posts: 193
  • Country: za
    • Take your PIC
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #161 on: June 27, 2012, 11:04:46 am »
I vote 2x8 in the Quick Poll


Offline hlavac

  • Frequent Contributor
  • **
  • Posts: 536
  • Country: cz
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #162 on: June 27, 2012, 11:20:32 am »
The 8x2 can have a backlight and transflective too, and I think both take up to 20mA backlight current max.

Okay, but with that 20mA you can drive the low current LED 7-segment displays with 2.5mA per segment, so whats the point?
Good enough is the enemy of the best.
 

Offline Aldobrandi

  • Regular Contributor
  • *
  • Posts: 61
  • Country: us
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #163 on: June 27, 2012, 11:23:07 am »
I think it's coming down to either:
Nokia 5110 display 84x48

or a standard 8x2 text display

The 8x2 text display is about half the cost of the Nokia one.

Snap poll please!

Dave.

I also vote for the 8x2.
 

Offline hlavac

  • Frequent Contributor
  • **
  • Posts: 536
  • Country: cz
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #164 on: June 27, 2012, 11:31:37 am »
That 8x2 will probably be better that the Nokia one

Good enough is the enemy of the best.
 

Offline amspire

  • Super Contributor
  • ***
  • Posts: 3802
  • Country: au
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #165 on: June 27, 2012, 12:56:14 pm »
I would go with the Nokia display.

It would be better at showing both the set voltage/current and measured voltage/current at the same time, and also it means that the user guide can be built into the supply - particularly for things like software calibration. Supplies tend to last 20 or 30 years easily, and it is nice if you do not need to try and locate the PDF manual in 20 or 30 years when you need to recalibrate.
 

Online EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37749
  • Country: au
    • EEVblog
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #166 on: June 27, 2012, 12:56:24 pm »
Okay, but with that 20mA you can drive the low current LED 7-segment displays with 2.5mA per segment, so whats the point?

a) You don't have to drive it at 20mA, it can be lower
b) You don't need to use the backlight at all

Dave.
 

Offline HackedFridgeMagnet

  • Super Contributor
  • ***
  • Posts: 2028
  • Country: au
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #167 on: June 27, 2012, 01:12:08 pm »
Nokia
 

Offline Stephen Hill

  • Regular Contributor
  • *
  • Posts: 178
  • Country: gb
  • M3VXY
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #168 on: June 27, 2012, 01:14:11 pm »
My vote would be for the Nokia.
 

Offline rolycat

  • Super Contributor
  • ***
  • Posts: 1101
  • Country: gb
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #169 on: June 27, 2012, 01:35:24 pm »
My vote is for the Nokia display.

More educational for the audience, and maybe more fun for the engineer.
 

Offline adam1213

  • Regular Contributor
  • *
  • Posts: 120
  • Country: au
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #170 on: June 27, 2012, 01:55:02 pm »
I vote for the 8x2 display. The nokia display would likely be overkill with limited benefits.

Independent of the choice of which of these displays I think the USB power supply will be useful.
« Last Edit: June 27, 2012, 01:56:53 pm by adam1213 »
 

Online EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37749
  • Country: au
    • EEVblog
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #171 on: June 27, 2012, 02:34:39 pm »
I vote for the 8x2 display. The nokia display would likely be overkill with limited benefits.

I suspect the same. The Nokia would be fun, but essentially overkill.
The choice might eventually come down the physicality of it all though.

Dave.
 

Offline SeanB

  • Super Contributor
  • ***
  • Posts: 16284
  • Country: za
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #172 on: June 27, 2012, 03:49:19 pm »
8x2 display, enough to use, but not too much, and no temptation to add frills that annoy after a while ( beep on keypress..............).
 

Offline G7PSK

  • Super Contributor
  • ***
  • Posts: 3861
  • Country: gb
  • It is hot until proved not.
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #173 on: June 27, 2012, 05:26:15 pm »
You can get cheaper Dave a 1mm thick by 2050 by 1250 mm can be had at £22.39 from these people I have never bought one offs normally get the pallet but that appears reasonable for small quantity.
 

Offline McMonster

  • Frequent Contributor
  • **
  • Posts: 413
  • Country: pl
    • McMonster's blog
Re: EEVblog #298 - Dave's Decade Digit Display - USB Supply Part 3
« Reply #174 on: June 27, 2012, 07:05:23 pm »
I'm sure the 8x2 display will be more than enough for this project. Does the job and still has some room for displaying some custom stuff if someone is bored enough to mess with a simple PSU firmware.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf