Results 30 comments of kevindsp

Yeah. the 7108 is even more time strictly than the 3001. That's why the program can work on 3001 but the 7108. But how can the devices manufactured by the...

I have not tested it carefully yet. But I have tried SLOT_TIME from 635 to 660, WAIT_TIME from 1980 to 2100. 7108 can work with a low successful rate. It...

BTW, I can't imagine there are so many manufacturers producing sbus2 sensor in the world without the official technical document. Why can't we get a copy of sbus2's official document?...

I know it is hard for a non-profit personal using purpose to get the document. I just felt strange about that. : ) And thank you for your work. We...

You said:"So....i could sign the NDA and get the Timings, but i wont be allowed to talk about or publish it on an open source project" If you signed the...

Hi,Eric. I wanna rebuild my code with your serial's API. I follow what you did over the gps's driver. However it encounters error while it compiles. What do I miss?...

> @kevinuav Did you "#include "? Solved. I forgot the namespace. Sorry. And thank you.

Hi, Katzfey. I find a bug in you PX4's Serial API.I use the readAtLeast() to get the command reply from my uart device. The device will reply my command first....

> @kevinuav Are you saying it works as expected when you don't use the Serial API, but when you switch to the Serial API you lose part of the response?...

> The code for nuttx readAtLeast is here: > > https://github.com/PX4/PX4-Autopilot/blob/36d89df0a722e2fca3f23e4d0ddd9da9fb5b7ecc/platforms/nuttx/src/px4/common/SerialImpl.cpp#L254 > > . You can see that it does not look at the data. What code are you working...