Page 1 of 1

Bluetooth

Posted: Tue Mar 12, 2019 6:55 pm
by antlerhanger
can a bluetooth module be installed in the x9d plus ?

Allen

Re: Bluetooth

Posted: Tue Mar 12, 2019 11:11 pm
by MikeB
At the moment no. There is a serial port in the module bay, but this has inverted signals, and the HC-06/HC-05 need non-inverted signals. The HC-05 also needs an enable signal. This could be provided by a mod to bring out one of the JTAG signals that may be used as an I/O signal.
However, I am looking into using an Arduino Pro Mini connected to that serial port, accepting the inverted signals, and passing the data on to the bluetooth module. I'm defining a suitable protocol between the radio and the Arduino so the Arduino can also handle the required control signal, together with being able to switch power to the bluetooth module off when it it not in use.
The timescale for completion of this is undefined. I do have most of the Arduino code working, but still need to complete the code in ersky9x.

Mike

Re: Bluetooth

Posted: Wed Mar 13, 2019 12:49 am
by antlerhanger
That will be fantastic . I have a bunch of pro mini's laying around . Looking forward to it.
Thanks again
Allen

Re: Bluetooth

Posted: Wed Mar 13, 2019 1:16 am
by jhsa
We gotta love those little boards. They allow for lots of cool projects.. :)

I don't have a Taranis, but thanks again Mike..

João

Sent from my BLN-L21 using Tapatalk


Re: Bluetooth

Posted: Sun Oct 27, 2019 4:33 pm
by antlerhanger
MikeB wrote: Tue Mar 12, 2019 11:11 pm At the moment no. There is a serial port in the module bay, but this has inverted signals, and the HC-06/HC-05 need non-inverted signals. The HC-05 also needs an enable signal. This could be provided by a mod to bring out one of the JTAG signals that may be used as an I/O signal.
However, I am looking into using an Arduino Pro Mini connected to that serial port, accepting the inverted signals, and passing the data on to the bluetooth module. I'm defining a suitable protocol between the radio and the Arduino so the Arduino can also handle the required control signal, together with being able to switch power to the bluetooth module off when it it not in use.
The timescale for completion of this is undefined. I do have most of the Arduino code working, but still need to complete the code in ersky9x.

Mike
Mike I know you are really busy but have you had a chance to look into this yet ?

Thanks
Allen

Re: Bluetooth

Posted: Sun Oct 27, 2019 9:36 pm
by MikeB
I have some code done towards this, but other projects have taken priority.

Mike