Ron Evans

Results 985 comments of Ron Evans
trafficstars

Hi @epipheus the Raspberry Pi does not support analog I/O (AIO), due to not having the required hardware interface. Hope that helps!

Sorry, perhaps I was unclear. The Raspi has digital I/O but not analog I/O, due to not having an onboard ADC.

You would need to create a driver for that ADC that consumes the i2c interface for the Raspi, and to provide the AIO interface functions for other devices. Did you...

Not sure if you've seen these docs yet: http://artoo.io/documentation/guides/what_is_artoo/ and http://artoo.io/documentation/guides/concepts/ should be helpful. Basically, in Artoo terms, the raspi is an adaptor that provides the interface to the raspi's...

I know that @adzankich has been working on that.

Just got a couple of them in the mail... we'll look into it very soon. :smile:

Hi, @at-anhn to run the Arduino independently you would need to run an Arduino sketch, since Artoo requires that the computer be connected to the microcontroller. You could also you...

Hi, @hertling we've added initial support in Gobot, but not yet in Artoo. It is on the roadmap.

Yes, you can use the TTY interface on the Raspi to control an Arduino.

It is just artoo-arduino as normally used from Linux https://github.com/hybridgroup/artoo-arduino