FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
463 views 1 comments
by
Hi there!

I am Ivan Tan, and am working on a autonomous drone that uses the RUT955.

I have a sensor that outputs a 5v “High”, 0v “Low” PWM signal.

May I know if it is possible to use the digital input pins on the RUT955 to read this signal?

If this is possible, I can write a Linux script for the RUT955 to read this PWM signal and send it to my computer over wifi.

Thank you for your time!

1 Answer

0 votes
by anonymous
Hi.

The internal check routine to measure the inputs runs at about 1Hz, so it' is not capable of reading PWM signals, The workaround for this would be to install a PWM-Voltage converter to read the conversion through the analog input or use a microcontroller like arduino to send the data via RS-232.
by
I see. I'll work out something then. Thank you for your reply!