Product Specifications

General
Type: Development Board
Architecture: For Arduino
Software Arduino IDE
Flash Memory: 32KB
RAM: 2KB
EEPROM: 1KB
Clock Speed: 16MHz
Power
DC Jack Input Voltage: +7 – 15 volts
Output Current (5v): 500mA max (with microUSB); 2A max (with DC Jack Power)
Output Current (3.3v): 500mA (from both power sources)
DC Current per I/O pin: 40mA
Weight and Dimensions
Weight: 26g
Size (L × W × H): 68.8mm × 53.4mm × 11.6mm

Hardware Features


Pinout

Pinout of Seeeduino v4.2

Product Review

Throughout my test of this development board, I found out that there are some very unique touches to this module which is unlike to any other development board including:

​There are aspects that needs to be improved such as the roughness on the sides of the PCB, and, the DC input jack isn't properly aligned with the board.


Sample code

Arduino Seeeduino v4.2 Sample Code

    void setup() {
        pinMode(LED_BUILTIN, OUTPUT);
    }
    void loop() {
        digitalWrite(LED_BUILTIN, HIGH);
        delay(1000);
        digitalWrite(LED_BUILTIN, LOW);
        delay(1000);
    }
		

Seeedstudio Product Page

Check out the product here: https://www.seeedstudio.com/Seeeduino-V4.2-p-2517.html



Enjoy! Feel free to contact us for any inquiries!