Skip to content

Arduino program for reading pulse width durations generated by an RC Receiver module.

License

Notifications You must be signed in to change notification settings

Valthoron/arduino-rc-sampler-interrupt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RC Receiver Sampler using Arduino

This is an Arduino program for reading pulse width durations generated by an RC Receiver module. Tested with Arduino Uno and Nano models.

This program is developed for use with a radio controlled hexapod robot project, further details available at: https://github.com/Valthoron/hexapod-mk1-python

Features

  • Multiple channel support
  • Pin change interrupts to detect rising and falling edges of PWM signals
  • I2C communication for sending sampled pulse width values

Dependencies

Licensing

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Arduino program for reading pulse width durations generated by an RC Receiver module.

Topics

Resources

License

Stars

Watchers

Forks

Languages