Audio File Out EZB icon Audio File Out EZB Stream MP3 or WAV files from your PC to the primary EZ-B speaker for robot audio playback, alerts, music, and voice clips. 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

Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.

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 ;-)