Overview
Grove Base Shield provides a simple way to connect with Arduino boards and help you get rid of breadboard and jumper wires. With the 16 on-board Grove Connectors, you can easily connect with over 300 Grove modules! The pinout of Base Shield V2 is compatible with the Arduino UNO, Arduino Leonardo and the Arduino Mega.
The Arduino Shield usually has the same pin position as the Arduino development board and can be stacked and plugged into the Arduino to implement specific functions.
Power Compatible:
Every Grove connector has four wires, one of which is the VCC. However, not every micro-controller main board needs a supply voltage of 5V, some boards only need 3.3V. That's why we add a power toggle switch to Base Shield V2 so that you can select the suitable voltage of the micro-controller main board you are using via this switch.
For example, if you are using Arduino UNO with Base Shield V2, please turn the switch to 5V position; while using Seeeduino Arch with Base Shield V2, please turn the switch to 3.3V.
Board Compatible:
The pinout of Base Shield V2 is the same as Arduino Uno R3, however Arduino Uno is not the only one that the Base Shield V2 is compatible with, here we listed the boards that we have confirmed that can be used with Base Shield V2:
- Arduino Uno
- Seeeduino V4.2
- Arduino Mega / Seeeduino Mega
- Seeduino LoraWan
- Arduino Leonardo / Seeeduino Lite
- Arduino 101
- Arduino Due
- Intel Edison
- Linkit One
Conformities
Get Inspired
I have prepare home Automoation project using Arduino nano esp32
There are almost endless variations of clocks for sale on the internet today, but it is still easy to end up in a situation where you can't quite find a model with the style and features you want. Marco Zonca ended up with that problem while searching for a new clock to put in his music studio. Nothing on the market fit the bill, so he built this minimalist network-updated digital clock. Zonca wanted a simple design, the ability to adjust brightness, and NTP (Network Time Protocol) updates. There are clocks available with those features, but nothing in the style Zonca wanted. So he created the perfect clock for himself. It displays 24-hour time across a red LED matrix, lets the user control settings like brightness via Bluetooth® Low Energy communication, and always stays in sync with network time. An Arduino Nano ESP32 board, programmed through Arduino Web Editor, controls all of those functions. It mounts onto a custom PCB that Zonca designed for this clock. The PCB also hosts an 8×32 LED matrix display with MAX7219 driver. Three buttons on the PCB let the user select modes. The PCB fits into a black 3D-printed enclosure that reflects the overall minimalist style. Now Zonca has the perfect clock for his music studio. If you like the look of it, the sketch, PCB files, and 3D enclosure are all available on Hackster.io.