top | item 20261109

(no title)

andr | 6 years ago

I wish there were some improvements in the I/O aspect of the board. Having tried to use an RPi for a small automation project, I felt limited by the single ADC input and single PWM output. I was faced with using an Arduino daughter board to do the actual IO or going with a BeagleBoard.

discuss

order

tsmarsh|6 years ago

Driving an arduino from a pi is still the way to go, which is a shame. I’d have liked to have seen more PWM too.

pashky|6 years ago

Look at pca9685-based i2c pwm driver boards, it gives you 16 channels and is much more stable and easier to control from userland code than RPi gpios.