Hello i working on a project on Parrot Bebop
I want to add a Arduino on top of the drone who can communicate with the drone via UDP
The drone is a hotspot wifi but i don't want to use it
I think i can use the USB port on back
the USB can be a standard USB host port (like a computer port)
or a Ethernet over USB ( like android tethering )
I can't find a solution to use USB tethering with arduino, if somebody have have a solution ?
i use a tweensy 2.0 (atmega32u) == arduino leonardo
But the arduino can send Tcp or Udp packet to the notepad ?
i have found a lib name SLIP ( serial line internet) but it's only Tcp/Ip
my goal is to send to the drone UDP packet to control the drone
I now how to use Ethernet shield and make UDP packet but i haven't found how to use USB the protocol Eternet over USB
( i'ts a protocol or just the data+ and data- of Ethernet on USB i don't now)