Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.17 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.17 KB

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.