jhugon / ascii-serial-com

Serial communication library between computers and microcontrollers, FPGAs, etc. Uses only ASCII
GNU General Public License v3.0
0 stars 0 forks source link

Generic arduino adc streaming #31

Closed jhugon closed 2 years ago

jhugon commented 2 years ago

Resolves #28

Adds new firmware arduino_uno_adc_streaming that uses a timer for the interval between ADC single conversions that are then sent as stream messages to the host. The ADC multiplexer and counter compare are accessible registers.

Timing isn't super consistent, and the ADC has only been tested hooked up to ground, 3.3 V, and 5 V.