Riden RK6006/BT DC/DC module and Python script for controlling it

Very cute little DC/DC converter module 🙂
I've bought it from BangGood for about 30 euro, including the shipping to EU: Riden RK6006/BT
This is suitable PSU for it: RD6006 or RD6006W Switching Power Supply 400W 60V

There are good reviews for it on the WEB, but not so much info in this forum.

The main difference with the bigger brother RD6006 is the absence of battery charging and the time/date setting.
With my Android 14 phone and their Android App I couldn't connect to it via the BT...

Here I reworked and uploaded a simple Python module for controllling it: RK6006 Python Module
This Python module allows to read and control the following options:
- Switch ON/OFF the output and read the state;
- V&A set and read Voltage and Current;
- Output read Voltage, Current and Power;
- OVP and OCP set and read Voltage and Current;
- Read the output Capacity(in Ah) and Energy(in Wh) from the switching-on of the module;
- Read the Internal and External temperature in Celsius and Fahrenheit;
- Read the Protection Status: Normal, OVP, OCP;
- Read CV/CC output mode: CV, CC;
- Switch ON/OFF the Take Out option and read the state;
- Switch ON/OFF the Boot Power option and read the state;
- Switch ON/OFF the Buzzer and read the state.

There is some kind of slew control and settling times for both rise and fall with different currents is about the same and is 200ms.
There are no overshoots on enable/desable the output, nor on changing the output voltage.
There are some small spikes on the output voltage, when step changing the load.