rodizio1/EZ-WifiBroadcast

EZ-WiFiBroadcast on NVIDIA Jetson TX2

GiraffeRage opened this issue · 5 comments

Is there a way to utilize EZ-WiFiBroadcast to transmit from a Jetson TX2 that is using one of the wifi adapters that have been listed as working?

I am doing some image processing on a drone and want to be able to transmit the data to a ground station with high reliability.

The wifibroadcast source can als be compiled on other platforms, only platform-dependent thing is the wiringpi library which can be easily removed in the makefile (If I remember correctly, only tracker.c uses it).

Sorry for my lack of knowledge, but how would I go about compiling onto an existing Ubuntu OS on the TX2?

I'm looking to compile ez WiFi on the Jetson nano but we don't have an /opt/vc includes as the Pis have. If you could provide any details on building on Jetson platforms I would be extremely grateful!!

@GiraffeRage Thank you for the detailed response! I actually am already using this port of WFB https://github.com/svpcom/wifibroadcast so I have all the TX and RX side components setup (patched kernel for crda country code). I was looking to get the wifibroadcast OSD built on the Nvidia jetson nano to broadcast osd over gst-launch to stream to a laptop and or android device. All build instructions I can find have the CPPFLAGS set to include PI specific includes:

https://github.com/rodizio1/EZ-WifiBroadcast/blob/develop/wifibroadcast_osd/Makefile#L1

So what I am wondering and searching for is the equivalent build flags for the Jetson platform. Thanks in advance for any experience you have building the OSD part :)