Difference between revisions of "RDTech RD series"

From sigrok
Jump to navigation Jump to search
(link to DPS, add references)
Line 17: Line 17:
Modbus RTU ([https://en.wikipedia.org/wiki/Modbus#Frame_formats Wikipedia]).
Modbus RTU ([https://en.wikipedia.org/wiki/Modbus#Frame_formats Wikipedia]).
Serial baudrate defaults to 115200/8n1 and Modbus slave address defaults to 1. Both can be changed in the main menu at any time. There is also an option using WiFi instead of USB/Serial, which uses a fixed Baudrate of 115200/8n1.
Serial baudrate defaults to 115200/8n1 and Modbus slave address defaults to 1. Both can be changed in the main menu at any time. There is also an option using WiFi instead of USB/Serial, which uses a fixed Baudrate of 115200/8n1.
Also see the [[RDTech_DPS_series]] page. External sources exist which combine communication to DPS as well as UM as well as RD devices in a single project. Protocols may be similar enough to make a common driver desirable.


== Resources ==
== Resources ==
* User Manual: http://myosuploads3.banggood.com/products/20191024/20191024040658RD6006Instruction10.22.pdf
* Video Review: https://www.youtube.com/watch?v=spqa7qy5dEE
* EEVblog discussion: https://www.eevblog.com/forum/testgear/ruideng-riden-rd6006-dc-power-supply/


* User Manual on [http://myosuploads3.banggood.com/products/20191024/20191024040658RD6006Instruction10.22.pdf banggood] and [http://www.ruidengkeji.com/inst/RD6006.pdf vendor] sites
* [https://www.youtube.com/watch?v=spqa7qy5dEE Video Review]
* [https://www.eevblog.com/forum/testgear/ruideng-riden-rd6006-dc-power-supply/ EEVblog forum thread]
* [https://github.com/Baldanos/rd6006 RD6006 Python module]
* [https://github.com/msillano/RD6006-Super-power-supply PC control and logging]


== See also ==
== See also ==

Revision as of 08:21, 4 May 2020

Riden RD6006
Sigrok logo no text transparent 512.png
Status in progress
Source code rdtech-dps
Channels 1
Connectivity serial over USB/WiFi
Features programmable presets, values, output, over-(voltage,current,power) thresholds.

Please note: This page is a work in progress, more to come.

Protocol

Modbus RTU (Wikipedia). Serial baudrate defaults to 115200/8n1 and Modbus slave address defaults to 1. Both can be changed in the main menu at any time. There is also an option using WiFi instead of USB/Serial, which uses a fixed Baudrate of 115200/8n1.

Also see the RDTech_DPS_series page. External sources exist which combine communication to DPS as well as UM as well as RD devices in a single project. Protocols may be similar enough to make a common driver desirable.

Resources

See also