https://github.com/jyesmith/dshot-esc-tester
Thrust stand data logger utilising the dshot600 protocol and ESC telemetry.
https://github.com/jyesmith/dshot-esc-tester
dshot esc kv
Last synced: 7 months ago
JSON representation
Thrust stand data logger utilising the dshot600 protocol and ESC telemetry.
- Host: GitHub
- URL: https://github.com/jyesmith/dshot-esc-tester
- Owner: JyeSmith
- Created: 2018-09-17T10:36:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T06:47:03.000Z (over 3 years ago)
- Last Synced: 2025-03-17T08:45:36.694Z (7 months ago)
- Topics: dshot, esc, kv
- Language: Python
- Homepage:
- Size: 26.4 MB
- Stars: 90
- Watchers: 7
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Uses the dshot600 protocol to communicate with the a blheli32 ESC and receive telemetry. Telemetry data is used to calculate KV and all info is displayed on the OLED.
Great for testing hand wound motors KV or new/troublesome motors.
Optional loadcell can be added to the pin header highlighted with the orange circle below. Data is printed via serial every 2-3ms.
20 second demo video https://www.youtube.com/watch?v=VLMNEdSz4wI
Schematics and PCB https://easyeda.com/jyesmith/kv-meter
![]()
Results form a rewound emax 2306 stator. Left is with 8 turns and the right images is with 9 turns.
![]()
**WARNING - If `#define MINIQUADTESTBENCH` is uncommented the test sequence used by https://www.miniquadtestbench.com/ will automatically start!!!** Below shows the results of testing an original EMAX RS2306 2400KV motor against the same motor wound with 0.5mm wire 8 & 9 turns per tooth.
6s data below also shows a comparison between single and multistrand windings.
## BOM
- Upload the gerber zip in the pcb folder to jlcpcb.com, select 1.6mm PCB thickness, and your favourite colour.
- ESP32 development board. Get the same one as in the images above to be sure it mounts correctly. I removed the black plastic standoff on the pins so that it sits flat on the PCB and gives enough headroom for the upper PCB and regulator.
- You favourite blheli32 esc. Make sure it has telemetry out and ideally a current sensor.
- OLED 128*64. There are 2 common version but the Vcc and GND pins are swapped. This PCB has been designed to take both and you select which pin receives Vcc/GND by soldering the jumpers.
- A 3V3 or 5V regulator. Either can be used and solder the jumper to which ever voltage you have used. This makes sure the ESP32 is powered correctly.
- Optional loadcell for measuring thrust.
## If you make one I would love to see it. Please post your pics as an issue or add them to this readme :)
## neohito
## Alex
![]()