u-blox / c209-aoa-tag

Bluetooth Direction Finding Tag sample application. Works with u-connectLocate.
https://www.u-blox.com/en/technologies/bluetooth-indoor-positioning
Apache License 2.0
31 stars 12 forks source link

reflash problem #9

Closed sdetweil closed 2 years ago

sdetweil commented 2 years ago

So I made my customized application. serial port always on --- this works..

a command to turning on/off advertising AT+ADV+0/1 (off/on)

a command to set the eddystone id. AT+ID=10+6 chars

but the normal commands don't respond every time..

AT AT+GMM

here is AT command

Status line(s) changed: CTS: off
AT
Status line(s) changed: CTS: on
AT
AT
AT
AT
Status line(s) changed: CTS: off
AT
Status line(s) changed: CTS: on
AT
AT
AT

OK   <-----   here is a response

AT
AT
Status line(s) changed: CTS: off
AT
Status line(s) changed: CTS: on
AT
AT
AT
AT
AT
AT
Status line(s) changed: CTS: off
AT
Status line(s) changed: CTS: on
AT
Status line(s) changed: CTS: off

so I want to change something, but I can't get back into upload mode

hold Btn 2, click Btn 1

oops.. I disabled the button handler..

is there a way, hold reset on power on?

sdetweil commented 2 years ago

works this morning... no idea