I want to use the ESP8266 to bridge the USB ground radio module to wifi using the esp in AP mode so I can connect to the esp on my phone or tablet or both and have access to the telemetry radio link.
The esp and radio module will be battery powered as a stand alone access point which I can place nearby, probably on the roof of the car,
I want to use the radio module rather than direct wifi because of the greater range available. Using direct wifi to the drone is almost unusable because of it's limited range.
I have found a great project called Mavbridge which has created an esp/wifi bridge for connecting directly to the drone but it has no details as to how to connect via a radio module.
I have also found this instructable which does connect to the radio module the way I intend but he uses an airborne radio module without the usb/ftdi chip. It looks like a great solution but since I only have the usb ground radio module available, I do not know how to connect it to the esp. It seems the difference between the airborne and ground modules is the addition of a usb plug and FT232RL ftdi chip.
I need to know how to connect the usb plug on the radio module to the esp to create the bridge using one of the above firmware solutions or something else that would achieve the same goal.
I hope I made some sense there.
Thanks in advance.