Sorry to ask something that should be basic for everyone, but I can’t find the clear answer.
Is the SparkFun RedBoard Artemis size compatible with the Arduino UNO shields?
The idea is to replace the card in my projects.
Is it true that it is a little wider?
That is, I have to recast the designed cases.
Thank you and excuse me if I ask something very obvious.
the Artemis does not have the ICSP connectors on right side of the board, so certain things like the ethershield doesnt work. Also note that a lot of the pins are 3.3v.
so the best way I hav found is to use the QWIIC connection to get access to devices. Also quite a few of the c++ libraries don’t really work with the Artemis. You need to do some tweeking since the compiler is a bit more picky … on the other hand the device is way more powerful and has an extra hard serial port.
you milage may vary
Thank you very much for the reply. I will discuss the implications, hopefully I can switch to this board.