test against another computer with the correct GUI for your mwii version.
Use cable first, only then switch to BT bridging.
Collection: HowTo config various BT modules
Re: Collection: HowTo config various BT modules
i did set mw versien.
i also have no problems with ftdi usb cable and windows.
i will look into trying between my laptop bluetooth and mw instead of via fone
i also have no problems with ftdi usb cable and windows.
i will look into trying between my laptop bluetooth and mw instead of via fone
-
- Posts: 317
- Joined: Wed Feb 08, 2012 8:42 pm
- Location: United states
Re: Collection: HowTo config various BT modules
http://www.rctimer.com/index.php?gOo=go ... oductname= i bought this and didnt have to configure anything in firmware and it works great ! CHEAP TOO! That is on my phone though , i havent tried pc yet and may have to change something to use on pc ! But i thought i'd share this with phone users !
Re: Collection: HowTo config various BT modules
yeah im thinking i will just have to buy a new one considering how cheap they are.
Re: Collection: HowTo config various BT modules
I have a Mega 2560 board (GLB $69 board w/ IMU) and a bluetooth module (JY-MCU v1.03). If I connect the BT module to the FTDI port on the FC, I get data in the GUI. If I connect the BT Module to any of the Serial ports on the FC, I do not get data. Is there anything that I need to change in the code to make this work on one of the Mega Serial ports instead of the FTDI?? Is it possible to run on a serial port?
Thanks
Thanks
Re: Collection: HowTo config various BT modules
i have this exact board and problem. ive tried two bluetooth boards now with no difference...
does anyone know if there's somewhere in the code to choose the port it is plugged into like with gps ?
does anyone know if there's somewhere in the code to choose the port it is plugged into like with gps ?
Re: Collection: HowTo config various BT modules
i got it working !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
i love open source !!!!!!!!!!!!!!!!!
so i started reading the code to work out how it does what it does via serial and it became clear that Serial 0 is the port its using for these messages for gui or phone via bt...
mega has 4 serial. on our board 0 is used for ftdi and bt, it would be nice to have bt on serial 1 (or whichever one you specify) instead !!!
ive been confused thinking ftdi pins on fc are a different type of port but they are really just a serial port with different pin numbers to the others, its on the ftdi/usb adapter where the translation occurs....
anyway you have to jack power from serial 1, here's my pic:
i love open source !!!!!!!!!!!!!!!!!
so i started reading the code to work out how it does what it does via serial and it became clear that Serial 0 is the port its using for these messages for gui or phone via bt...
mega has 4 serial. on our board 0 is used for ftdi and bt, it would be nice to have bt on serial 1 (or whichever one you specify) instead !!!
ive been confused thinking ftdi pins on fc are a different type of port but they are really just a serial port with different pin numbers to the others, its on the ftdi/usb adapter where the translation occurs....
anyway you have to jack power from serial 1, here's my pic:
Re: Collection: HowTo config various BT modules
haydent wrote:i got it working !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
i love open source !!!!!!!!!!!!!!!!!
so i started reading the code to work out how it does what it does via serial and it became clear that Serial 0 is the port its using for these messages for gui or phone via bt...
mega has 4 serial. on our board 0 is used for ftdi and bt, it would be nice to have bt on serial 1 (or whichever one you specify) instead !!!
ive been confused thinking ftdi pins on fc are a different type of port but they are really just a serial port with different pin numbers to the others, its on the ftdi/usb adapter where the translation occurs....
anyway you have to jack power from serial 1, here's my pic:
So did you find where in the code to change it from COM 0 ?
Re: Collection: HowTo config various BT modules
i found areas where it is specifying serial 0 for this job, i didnt look for them all though. but if you chango it you will also be changing your ftdi connection to that port (eg 1) as it doesnt differentiate between bt and ftdi/usb communications, they are all handled by the same protocol code regardless.
for now im not bothered trying to mod it as i can just switch my bt and ftdi plug as needed.
i did start a fix request here though viewtopic.php?f=7&t=2218
for now im not bothered trying to mod it as i can just switch my bt and ftdi plug as needed.
i did start a fix request here though viewtopic.php?f=7&t=2218