Tony Wall

Results 33 comments of Tony Wall
trafficstars

Access to the RCIO chip was successful. The new "Emlid.WindowsIot.HardwarePlus" project is an IoT C++ Windows Runtime Component, the idea being to migrate the "Emlid.WindowsIot.Hardware" C# code to that then...

Version 1.0.10 has been released with the C++ code to successfully access the second SPI bus and the complete RCIO (PX4IO protocol) component which should allow the remaining components for...

IMU was brought forwards so the ADC will wait until after that or GPS.

Tom Rice submitted some code via email so we will bring this feature forwards.

Dependant of RCIO/SPI2 access, which comes with C++/CX conversion (#10).

Due to a Microsoft IoT image limitation, specifically with the GPIO #4 pin hard-wired to RC Input on the Navio, we cannot achieve any kind of acceptable performance in "user...

I also discovered the difference in timings betwen SBus and CPPM. CPPM is relatively slow (~20ms total with >=0.3ms quickest signal change, whereas SBus blasts serial pulses in less than...

Driver proof-of-concept was completed to the point of being able to build and, deploy with VS2015 Update 1 (SDK 1511 and WDK 2015 Update 1), start and communicate with the...

In the meantime in order to make the software decoding the "best effort" I have switched it over to the "Lightning" provider which is supposed to be 100 times faster....

MS added support for ValueChanged but didn't add the timestamp. Unfortunately that meant the new higher priority code in the Lightning provider actually slows down our code which still needs...