Start Kit for Intel Edison
The Intel® Edison development platform is the first in a series of low-cost, product-ready, general purpose compute platforms that help lower the barriers to entry for entrepreneurs of all sizes—from pro makers to consumer electronics and companies working in the Internet of Things (IoT). The Intel Edison development platform packs a robust set of features into its small size, delivering great performance, durability, and a broad spectrum of I/O and software support. Those versatile features help meet the needs of a wide range of customers.
Hand-picked from our bestselling list, carefully tested and packed in this sleek box, we are introducing you this Start Kit for Intel® Edison. This kit includes everything you need to get started with Intel®'s newest development platform. With this kit you will be able to let Edison "senses" the sorrounding world and interact physically. It's as easy as block building with IO Expansion Shield V7 and multiple useful interfaces: Xbee, Bluetooth/APC 220, etc. Our classic 3 color pin design and sample code will also guide you to your very first successful Edison project.
Example - Day 1 - Intel® Edison : Pushbutton
Components & Software Required
- Download Arduino 1.5.3 or the latest (https://communities.intel.com/docs/DOC-23242)

//Push Button
const int buttonPin = 2; //The Button Pin
const int ledPin = 13; //The LED Pin
int buttonState = 0; //To store the state of the button
void setup() {
pinMode(ledPin, OUTPUT); //Set the LED Pin to be output
pinMode(buttonPin, INPUT); //Set the button Pin to be input
}
void loop(){
buttonState = digitalRead(buttonPin); //read the state of the button
// If the button is pressed, the button state will be HIGH
if (buttonState == HIGH) {
digitalWrite(ledPin, HIGH); // If button state is HIGH, then turn on LED
}
else {
digitalWrite(ledPin, LOW); // If button state is LOW, then turn off LED
}
}
Resources
- Edison Main Page
- Getting Started with Edison
- Edison Hands-on Tutorial: Pushbutton LED
- Edison Hands-on Tutorial: FlameFire Alarm
- Edison Hands-on Tutorial: Light Dimmer
- Edison Product Brief
- Edison - Software Downloads
- Intel® Edison Forum
- Intel® Edison Support
Shipping List
- Analog Sound Sensor
- Digital Buzzer Module
- PIR Motion Sensor
- LM35 Analog Linear Temperature Sensor
- Capacitive Touch Sensor
- Analog Rotation Sensor V2
- Soil Moisture Sensor (Arduino Compatible) Immersion Gold
- Flame Sensor
- Analog Ambient Light Sensor
- Digital LED Light Module
- Digital Push Button
- IO Expansion Shield for Arduino V7.1
- 9g micro servo (1.6kg)
- LCD Keypad Shield for Arduino
- Relay Module V3.1 (Arduino Compatible)
Please note the Intel® Edison and Arduino Breakout is not included in this kit.
Start Kit for Intel Edison
- Brand: DF Robot
- Product Code: KIT0086
- Product Status : Active
Stock
| Warehouse | Stock Status | Location |
|---|---|---|
| Centurion | Limited Stock | A21 |
| Stellenbosch | Limited Stock | Z0002 |
We ship free of charge between branches to complete your order.
-
R689.00 (Inc Tax: R792.35)
Tags: Start, Kit, Intel, Edison, Micro, Robotics start, kit, for, intel, edison, list, all, products

