Jump to content

"Analog In Bricklet" to read the PPM (servo singal) from the resiver


neomutant

Recommended Posts

I wrote a program in delphi that reads analog value from "Analog In Bricklet"

and I came across a limitation that does not allow me to go further.

 

Restriction applies to the minimum reading time ~ 1ms is not sufficient. Is it possible somehow get around and read the value as fast as 1/100 ms? or may not be better to use the "Breakout Bricklet" and read faster?

Link to comment
Share on other sites

Over USB this is not possible. The kernel of your operationg system polls the USB device 1000 times per second, that is specified in the USB standard. There is no way around that.

 

You would have to write you own C firmware to achieve higher read out rates. The microcontroller can read and convert adc values with a frequency of max 6MHz.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...