From 31317838c6c28060883bffdf50a99c44a2b7fd95 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Mon, 26 Apr 2021 16:20:39 +0200 Subject: [PATCH] Updated Variant USART (markdown) --- Variant-USART.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Variant-USART.md b/Variant-USART.md index 5145395..2a745c2 100644 --- a/Variant-USART.md +++ b/Variant-USART.md @@ -1,7 +1,8 @@ This variant can be used to control the board from another board(e.g. Arduino, ESP32, ESP8266,RASPBERRY PI) or a computer via a serial protocol.
The example [Arduino sketch](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Arduino/hoverserial/hoverserial.ino) will send commands and process the feedback.
-You can also test this variant with following [Web Tool](https://github.com/Candas1/Hoverboard-Web-Serial-Control), it let's you control the board and trace feedback values. +You can also test this variant with following [Web Tool](https://github.com/Candas1/Hoverboard-Web-Serial-Control), it let's you control the board and trace feedback values.
+[This issue](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/issues/157) has another example with Python. ## Wiring: * Connect blue wire to RX, green wire to TX and black wire to GND of Arduino on right sensor cable(shorter)