Benchmark icon Benchmark Diagnose EZ-B connection speed and reliability; benchmark ADC read rates (4-70/sec), reveal flood-control effects and optimize data throttle. Try it →
Canada
Asked

On An Arduino You Can Use Anal

On an Arduino you can use Analog pins as digital pins (ie on an Arduino Nano pins D0-D13 are digital pins, A0-A5 can be used digital as pins D14-D19) Is this also possible with the EZ-IOTiny?


ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

No - the pins of the iotiny are what they are. You can use an Ez-b V4 for more adc. Or, use the communication protocol data sheet and connect an arduino to ARC.

#2  

Thanks for you quick response. I also have a Ez-b4 but that would not fit inside. Currently working on a UART connection with an Arduino Nano to offload some work. That's how I found out that you can use Analog pins as Digital ones, hence the question ;-)