Home › Forums › Tech Support › Update support page
Tagged: 3dr radio telemetry, bridge, mavpilot, Wifi
- This topic has 7 replies, 2 voices, and was last updated 8 years, 7 months ago by Bill B.
-
AuthorPosts
-
-
March 20, 2016 at 23:38 #533AnonymousInactive
Can you update the support page on building the WiFi bridge?
Some of the links goto 404 pages and the xtreambee is impossible to purchase anymore.
I am using the xbee adapter from Adafruit. It looks nearly identical. But the wiring must be different.
I purchase mavpilot already and am trying to build wifi bridgr to talk to my iPhone 6s.
-
March 22, 2016 at 06:50 #534
-
March 22, 2016 at 10:13 #536AnonymousInactive
This is the Adafruit module. It looks like it does not support 5v on the outside pins. I believe it would use the center pins for 5v and ground?
-
March 24, 2016 at 17:47 #539Bill BKeymaster
Hard to say why it is not working. My suggestion would be to connect it directly to the autopilot first and get a connection, then when that works, move to making he bridge to 915MHz. The other option is to connect a FDTI cabel and terminal to the serial port, and then connect using a computer and then telnet to the ip address and port. You should be able to send characters back and forth between the terminal connected to the serial port (via FTDI) and telnet.
To connect via FTDI
screen /dev/cu.cu.usbserial-A1024NRG 57600To connect via Telnet
telnet 192.168.1.1 2000If you are still stuck, maybe we can do a quick text chat on gitter or Skype.
- This reply was modified 8 years, 8 months ago by Bill B.
-
April 11, 2016 at 15:48 #546AnonymousInactive
I built the Wifi bridge based on the info in the Support webpage. The Extreme Bee is out of stock or no longer available from most places. As a result I used the Adafruit Module with same WiFi module as listed. I wired it all together the same and it seems to looks correct. The issue I am having is the MAVPilot IOS application will not connect. I can connect to the module via WiFi but the MavPilot App Never connects to the 3DR module in the Copter via the 3DR ground module. The Application just says Connecting and never changes.
-
April 12, 2016 at 16:35 #548Bill BKeymaster
I would suggest trying the loopback connection to see if it works without an autopilot involved.
My guess is that the problem you have is the signal from the 3DR Radio are 3v3 compatible. This means the should work to trigger 5V TTL signals that the level convertor needs, but not always. I have had the same issue with the SparkFun Xbee adapter as well. The solution is to bypass the level convertor in the adapter board as the 3DR Radio and the XBee are 3v3 compliant devices.
If you cannot get it fixed by bypassing, I’ll send you ESP8266 with the MAVESP8266 FW on it.
-
April 19, 2016 at 15:29 #550AnonymousInactive
When testing I ended up frying two of the 3DR radio modules. One I ruined trying to solder directly to the board and the other I lost when I ran 5 volts into the wrong connection.
I ordered new 3DR V2 Radio modules and this time I was a lot more careful with making connections.
I was able to get the wring all sorted out and got it to even connect and receive telemetry from the Copter.
The issue I have now is it will only connect via TCP not UDP. I believe there was an issue with using TCP connections.
I used the Commands in the support page to set up the WiFly Module under SOFT AP. Perhaps you can give me some sort of insight as to what may be the issue and what I need to change.
set ftp address 0
set ftp filename wifly-EZX-AP.img
set dns name rn.microchip.com
ftp update
factory R
set uart baudrate 57600
save
reboot
set wlan join 7
set ip dhcp 4
set ip address 10.0.0.1
set ip net 255.255.255.0
set ip gateway 10.0.0.1
set ip proto 2
set wlan channel 11
set wlan APMNetwork
save softap
save
rebootThe other issue I need to know is once you are connected to the WiFi Bridge how do you get the map data in the MavPilot application? I expect I’ll be using this in the field and once connected to the WiFi bridge there is no Cellular Data being used to fill in the Maps? It’s looking for Data from the WiFi Bridge and that has no connection to the Internet to get map data from? How do I resolve that issue?
-
April 20, 2016 at 19:43 #551Bill BKeymaster
I haven’t used or setup the WiFly as UDP for such a long time. I will need to look into that.
For the MAP Data when using TCP, the only solution is to disconnect WiFi and browse the map, and it will cache that area. then reconnect to the vehicle. When connect with UDP the phone will use the LTE connection to download the data. This is one reason UDP is preferred connection mechanism (That said I have always used the WiFly in TCP mode Soft AP mode)
- This reply was modified 8 years, 7 months ago by Bill B.
-
-
AuthorPosts
- You must be logged in to reply to this topic.