mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-14 19:51:04 +00:00
add test comments
This commit is contained in:
@@ -6,6 +6,14 @@ BT module settings (AT mode):
|
||||
+BAUD=115200
|
||||
+PIN=1189
|
||||
|
||||
https://forum.arduino.cc/t/trying-to-connect-hc-05-to-bluetooth-obd2-interface-elm-327/643301/13
|
||||
https://stackoverflow.com/questions/59125470/connecting-to-elm327-bt-with-hc05-stm32-not-as-simply-as-look-like
|
||||
https://electronics.stackexchange.com/questions/101572/hc-05-bluetooth-module-not-responding-to-certain-commands
|
||||
|
||||
|
||||
OBD2 INQ: 0010:CC:4F3603,0,FF9C,OBDII
|
||||
AT+PAIR=0010,CC,4F3603,20
|
||||
|
||||
AT Commands to connect permanently to the OBD2 module:
|
||||
AT+RESET
|
||||
AT+ORGL (Set to original)
|
||||
@@ -14,7 +22,7 @@ AT Commands to connect permanently to the OBD2 module:
|
||||
AT+BIND=dc0d,30,000fa9
|
||||
AT+INIT (Need to connect)
|
||||
AT+PAIR=dc0d,30,000fa9,30 (,30 means 30 second timeout)
|
||||
AT+LINK=dc0d,30,000fa9
|
||||
|
||||
|
||||
Be sure to disconnect the TX and RX pins from the BT module when programming the arduino.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user