Platform/Shield/Base Shield V2 Base Shield V2 Table of contents Version Specification Compatible Boards Hardware Overview Getting Started Hardware Software Schematic Online Viewer Resources Project Tech Support...
Page 2
Base Shield is to help you get rid of bread board and jumper wires. With the rich grove connectors on the base board, you can add all the grove modules to the Arduino Uno conveniently! The pinout of Base Shield V2 is the same as Arduino Uno R3.
Version Product Changes Released Version Date Base Shield Initial Oct 2011 V1.2 Base Shield Change the Grove connector layout and quantity Aug 2012 V1.3 Base Shield Change the Grove connector layout and quantity, as well as a power switch Mar 2014 V2.0 to enable both 3.3V and 5V.
Parameter Value/Range Operating voltage 3.⅗V Operation Temperature -25℃ to +85℃ Analog Ports Digital Ports UART Ports I2C Ports Size 69mm x53mm Compatible Boards The Base Shield is tested and fully compatible with following boards: Arduino Uno(all revisions)/Seeeduino(V4&V4.2) Arduino Mega/Seeeduino Mega Arduino Zero(M0)/Seeeduino Lorawan Arduino Leonardo/Seeeduino Lite Arduino 101...
Arduino Due 3.3V Intel Edison 5V Linkit One Note The boards are not listed above mean that it might have chance to work with the platform board however requires extra work such as jump wires or rewriting the code. If you are interested in digging more, welcome to contact us via forum.
Page 6
1-Analog Ports: include 4 anlog ports, A0, A1, A2 and A3. 2-Digital Ports: include 7 digital ports, D2, D3, D4, D5, D6, D7 and D8. 3-UART Port: 1 UART port. 4-I2C Ports: 4 I2C ports.
3.3v. 6-Reset Buton: reset the arduino board. 7-PWR LED:The Green LED turns on when power on. 8-P1, P2:please solder the pads P1 and P2, if use Base Shield v2 with Seeeduino V3. Dimension: 2.1 * 2.7 inch Getting Started Hardware Step 1.
Page 8
Step 3. Connect Grove - Button to port D2 of Base Shield. Step 4. Plug Base Shield into Seeeduino. Step 5. Connect Seeeduino to PC through a USB cable.
//set LED as an OUTPUT device void loop() btn = digitalRead(button); //read the status of the button digitalWrite(buzzer, btn); delay(10); - Step 2. Press the button and we will hear the buzzer. Please click here to see all Base Shield V2 FAQs. Schematic Online Viewer...
Need help?
Do you have a question about the Base Shield V2 and is the answer not in the manual?
Questions and answers