lunohod
lunohod
D16 (non-EU) can be tested now: https://github.com/lunohod/OpenGround/commits/new_features Binding doesn't work as of now, you have to clone an existing Taranis (in D8 mode). Then just change the RX number in...
@scottjw hm, I have to test it with my evo. Does the latest version from this repository work for you?
@scottjw I just flashed my evolution with "make dfu" from the head of the new_features branch and it is working fine. The IO mapping is almost the same, just the...
@ameeuw hi! Well, all I needed was implemented and I had no new ideas. I could reproduce the bug with my emax tinyhawk in D8 mode. I guess the touchscreen...
I would just set a flag in the interrupt handler and then trigger the i2c communication from the sys_tick_handler. Maybe we could/should use DMA for the i2c, but I have...
I was able to reproduce the issue with D8 too. But I was using my branch, where the DIY-Multiprotocol-TX-Module code for both D8 and D16 is being used. It's also...
I just tried the master branch of this repo and the issue is there. Also removed the i2c communication from the irq handler and it doesn't help
LOL, you can't do that in the systick handler either, it's an isr too! I moved the I2C communication to the touch_get_last_event(), which is called from the gui main loop....
@ameeuw this might be a little harder. If you want to send 16 channels, you send first 8 and then the last 8 channels alternately. 8ch mode is hardcoded, you...