Guten Morgen,
ich habe ein Problem beim Verbinden von meinem Android Phone mit dem Arduino.
Fehlermeldung auf Android = Koppeln mit MLT-BT05 abgelehnt.
Habe ein HM10 Modul und mit den AT-Befehlen bereits einiges ausgelesen bzw. eingestellt. Aber ich bekomme keine Verbindung mit dem Telefon her. Welche Einstellungen müssen im Modul eingestellt sein damit die Kommunikation zwischen Arduino und Telefon funktioniert.
Das Telefon soll als Fernbedienung benutzt werden und hat Bluetooth 4.2.
Habe das Modul als Slave gesetzt und die eingestellte Baurate ist 115200.
Das Passwort 123456 wird nicht abgefragt beim Verbindungsversuch.
Fimeware Version = MLT-BT05-V4.1
Hier die verfügbaren AT-Befehle für den Slave-Modus:
09:54:49.933 -> * Command Description *
09:54:50.024 -> * ---------------------------------------------------------------- *
09:54:50.162 -> * AT Check if the command terminal work normally *
09:54:50.255 -> * AT+RESET Software reboot *
09:54:50.347 -> * AT+VERSION Get firmware, bluetooth, HCI and LMP version *
09:54:50.439 -> * AT+HELP List all the commands *
09:54:50.531 -> * AT+NAME Get/Set local device name *
09:54:50.670 -> * AT+PIN Get/Set pin code for pairing *
09:54:50.762 -> * AT+PASS Get/Set pin code for pairing *
09:54:50.855 -> * AT+BAUD Get/Set baud rate *
09:54:50.947 -> * AT+LADDR Get local bluetooth address *
09:54:51.039 -> * AT+ADDR Get local bluetooth address *
09:54:51.130 -> * AT+DEFAULT Restore factory default *
09:54:51.270 -> * AT+RENEW Restore factory default *
09:54:51.361 -> * AT+STATE Get current state *
09:54:51.408 -> * AT+PWRM Get/Set power on mode(low power) *
09:54:51.503 -> * AT+POWE Get/Set RF transmit power *
09:54:51.643 -> * AT+SLEEP Sleep mode *
09:54:51.735 -> * AT+ROLE Get/Set current role. *
09:54:51.873 -> * AT+PARI Get/Set UART parity bit. *
09:54:51.920 -> * AT+STOP Get/Set UART stop bit. *
09:54:52.060 -> * AT+START System start working. *
09:54:52.153 -> * AT+IMME System wait for command when power on. *
09:54:52.245 -> * AT+IBEA Switch iBeacon mode. *
09:54:52.338 -> * AT+IBE0 Set iBeacon UUID 0. *
09:54:52.432 -> * AT+IBE1 Set iBeacon UUID 1. *
09:54:52.570 -> * AT+IBE2 Set iBeacon UUID 2. *
09:54:52.662 -> * AT+IBE3 Set iBeacon UUID 3. *
09:54:52.755 -> * AT+MARJ Set iBeacon MARJ . *
09:54:52.848 -> * AT+MINO Set iBeacon MINO . *
09:54:52.941 -> * AT+MEA Set iBeacon MEA . *
09:54:53.032 -> * AT+NOTI Notify connection event . *
09:54:53.173 -> * AT+UUID Get/Set system SERVER_UUID . *
09:54:53.266 -> * AT+CHAR Get/Set system CHAR_UUID . *
09:54:53.360 -> * -----------------------------------------------------------------*
09:54:53.453 -> * Note: (M) = The command support slave mode only. *
09:54:53.498 -> ********************************************************************
Grüße
Baril