Grove - LED Socket Kit - Seeed Wiki
Maybe your like
Quick LinksExplore with TopicsFAQsGet InvolvedBazaar 🛍️SenseCraft AISearch- Getting Started
- Weekly Wiki
- Sensing
- Grove
- SenseCAP
- LoRaWAN Tracker
- SenseCAP Indicator
- SenseCAP Watcher
- mmWave Radar Sensor
- XIAO
- ePaper
- XIAO Gadgets
- Wio Terminal
- ReSpeaker
- Other Sensing Modules
- Other Microcontrollers
- Network
- Meshtastic Network
- LoRa Wio Series
- SenseCAP Gateway
- SenseCAP K1100
- SenseCAP LoRaWAN Starter Kit
- Raspberry Pi Solutions
- Rockchip Solutions
- Other Network Devices
- Edge Computing
- Raspberry Pi Devices
- NVIDIA® Jetson™
- ESP Devices
- BeagleBone®
- ODYSSEY
- reCamera
- reTerminal E Series
- Other Edge Devices
- Robotics Page
- Robot Kits
- Actuator
- Sensor
- Software
- SenseCraft & Cloud
- SenseCraft AI
- SenseCraft APP
- SenseCraft Data Platform
- SenseCraft HMI
- SenseCraft Blockchain
- Solutions
- AI Vision
- AI Sound
- AI Intelligent
- Device Integration & Control
- Environmental Monitoring
- Hazard Response
- Indoor-Outdoor Positioning
- Technology Topics
- Home Assistant
- TinyML
- Open Source
- Edge AI
- Contributions
- Github Contributions Guide
- Scale up Your Creation with Seeed Studio Fusion
- Popular Platforms
- Arduino
- Raspberry Pi
- Micro:bit
- Discontinued Products
- Product List
- About Seeed
- License

Grove - LED is designed for the beginners of Arduino/Seeeduino to monitor controls from digital ports. It can be mounted to the surface of your box or desk easily and used as pilot lamp for power or signal. Its brightness can be adjust by potentiometer.
Features
-
Grove compatible interface
-
3.3V/5V Compatible
-
Adjustable LED orientation
-
Adjustable LED brightness
Specification
| Item | Description |
| LED Control Mode | Digital Pin of Arduino |
| Working Voltage | 5V |
| Supply Mode | Grove Interface |
Get Started with Aduino
Here we show how to use Arduino to control the state of the LED.
1.Connect the LED to Base Shield's digital port 2 with 4pin Grove Cable.Of course you can change to other valid digital ports if it's necessary and the definitions of the port should be changed too.
2.Plug it onto the Arduino/Seeeduino. Connect the board to PC using USB cable.

3.Copy the demo code to your sketch, then upload to Arduino or Seeeduino board. Please click here if you do not know how to upload.
You will see the LED blink every second.
/************************************************************************** File Name : GroveLEDDemoCode.ino* Author : Seeedteam* Version : V1.1* Date : 18/2/2012* Description : Demo code for Grove - LED*************************************************************************/#define LED 2 //connect LED to digital pin2void setup() { // initialize the digital pin2 as an output. pinMode(LED, OUTPUT);}void loop() { digitalWrite(LED, HIGH); // set the LED on delay(500); // for 500ms digitalWrite(LED, LOW); // set the LED off delay(500);}Get Started with Raspberry Pi
Connect the LED to Port D4 and power on the Raspberry Pi, using the Grove wire connector. This is a test to make led blinking. You can connect to GrovePi+ with it as the picture below.
# GrovePi LED Blink exampleimport timefrom grovepi import *# Connect the Grove LED to digital port D4led = 4pinMode(led,"OUTPUT")time.sleep(1)while True: try: #Blink the LED digitalWrite(led,1) # Send HIGH to switch on LED time.sleep(1) digitalWrite(led,0) # Send LOW to switch off LED time.sleep(1) except KeyboardInterrupt: # Turn LED off before stopping digitalWrite(led,0) break except IOError: # Print "Error" if communication error encountered print "Error"Run The Program
- Find the path to the file(According to your own path)
- Run Program
Resources
-
Grove - LED V1.3 Source files (Eagle and pdf)
-
Grove - LED Source files (Eagle and pdf)
-
GroveLEDDemoCode
-
Grove-LED Socket Kit
Tech Support & Product Discussion
Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.
PreviousGrove - RGB LED Ring (20 - WS2813 Mini)NextGrove - LED String LightLoading Comments...- Features
- Specification
- Get Started with Aduino
- Get Started with Raspberry Pi
- Run The Program
- Resources
- Tech Support & Product Discussion
Tag » Arduino Led Specifications
-
LED - Basic Red 5mm - COM-09590 - SparkFun Electronics
-
[PDF] LEDRGB-L-154A4SURK.pdf - Arduino
-
[PDF] T-1 3/4 (5mm) SOLID STATE LAMP Package Dimensions - Arduino
-
Datasheets For LEDs In Starter Kit Page Are Probably Wrong
-
Arduino Lesson 2. LEDs - Adafruit Learning System
-
Yellow LED - Exploring Arduino
-
Arduino Uno Pinout, Specifications, Pin Configuration & Programming
-
Getting Started With Arduino
-
[PDF] Arduino Uno - Farnell
-
L1: Turning On An LED - Physical Computing
-
5mm LED Technical Specifications And Power Characteristics
-
Arduino UNO R3 - Fully Compatible
-
[PDF] Arduino Uno R3