Bluetooth Modul STM SPBT2632C1A.AT2 im DeepSleep

OP (Firma: appfarms GmbH) #3281208
Lesenswert?

Hallo Leute,
vielleicht kennt sich jemand mit dem Bluetooth Modul SPBT2632C1A.AT2 von 
STM etwas aus ?

Ich habe HostDeepSleepEnable auf dem Modul aktiviert und leider 
vergessen vorher "GPIO_HostKeepAwake" zu setzen.
Jetzt kann ich das Modul nicht mehr per RS232 ansprechen und Daten mag 
es auch nicht mehr annehmen oder senden.

Weiss jemand wie ich es in den Werkszustand versetzen kann ?
2 Supportanfragen bei STM wurde leider nicht beantwortet :(

Danke und bis denne,
Ingo


Datenblatt unter :
http://www.st.com/web/en/resource/technical/document/datasheet/DM00050585.pdf
AT2 Command Set unter :
http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00055990.pdf
Gast #3618238
Lesenswert?

Hi Ingo,
I had your same problem.
The only system to reset this settings is to send its counterpart
immediately after reset. You have 2 seconds before module goes in deep 
sleep mode.
I don't know if your module is connected to a PC or a MCU.
In first case prepare a text file with thousands of lines with "AT+AB 
config HostDeepSleepEnable = false", then connect a button to pin Reset, 
and during sending the file press the button.
Otherwise write a program with a loop and do same with reset.
Bye
Giuseppe
Gast #3621486
Lesenswert?

Hi Giuseppe,
thanks for the replay, it works ! :)
Actually i had so send a few Escape Characters first.
This is the file i've send on repeat afer reset :

^#^$^%
AT+AB config HostDeepSleepEnable = false

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren