Hi, I am trying to initiate a bluetooth connection between SkySafari 6 on Android and a Arduino through HC05 bluetooth module.
I am using 'Basic encoder' protocol and I receive following commands from SkySafari then SkySafari says problem of connection.
I am expecting only 'Q' commands :
10:38:46.420 -> $
10:38:46.420 -> $
10:38:46.420 -> $
10:38:46.454 -> Q
10:38:46.454 -> Receive Q command.
10:38:46.488 -> Q
10:38:46.488 -> Receive Q command.
10:38:46.521 -> Q
10:38:46.521 -> Receive Q command.
10:38:46.521 -> ⸮
10:38:46.555 -> E
10:38:46.555 -> E
10:38:46.555 -> E
10:38:46.555 ->
10:38:46.555 ->
10:38:46.555 -> ⸮
Can give you byte conversion if needed.
What does this command mean (except Q that I know) ?
Thanks for your help.
Arno