Author Topic: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)  (Read 454140 times)

0 Members and 3 Guests are viewing this topic.

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #625 on: February 18, 2017, 10:22:05 am »
AUX power supply will go to the space where PSU are at the moment.... Thanks!

Mind that AUX PS module has three connectors on its back. You can mount it on rear panel (or any other if you wish) with five 14 mm spacers.

Offline Strada916

  • Frequent Contributor
  • **
  • Posts: 252
  • Country: au
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #626 on: February 18, 2017, 10:27:13 am »
Suggested modules constellation is not possible with current Arduino shield at least not without adding extender 26-pin flat cables. Also if Power boards are far away from each other you'll need two instead of one cooling fan. That will also need additional fan speed controller.
Currently only what is possible is to rotate AC/DC power modules, increase enclosure depth and try to stay within width of Arduino shield that is 220 mm.

It looks that I should keep Arduino & two power boards together as they are now. I'll go for taller enclosure to accomodate the shield on tow of two AC/DC PSUs side by side (this will add around 4-5cm) under it. AUX power supply will go to the space where PSU are at the moment.... Thanks!
Why not have the AC/DC module in a outside enclosure? That way you only have the PSU boards in the enclosure.

Sent from my D6503 using Tapatalk

The Bone, the Off-White, the Ivory or the Beige?
 

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Encoder selection
« Reply #627 on: February 19, 2017, 09:27:12 am »
I had a chance to test Passives EC12E20-24P24C-SW and Bourns PEC11R-4015F-S0024 encoders. With encoder algorithm that is recently changed and I can say that both of them works nice. The difference is that former has discrete steps (detents) that you can feel when you turning it, while later is like analog pot, operating very smoothly (and it's more expensive).
Don't know what people will prefer more. :-//
« Last Edit: February 19, 2017, 02:09:29 pm by prasimix »
 

Offline cs.dk

  • Supporter
  • ****
  • Posts: 642
  • Country: dk
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #628 on: February 19, 2017, 09:39:55 am »
Personally i like encoders with indents, steps or what ever the correct English term is :-+
 
The following users thanked this post: prasimix, garnix

Offline Kean

  • Supporter
  • ****
  • Posts: 2089
  • Country: au
  • Embedded systems & IT consultant
    • Kean Electronics
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #629 on: February 19, 2017, 02:36:57 pm »
The correct English term is "detent" - https://en.wikipedia.org/wiki/Detent
And yes, encoders with detents are also my personal preference, but smooth ones do suit certain applications.
 

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #630 on: February 19, 2017, 02:46:55 pm »
Ok, the same Bourns series has models with detents, but I have to find one that is available in needed quantity. Another possibility is to find a model from some other company. I found that BI technologies also produce encoders, e.g. EN12-HS22AF20 that Farnell not stocked anymore but is available on Digikey and Mouser.
 
The following users thanked this post: garnix

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
EEZ Studio first preview
« Reply #631 on: February 20, 2017, 01:35:16 pm »
Finally I managed to make a very short intro video of EEZ Studio. A more videos will follows and its source code will be uploaded on the GitHub in near future.

 
The following users thanked this post: Kean, garnix

Offline jleg

  • Contributor
  • Posts: 44
  • Country: de
Re: EEZ Studio first preview
« Reply #632 on: February 20, 2017, 03:37:45 pm »
Finally I managed to make a very short intro video of EEZ Studio. A more videos will follows and its source code will be uploaded on the GitHub in near future.
that is really impressive - and looks promising.
I wonder if this tool would also be capable of creating GUI code for smaller units than DUE?
And is there also some possibility to handle multi-language setups?
 

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #633 on: February 20, 2017, 04:02:15 pm »
Thanks for your input. Arduino Due is not a target platform but any display that will be added and has Arduino library. Right now is possible to generate a code for both AVR and ARM MCUs via UTFT library. Problem with smaller MCUs it that they cannot be used with controllers that is covered with mentioned UTFT library (see yellow note here). Not because library is not good but because display controllers on such displays are primitive and required lots of code. That's the reason why we'd like to include displays with other controller like FT80x from FTDI/BridgeTek that you can be found on e.g. Riverdi displays. They have a great selection with both resistive and capacitive touchscreens and many screen sizes.

The EEZ Studio project file handles multiple languages and multiple display orientations (i.e. portrait and landscape).

Anyway idea is at the end to have something like Nextion but fully open source and not limited to just one display's manufacturer. Hopefully we'll make it happen in the near future.

Offline VEGETA

  • Super Contributor
  • ***
  • Posts: 1946
  • Country: jo
  • I am the cult of personality
    • Thundertronics
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #634 on: February 20, 2017, 04:09:15 pm »
it would be a great help if this great solution supports PIC microcontrollers.

Offline jleg

  • Contributor
  • Posts: 44
  • Country: de
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #635 on: February 20, 2017, 08:54:51 pm »
Right now is possible to generate a code for both AVR and ARM MCUs via UTFT library. Problem with smaller MCUs it that they cannot be used with controllers that is covered with mentioned UTFT library (see yellow note
ok, UTFT - thanks, that answers my question; so it looks like a Mega could also be usable target - or a Teensy... :)
 

Offline garnix

  • Contributor
  • Posts: 32
  • Country: ch
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #636 on: February 27, 2017, 01:29:38 pm »
OK, I tried to make a preliminary bezel to fit the 3.2" display in the 3.5" hole: http://www.thingiverse.com/thing:2139511

It is just a first try - I took your new drawings from GitHub where you marked the dimensions for the 3.5" and 3.2" display: https://github.com/eez-open/psu-hw/blob/master/Mechanical/EEZ%20PSU%20H24005%20dual%20display%20hole.png

I don't know the exact distance the LCD display is recessed from the front-panel, so I just assumed some value.

There are multiple ways to do such a bezel:
  • it could be flush with the front-panel - then it needs some support in the back to screw it to the metal case
  • it could be raised from the front-panel - then it could "snap-in-place", this is the idea I used

According to your drawings, the two displays are not centered, so a possible bezel can not be symmetrical. I think it would be more aesthetically pleasing to make a symmetric bezel - because you could then do a nice inward-curved bezel.

I think if we stick with those non-centered displays, then two separate front-panels would look nicer and this bezel thing would probably not look that nice.

Some other things to think about: Someone would need to print those 300+ bezels  >:D
 
The following users thanked this post: prasimix

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #637 on: February 27, 2017, 04:05:22 pm »
According to your drawings, the two displays are not centered, so a possible bezel can not be symmetrical. I think it would be more aesthetically pleasing to make a symmetric bezel - because you could then do a nice inward-curved bezel.

Thanks for that garnix. You're right I didn't manage to center them since 3.2" display position is defined with 40-pin connector that is plugged directly to the Arduino shield, while 3.5" display cannot be moved to much on the right since it's frame construction will overlap with 17 mm hole for encoder knob. The only solution to rectify that asymmetry is to move 40-pin 2 mm to the left (actually 2 mm to the right when viewing from the PCB top side).

Offline VEGETA

  • Super Contributor
  • ***
  • Posts: 1946
  • Country: jo
  • I am the cult of personality
    • Thundertronics
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #638 on: March 03, 2017, 09:25:51 pm »
can i ask how much shipping cost to jordan and usa for full unit? i mean device only price and shipping price?

450$ seems reasonable for it but other similar ones are the same without shipping which can cost something like 200$ to jordan!! is that how it people normally pay for such devices? i am really confused. also is it tracked or not.

thanks

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #639 on: March 03, 2017, 09:55:02 pm »
can i ask how much shipping cost to jordan and usa for full unit? i mean device only price and shipping price?

450$ seems reasonable for it but other similar ones are the same without shipping which can cost something like 200$ to jordan!! is that how it people normally pay for such devices? i am really confused. also is it tracked or not.

thanks

Direct shipment from Croatia to Jordan is $46. Tracking number is included.

Offline VEGETA

  • Super Contributor
  • ***
  • Posts: 1946
  • Country: jo
  • I am the cult of personality
    • Thundertronics
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #640 on: March 03, 2017, 10:44:49 pm »
what is the total weight? and what company do you use? Do you have Aramex?

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #641 on: March 04, 2017, 07:49:50 am »
Mention price is for Croatian post service. Weight is 4 kg.

Offline VEGETA

  • Super Contributor
  • ***
  • Posts: 1946
  • Country: jo
  • I am the cult of personality
    • Thundertronics
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #642 on: March 04, 2017, 10:56:06 am »
Jordanian post seems to have similar prices too or even lower. I tried Aramex and it is so expensive, I imagine DHL is the same too. However, is tracking good enough like these companies or not? also, delivery time?

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
r5B12 boards assembled
« Reply #643 on: March 11, 2017, 02:22:02 pm »
The new r5B12 PCBs arrived from ITEAD few days ago and I managed to assemble them to test if new added features are working as expected. All boards are now a little bit larger and I tried to keep the same mounting holes spacing as in previous builds.

AUX PS module





This module now has additional MCU controlled power relay with NO and NC pins exposed and reachable from the rear panel (X6 connector). Cooling fan power is now isolated, 5V buck is removed and dual output 5 W AC/DC module from Vigortronix is used instead.

Power board





It's possible now to work with two current range e.g. 0-500 mA and 0-5 A (on the picture that is down left corner section with Q13, Q14, R63, R65). Current shunt monitor op amp (IC7) is changed to LTC2050HV (see sheet #3). I also replaced bias power supply (see Sheet #2) where now TL781 and LTC3260 are used instead of buck regulator (LM5574).
I found two stupid mistakes on this PCB: the power input connector (X2) is rotated i.e. not the same as on the previous board, and choke L1 that is now smaller need different holes spacing.

Arduino shield





The most important changes here is encoder that can be now mounted directly on the PCB. Due to that TFT display is moved to the left. PE (Earth) terminal is moved below encoder.
I added 20-pin 0.5 mm FFC connector (X20) for future upgrade to Riverdi 3.5" touch screen display with FT800 (resistive) or FT801 (capacitive) controller. Since that display also has audio, a small audio amplifier is also added (TPA6205).
Playing with PCB layout I succeed to swap control lines for AC power (PWR_SSTART and PWR_DIRECT), but that is corrected and uploaded on the GitHub.

I need to test few more things and if everything is fine I can send to ITEAD final Gerbers and BOM to initiate PCB assembly of few sets first and after that to proceed with the rest that needed for crowdfunding campaign fulfillment.

 
The following users thanked this post: Tazz, Kean, iainwhite

Offline Strada916

  • Frequent Contributor
  • **
  • Posts: 252
  • Country: au
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #644 on: March 11, 2017, 03:06:12 pm »
Love your work. When this thread started out i thought here we go another lab PSU. Well all i can say is great achievement and i look forward to my new PSU .

Sent from my D6503 using Tapatalk

The Bone, the Off-White, the Ivory or the Beige?
 
The following users thanked this post: prasimix

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Ethernet controller oscillator issue..
« Reply #645 on: March 12, 2017, 09:03:47 am »
Yesterday I had a chance to see what's happen if so-called bias or feedback resistor is not present in oscillator circuit. W5500 Ethernet controller require 25 MHz clock, and I missed to add 1 Mohm in parallel with crystal. Without that resistor oscillator don't want to start on the r5B12 PCB revision (I didn't notice that on r3B4).

Anyway if anyone of you how has an issue with Ethernet please first check if oscillator is running (XO, pin 31 should have 25 MHz signal).

I added THT resistor as on picture below and that resistor became R176 (see Sheet #10) in latest build on the GitHub.




Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Riverdi 3.5" display demo
« Reply #646 on: March 13, 2017, 08:10:39 am »
I manage to activate a 3.5" Riverdi touch screen display. This is a cheaper resistive touch screen model with FT800 controller, and capacitive touch screen model with FT801 controller seems that is pin compatible.

Please note that display has to be rotated for 180 degrees since it's going to be mounted vertically not horizontally (as in a handheld device) for optimal viewing angle. On the picture below I just place it over Arduino shield but in practice it need its mounting rail or bezel (e.g. see garnix proposal in post #636) that has to be fixed on the front panel.



So now we have an upgrade path to more capable display (faster controller, truetype fonts, selection of resistive and capacitive touch screen, built in audio, etc.).
 
The following users thanked this post: Kean

Offline mubes

  • Regular Contributor
  • *
  • Posts: 237
  • Country: gb
  • Do Not Boil
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #647 on: March 13, 2017, 09:14:35 am »
That looks great. Personally I would prefer to wait for this upgraded display (+matching bezel etc.) but that makes your logistics horrendously more difficult, I suspect....

DAVE
 
The following users thanked this post: garnix

Offline prasimixTopic starter

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #648 on: March 13, 2017, 09:18:29 am »
Not just difficult but also impossible if we are talking about campaign fulfillment here. This display is many times more expensive and we'll need some time to add support for it. 

Offline VEGETA

  • Super Contributor
  • ***
  • Posts: 1946
  • Country: jo
  • I am the cult of personality
    • Thundertronics
Re: DIY SCPI programmable dual channel bench PSU 0-50V/3A (now EEZ H24005)
« Reply #649 on: March 13, 2017, 02:58:52 pm »
So the question is: what are the types of displays that are supported with this software of yours (EEZ studio)? I guess support for traditional PIC MCUs is not yet there so maybe just arduino ones?

I have designed a power supply circuit and it is working, next I will do the other stuff reaching down to display choice. Since I wanted to manufacture it I choose PIC MCU not arduino but driving TFT with a good design software is very hard for PIC or any other MCU as well as very pricey.

What will be more cost effective, your solution or something like Nixteon one?

thanks


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf