Hi guys, My question is that i currently have a robotics project which runs on an Arduino nano, i am asking if the Arduino nano every can be used in place of it, i can upload my code if you require it to check,so just tell me what you need
Edit: I use pins 7,8,12,13,A0,A1,A2 as digital outputs and 2,3,4,5,A3 as an input, and pins 6 and 11 as pwm outputs
Yeah do that, and also why? Why do you want or need to use the Every?
The biggest headache is if your code explicitly uses on chip "peripherals", and the second biggest is the compatibility of all the wonderful libraries available to regular Nano users, which is because of headache one and sluggish or uninterested developers.
a7
My main reason is that no original nanos are available locally at my area and I am trying to avoid online purchases,the nano every and nano 33 iot are the only available original nanos
OK I undertand.
So yes now post the code. It may be possible to see (or even test) its suitability for the Every.
a7
and pins 6 and 11 as pwm outputs
There are only 5 pwm pins on the Arduino Nano Every -- 3, 5, 6, 9, and 10. That's one less than on the Arduino Nano/Uno as pin 11 is not a PWM pin.
Well that means it won't work, thanks anyway
There maybe a way around this ( eg to free up a pin, and you say you only need two pwm pins ) , if you post your code and wiring schematic .
Unfortunately This Won't Work Because I Have A Made And Manufactured PCB For The Project Already Done
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.