rusefi_documentation/Bluetooth.md

40 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-03-15 12:57:20 -07:00
# Obviously rusEFI supports Bluetooth
2024-03-12 08:49:01 -07:00
rusEFI console has commands for Bluetooth module initialization (see below), at the moment we do not have TunerStudio interface for Bluetooth module initialization.
2023-03-15 12:57:20 -07:00
## Reference Design
https://github.com/rusefi/alphax-4chan is the most popular open source board with on-board bluetooth.
2023-03-15 12:59:39 -07:00
## Isn't HC-06 Dead?
2024-03-12 08:49:01 -07:00
That's an open question see https://github.com/rusefi/rusefi/issues/6197
JDY-33 seems to be the way to go Bluetooth in 2023. Yes, rusEFI supports JDY-33 initialization. Yes, 4chan comes with JDY-33. 2024 update https://github.com/rusefi/rusefi/issues/5918 what a mess
2023-03-15 12:59:39 -07:00
2023-03-15 12:57:20 -07:00
## HC-06 Bluetooth Module serial RS232 TTL
On start, HC-06 accepts AT commands @ 9600.
the default pin is 1234
2024-01-12 07:42:05 -08:00
2024-03-10 13:52:17 -07:00
## JDY
``bluetooth_jdy 115200 alphax 1234``
2024-03-10 13:54:19 -07:00
Which is just one the possibilities
```
// Usage: "bluetooth_hc06 <baud> <name> <pincode>"
// Example: "bluetooth_hc06 38400 rusefi 1234"
bluetooth_hc05 bluetooth_hc06 bluetooth_bk bluetooth_jdy
```
2024-03-10 13:56:16 -07:00
https://rusefi.com/forum/viewtopic.php?f=13&t=1999
2024-01-12 07:42:05 -08:00
## BluetoothView
A cool relevant Windows utility http://www.nirsoft.net