Author Topic: RuiDeng Riden RD6006 DC power supply  (Read 429973 times)

0 Members and 14 Guests are viewing this topic.

Offline UniSoft

  • Frequent Contributor
  • **
  • Posts: 287
  • Country: kz
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1150 on: June 09, 2023, 05:44:13 am »
Some updates...
https://mega.nz/file/A5FhXSAR#jrTVe6OxtA9ZNsgcEMbTy-n4JKNZdlYJrlcHuUD-b3Y <- archive updated

RD60062_V1.41.1k.bin (RD6006)
RD60065_V1.43.1k.bin (RD6006P) <- file updated
RD60121_V1.36.1k.bin (RD6012)
RD60181_V1.38.1k.bin (RD6018)

Archive updated
due to small bug in RD60065_V1.43.1k.bin (shifted and flickering string mV (when enabled) with enabled style 7-seg...).


* Bug fixes
  ... Now the 'POWER' button turns off the power supply without leaving the screensaver mode.
  ... Buttons 'SHIFT', 'MEM, 'I-SET', 'V-SET' will not be blocked in the screensaver mode.

* Menu "--- Battery Charger ---" ("--- Заряд АКБ ---")
  + New option "AutoSelectMEMn" ("Автовыбор MEMn");
          Automatically sets the specified memory cell when connecting the battery,
          and restores the previous settings when the battery is disconnected (if nothing was changed).

* Menu Settings: "--- Units ---" ("--- Единицы ---")
  + New option "Voltage" ("Напряжение") [V/mV]; If the voltage is less than 1V, then it will be displayed in mV.
          Note: If the voltage is less than 990mV (plus some delay), then switches to display in mV,
                   if the voltage >= 1V, then switches to display in V.
  + New option "Current" ("Ток") [A/mA];  If the current is less than 1A, then it will be displayed in mA.
          Note: If the current is less than 990mA (plus some delay), then switches to display in mA,
                   if current >= 1A, then switches to display in A.
          Perhaps in the future it will be necessary to adjust the delay and frames for hysteresis.
    
* Menu Settings: "--- Date and Time ---" ("--- Дата и время ---")
  + New option "RTC Calibration" ("Калибровка RTC") [0..127]; To calibrate the clock (RTC).
          Note: Read how it works in AN2604 on the website st.com (there is also a table in the document).
          see in attach
    
* Menu Home: "--- Layout 1 ---" ("--- Дизайн 1 ---")
  + New option "Show TIMER" ("Отобр. TIMER"); Enables timer display when the output is turned on.



​P.S.
If you wish to support project
https://www.donationalerts.com/r/unisoft
« Last Edit: June 11, 2023, 01:12:16 am by UniSoft »
 

Offline UniSoft

  • Frequent Contributor
  • **
  • Posts: 287
  • Country: kz
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1151 on: June 09, 2023, 06:25:00 am »
RD6006P:
The external temperature measurement is only displayed to 1 °C resolution, but the "ADC(T*ex)" value ... is much more granular, better than 0.1 °C resolution would be possible.
It does not seem to be possible to get the ADC values directly.
Now can read RAW ADC Values
Here is registers
Code: [Select]
    case 546: value = g_ADCSystemTemp; break;
    case 547: value = g_ADCBatteryTemp; break;
    case 548: value = g_ADCInputVoltage; break;
    case 549: value = g_ADCBatteryVoltage; break;
    case 550: value = (uint16_t)(g_ADCOutputVoltage >> 16); break;
    case 551: value = (uint16_t)(g_ADCOutputVoltage); break;
    case 552: value = (uint16_t)(g_ADCOutputCurrent >> 16); break;
    case 553: value = (uint16_t)(g_ADCOutputCurrent); break;

when cycling through the different values in the bottom right (using the up/down arrows), there is an option to display internal and external temperature alone, but there is no indication which one is which. When both are displayed at once (and thus much smaller), it says (INT) and (EXT) behind the values. Maybe add that to the "only one value" mode.
Done
 
The following users thanked this post: Pukker

Offline UniSoft

  • Frequent Contributor
  • **
  • Posts: 287
  • Country: kz
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1152 on: June 11, 2023, 01:17:18 am »
Some small bug in RD60065_V1.43.1k.bin
when "Voltage" ("Напряжение") = mV
combined with 7-seg style, the voltage string is shifted to the right and V is flickering.
Please redownload updated archive or update this file (attached as well) manually.
 

Offline Eltax1693

  • Contributor
  • Posts: 18
  • Country: se
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1153 on: June 11, 2023, 04:48:52 pm »
Do you accept PayPal?

​P.S.
If you wish to support project
https://www.donationalerts.com/r/unisoft
 

Offline .RC.

  • Frequent Contributor
  • **
  • Posts: 280
  • Country: au
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1154 on: June 15, 2023, 07:55:34 am »
I am not sure if I have killed my RD6012P.

It powers on fine.  But as soon as I press the on/off button to start powering whatever I have connected the volts drop to about 1V and about 0.003 amps and the CC emblem comes up.

Remove the load and the volts go back to whatever it was set at.  I cannot even power a single LED.
 

Offline UniSoft

  • Frequent Contributor
  • **
  • Posts: 287
  • Country: kz
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1155 on: June 15, 2023, 08:00:57 am »
It powers on fine.  But as soon as I press the on/off button to start powering whatever I have connected the volts drop to about 1V and about 0.003 amps and the CC emblem comes up.
Remove the load and the volts go back to whatever it was set at.
The output fuse blew out.
 

Offline .RC.

  • Frequent Contributor
  • **
  • Posts: 280
  • Country: au
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1156 on: June 15, 2023, 09:01:09 am »
Thanks.   I had it connected to a 12v car battery using it as a charger as I was desperate to charge a battery to start a vehicle and had nothing else, so that must have done it.

I had an initial look and saw the fuse was totally missing out of the holder.   But then I noticed they seem to have soldered in a fuse and also soldered in a fuse holder, then further research says the fuse holder is for emergency use only, under 10 amp output for short periods of time. The replacement fuse is a  "Very Fast Acting SMD 1808 20A 65V Surface Mount Fuse"

I am half tempted to buy a fuse holder for a more common round type fuse and solder the wires to the pad. Or at the very least solder on some wires and solder a replacement SMD fuse to them.  Not that I will be using it as a battery charger any more after this.
« Last Edit: June 15, 2023, 09:03:54 am by .RC. »
 

Offline 999cgm

  • Contributor
  • Posts: 15
  • Country: ro
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1157 on: June 20, 2023, 10:25:57 am »
Hi all,

I was thinking to donate 10$ to UniSoft for a 6024 . Are there other volunteers ?

@Unisoft - please confirm if enough founds are collected for a 6024 you will consider getting a 6204 and try build your customized fw version as well.

 
The following users thanked this post: Eltax1693

Offline Eltax1693

  • Contributor
  • Posts: 18
  • Country: se
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1158 on: June 20, 2023, 05:55:53 pm »
I have asked for his PayPal account, but no replay so far.
 

Offline UniSoft

  • Frequent Contributor
  • **
  • Posts: 287
  • Country: kz
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1159 on: June 20, 2023, 09:27:02 pm »
please confirm if enough founds are collected for a 6024 you will consider getting a 6204 and try build your customized fw version as well.
see attach

I have asked for his PayPal account, but no replay so far.
I don't use PayPal.
 

Offline bateau020

  • Frequent Contributor
  • **
  • Posts: 263
  • Country: fr
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1160 on: June 21, 2023, 05:10:27 am »
Is there some link to donate . Is not very clear (to me anyway)
The link was repeated 2 times on this page. Now 3 times:

https://www.donationalerts.com/r/unisoft
 

Offline bateau020

  • Frequent Contributor
  • **
  • Posts: 263
  • Country: fr
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1161 on: June 21, 2023, 05:23:31 am »
I have asked for his PayPal account, but no replay so far.
I don't use PayPal.

But donationalerts does. So you can use a paypal account to donate (via donationalerts).
 
The following users thanked this post: Eltax1693

Offline 999cgm

  • Contributor
  • Posts: 15
  • Country: ro
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1162 on: June 21, 2023, 05:25:02 am »
OK , 10E donated for rd6024 :)
 

Offline Eltax1693

  • Contributor
  • Posts: 18
  • Country: se
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1163 on: June 21, 2023, 06:17:28 pm »
Ok, thank you.

I have asked for his PayPal account, but no replay so far.
I don't use PayPal.

But donationalerts does. So you can use a paypal account to donate (via donationalerts).
 

Offline ledtester

  • Super Contributor
  • ***
  • Posts: 3198
  • Country: us
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1164 on: June 30, 2023, 02:55:04 pm »
OK , 10E donated for rd6024 :)

Just made a my own contribution!
 

Offline efimiv.a1969

  • Newbie
  • Posts: 1
  • Country: ru
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1165 on: July 03, 2023, 03:53:52 pm »
Hello, also contributed to RD6024.
 

Offline bnae38

  • Contributor
  • Posts: 12
  • Country: us
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1166 on: July 03, 2023, 07:12:38 pm »
Don't mean to spam the thread, but found a good deal on these with quite a few available. Meanwell SD-1000H-48 for $80. Adjustable output up to 60vdc and 115vac in. (US). I grabbed one to use with a 6018 I have coming.

They are however too LARGE for the chassis, but given the price/performance, I think it is worth considering. I'll extend the meanwell out the rear of chassis once parts arrive.

https://www.ebay.com/itm/195567787502

If not appropriate, feel free to delete.


Awesome work by the group on firmware!!

« Last Edit: July 06, 2023, 09:56:18 pm by bnae38 »
 

Offline bnae38

  • Contributor
  • Posts: 12
  • Country: us
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1167 on: July 06, 2023, 09:57:28 pm »
Don't mean to spam the thread, but found a good deal on these with quite a few available. Meanwell SD-1000H-48 for $80. Adjustable output up to 60vdc and 115vac in. (US). I grabbed one to use with a 6018 I have coming.

They are however too LARGE for the chassis, but given the price/performance, I think it is worth considering. I'll extend the meanwell out the rear of chassis once parts arrive.

https://www.ebay.com/itm/195567787502

If not appropriate, feel free to delete.


Awesome work by the group on firmware!!

That's a DC to DC converter. Wow. Solid first post by me. Also, back to the drawing board to find a good back end. Guess the rsp-1000-48 would work. Still a big one though..

Any suggestions for a nice SMPS for backend of the 6018?
 

Offline .RC.

  • Frequent Contributor
  • **
  • Posts: 280
  • Country: au
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1168 on: July 07, 2023, 10:53:25 am »
Put a new fuse into my RD6012P.

Put it up off the PCB as even though I doubt I will ever blow another one.   At least there is no risk of PCB damage, should I have to replace it.

 

Offline bateau020

  • Frequent Contributor
  • **
  • Posts: 263
  • Country: fr
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1169 on: July 07, 2023, 11:03:37 am »
euhm, that socket next to it was made for replacement fuses. No need to solder.
 

Offline .RC.

  • Frequent Contributor
  • **
  • Posts: 280
  • Country: au
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1170 on: July 07, 2023, 11:19:09 am »
The socket next to it says in the instructions only for under 10 amp short time usage.

I do not know why that is, or why they put a soldered on fuse there, in a spot where it is easy to damage other components when desoldering.
 

Offline bateau020

  • Frequent Contributor
  • **
  • Posts: 263
  • Country: fr
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1171 on: July 07, 2023, 11:37:08 am »
OK, strange. That restriction is not there on the non-P versions, nor on the RD6006P. Even the RD6018 does not have such a warning. Maybe they are being overly cautious or maybe there is a real problem?

Elsewhere I found the following info:
RD6006 -1808 SMD Fuse Fast Acting Ceramic 10A 
RD6012 -1808 SMD Fuse Fast Acting Ceramic 20A
RD6018 -1808 SMD Fuse Fast Acting Ceramic 25A
 

Offline illiac4

  • Regular Contributor
  • *
  • Posts: 57
  • Country: si
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1172 on: July 11, 2023, 05:46:20 am »
Is it possible to make RED led mod with RK6006 (like it can be done on RD series) when overcurrent protection kicks in?
 

Offline ndemarco

  • Contributor
  • Posts: 24
  • Country: us
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1173 on: July 14, 2023, 09:58:19 pm »
I just sent $30. I'm awed by what UniSoft has done. Thanks.
 
The following users thanked this post: ledtester, Eltax1693

Offline bnae38

  • Contributor
  • Posts: 12
  • Country: us
Re: RuiDeng Riden RD6006 DC power supply
« Reply #1174 on: July 16, 2023, 02:23:58 am »
I can't seem to find the info on the front power switch modification mentioned in the manual. This would allow turning on the backend supply with the front panel power switch. Has anyone successfully implemented?

My thought was to use j2.4 (20ma max) to drive a fet which will drive a relay (250v/20a) to turn on the back end supply.

Would have to add a 12v low power wallwort to the mix and connect through a diode to the rd6018 too. Would use same 12v to fet for relay.

I do not have an enable pin on the meanwell se-600-48 I ended up purchasing.

Any thoughts?
« Last Edit: July 16, 2023, 02:59:37 am by bnae38 »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf