I'm getting confused by the Arduino terminologies: shield, breakout, module.
Is this MicroView an Arduino compatible shield that will plug into Arduino's or Adafruit's Uno?
-
From the project page: The MicroView is a chip-sized Arduino with a built-in OLED.hlovdal– hlovdal2018年01月03日 20:17:23 +00:00Commented Jan 3, 2018 at 20:17
-
BTW, it started as a kickstarter project.hlovdal– hlovdal2018年01月03日 20:20:26 +00:00Commented Jan 3, 2018 at 20:20
1 Answer 1
No, MicroView is not an Arduino shield, so you can't plug that into any Arduino. Arduino Uno and MicroView are developed based on Atmega328 controller. So it is 100% code compatible with Arduino Uno, means the code that runs on an Arduino Uno will also be able to run on the MicroView.
-
Can shields plug into the MicroView?Doug Null– Doug Null2016年07月22日 20:34:41 +00:00Commented Jul 22, 2016 at 20:34
-
I would say no because not all the Arduino Uno pins are exposed on the Arduino MicroView. The MicroView only has 16 pins. However, if you take the time to find out if the pins used for a particular shield are exposed on an Arduino MicroView and you create an adapter as the pins are likely in different physical locations, then you might get the Arduino MicroView to work with an Arduino Uno shield.st2000– st20002016年07月23日 00:33:09 +00:00Commented Jul 23, 2016 at 0:33
-
No, you can't plug in Arduino shields to MicroView. Pin arrangements of Microview and Arduino shields are different so it is not possible.Nithin Kurian– Nithin Kurian2016年07月23日 05:26:36 +00:00Commented Jul 23, 2016 at 5:26