Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future RIDEN RD6006 Support? #204

Open
MartinDejmal opened this issue Nov 11, 2019 · 10 comments
Open

Future RIDEN RD6006 Support? #204

MartinDejmal opened this issue Nov 11, 2019 · 10 comments

Comments

@MartinDejmal
Copy link

Has anyone got their hands on RIDEN RD6006?
https://www.aliexpress.com/item/4000282551930.html

It looks like a bigger successor of DPxNNNN series of DC/DCs. If anyone is interested I have one at home and I am available to do any testing to help OpenDPS development.

@polihedron
Copy link
Contributor

mcu is STM32F103RCT6.
f68346

@Xenoamor
Copy link
Contributor

Xenoamor commented Nov 12, 2019

This looks really awesome. Looks much more "professional" and the extra buttons are nice. Saying that though this is definitely a different beast

The CPUs are both M3 cores but this one is 72 MHz as opposed to what I think is the current 24 MHz. This also has 3x ADCs unlike the current 1x ADC so we can sample things at the same time. This would be perfect for an oscilloscope mode and would help to push up our sample rate.

I'd be interested to know if they've fixed #7 which was an inherent design issue with the first generation. My gut feeling is this hasn't been resolved

I imagine the buttons are multiplexed but they could be reached through an i2c extension or something as the previous model had limited GPIOs remaining.

If anyone knows how the actual performance of this device is then I might be pretty interested in getting involved. I think if we're careful we'll be able to maintain backwards compatibility. Looks like it has a bigger 2.4 inch screen. That could be an issue although it's a great plus from a usability perspective

Looks like this one comes with a thermometer and a fan by default through which is definitely a plus. Looks like the interface is the same though, USB serial or a ESP32 extension board. This time though they look to have a more comprehensive computer application. I imagine we could squeeze a lot of data over that ESP32 link for oscilloscope stuff. Can't say I'm a fan of the USB socket being on the front though.

There's a more involved video from here on them here. What looks like a ground terminal on the front is actually some kind of battery charging circuit? Very odd to say the least

I guess the real question is though, what can we bring to this device that isn't already there? Hopefully someone makes a detailed video of it so we can get an idea of what the device is like. There's still no linear regulator front end on this thing which means it will never be that accurate unfortunately and honestly I'm only really interested in the 0-1A range

@kanflo
Copy link
Owner

kanflo commented Nov 19, 2019

Really cool device, thanks for the info @MartinDejmal. Getting OpenDPS run on that thing would be nice but sadly I do not have the bandwidth to do it.

@Xenoamor
Copy link
Contributor

The EEVBlog forums are already discussing it. I advise people keep an eye on that thread if they want more information

@Xenoamor
Copy link
Contributor

And the video we've all been waiting for...
https://www.youtube.com/watch?v=0qjLx_HsKUQ

@MartinDejmal
Copy link
Author

Awww, awesome! I want to start hacking the PSU, but maybe I should buy another sample - I use it as a daily driver and I do not want to mess it ... :D

@zoobab
Copy link

zoobab commented Dec 2, 2019

Hackaday article: https://hackaday.com/2019/12/01/turning-a-bad-bench-supply-into-a-better-bench-supply/

@jcocovich
Copy link

Unfortunately for me, the usb port is not recognized. Tried 3 computers and all ports. Asked for a refund.

@polihedron
Copy link
Contributor

that's good, now you have free sample for developing OpenDPS. :)

@nygma2004
Copy link

Just a quick thought process. I stumbled upon this: https://github.com/Baldanos/rd6006. It says that via the USB port you can communicate with the RD6006 using Modbus over serial. And in the menu, I remember that for communication you can pick USB, Wifi and TTL. What if in TTL mode it accepts Modbus commands from the RX TX pins of the ESP header? That would be easy, there are many Modbus libraries out there, I programmed ESP8266 to talk to Modbus devices over an TTL to RS486 converter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants