-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32 Bluetooth classic serial to ELM327 dongle no communication #4302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same here, no packet send? There is no blinks indicating that ELM327 device received anything. |
Have using now this example and this is the not working result I get in serial monitor: This issue is also monitored here |
I have a similar problem, using SerialToSerialBTM.ino I try to connect to a bluetooth relay (https://www.tinyosshop.com/smartphone-controlled-switch-lazybone-v3-bluetooth). Connection appears successful, but it isn't because behaviour is the same even with a wrong mac address or pin. Data is not exchanged. My conclusion is that currently BluetoothSerial does not work in master mode. Was also discussed in #3916. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Uh oh!
There was an error while loading. Please reload this page.
Hardware:
Board: Joy-IT Node MCU ESP32 dev Board
Core Installation version: 1.0.4
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10
Description:
When I use the Android App "serial bluetooth terminal", the ELM327 (OBDII) is listed as BT Classic Device.
I can connect and send AT commands, get also a propper reply.
With ESP32 I have used this example:
https://github.com/espressif/arduino-esp32/blob/master/libraries/BluetoothSerial/examples/SerialToSerialBTM/SerialToSerialBTM.ino
Have tried to use the name "OBDII" for connection init, then the BT Mac address (seen in serial BT terminal) and also enabled the pin in line 24. When I type a command in serial monitor, no reaction.
Debug Messages:
The text was updated successfully, but these errors were encountered: