There are some Arduino boards that have microcontrollers only used in one board. While the Arduino Framework, the library of functions, attempts to keep all boards compatible, at the lowest level there are differences. These boards because of their unique microcontrollers will generally have the lowest compatibility and potentially the most problems in their use. …
I thought it would be interesting to compare the speeds of various Arduino boards, from older designs to the newest microcontrollers. I looked at the following: Note that the Nano 33 IoT, the Nano RP2040, and the Uno R4 (WiFi version) all have an ESP32 as a coprocessor for the radio functionality. The Nano ESP32 …