Skip to content

Commit f54046a

Browse files
committed
Merge branch 'fix/fix_twai_pre_commit' into 'master'
fix(twai): fix cybergear pre-commit check See merge request espressif/esp-idf!41507
2 parents 95cd03c + 2496588 commit f54046a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

examples/peripherals/twai/cybergear/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-H21 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2-
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-H21 | ESP32-H4 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
2+
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- |
33

44
# CyberGear Motor Control Example
55

@@ -14,23 +14,23 @@ This example demonstrates how to control [XiaoMi CyberGear motors](https://www.m
1414

1515
* A development board with any supported Espressif SOC chip (see `Supported Targets` table above)
1616
* XiaoMi CyberGear motor
17-
* CAN transceiver (e.g., SN65HVD230)
17+
* Transceiver (e.g., SN65HVD230)
1818
* Connecting wires
1919

2020
### Hardware Connection
2121

22-
The CAN bus connection requires a CAN transceiver to convert between the ESP32's TWAI signals and the CAN bus differential signals.
22+
The TWAI bus connection requires a transceiver to convert between the ESP32's TWAI signals and the TWAI bus differential signals.
2323

2424
```
25-
ESP32 Pin CAN Transceiver CyberGear Motor
26-
--------- --------------- ---------------
25+
ESP32 Pin Transceiver CyberGear Motor
26+
--------- ----------- ---------------
2727
GPIO TX ---> CTX
2828
GPIO RX <--- CRX
29-
GND ---> GND GND <--- Separate power supply
30-
VCC(3.3V) ---> VCC(3.3V) VCC (24V) <--- Separate power supply
31-
CAN_H <--> CAN_H
32-
CAN_L <--> CAN_L
33-
--------- --------------- ---------------
29+
GND ---> GND GND <--- Separate power supply
30+
VCC(3.3V) ---> VCC(3.3V) VCC (24V) <--- Separate power supply
31+
CAN_H <--> CAN_H
32+
CAN_L <--> CAN_L
33+
--------- ------------ ---------------
3434
```
3535

3636
### Configure the project
@@ -166,9 +166,9 @@ Temperature: 36.500000
166166

167167
**If Motor not responding**
168168

169-
- Check CAN transceiver connections
169+
- Check transceiver connections
170170
- Verify motor ID settings are correct
171-
- Confirm CAN bus bitrate matches (1Mbps)
171+
- Confirm TWAI bus bitrate matches (1Mbps)
172172
- Check motor power supply
173173

174174
For any technical queries, please open an [issue](https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you soon.

0 commit comments

Comments
 (0)