Roberto
Roberto
Still no luck... :(
>You are not trying to bind right? no >Just control an already bound RX to your original TX, correct? yes >The RX doesn't do anything? nothing... power on->led off-> ~4sec->green...
> I'm getting really annoyed, never spent so much time... Can you try again with the latest code? > > Is it possible to connect to the SPI on the...
> Is it possible to connect to the SPI on the RX side? If can be useful i will try. Unfortunately, these circuit boards are soldered together   ...
same issue..
It appears to be caused by a mismatch between the DJI-SDK-iOS and DJI-UILibrary-iOS versions in the podfile. There are some errors when updating to the latest version. A quick and...
Absolutely agree that a raspberry is overkill for this task. But it will be part of a demonstration in a computer science course. In our laboratory we have raspberrypi, hackrf...
> It just installs VCDS into a wineprefix, which is meaningless since VCDS will not see the USB interface anyways. Wine can't access usb devices, but can use serial devices....
Thanks, it is also needed on Intel Mac macos version: 14.4.1 (23E224) Xcode Version 15.3 (15E204a) gcc version 13.2.0 (Homebrew GCC 13.2.0) PS: only /dev/cu.usbserial-xxxx work, not the /dev/tty.usbserial-xxxx
Ok, the "problem" was in [`src/SCRIPTS/TELEMETRY/iNav/lang.lua`](https://github.com/iNavFlight/OpenTX-Telemetry-Widget/blob/bdcfde53c4c29acaacb47e1ce9fefcb64b786b49/src/SCRIPTS/TELEMETRY/iNav/lang.lua#L5) on line 5 `local tmp = FILE_PATH .. "lang_" .. data.lang .. ".luac"` It search for compiled .luac instead of .lua (Since I was...