Difference between revisions of "LinkNode core Esp8266 Kit"
(→Introduction) |
(→Introduction) |
||
Line 4: | Line 4: | ||
Thanks for the contribution from open source community who have developed Arduino core for ESP8266, this let Aduino IDE program LinkNode core without any change. At the same time, LinkNode core Esp8266 has Linker Base which make it very easy to connect to LinkNode Sensors. | Thanks for the contribution from open source community who have developed Arduino core for ESP8266, this let Aduino IDE program LinkNode core without any change. At the same time, LinkNode core Esp8266 has Linker Base which make it very easy to connect to LinkNode Sensors. | ||
− | [[File:ESP8266 KIT | + | [[File:ESP8266 KIT B.png]] |
− | [[File:ESP8266 KIT | + | [[File:ESP8266 KIT C.png]] |
[[File:LinkNode V2 1.jpg|500px]] | [[File:LinkNode V2 1.jpg|500px]] |
Revision as of 03:22, 17 November 2016
Contents
Introduction
LinkNode core is Arduino-compatible WiFi development board which is powered by the high integrated WiFi chip ESP-8266EX.
Thanks for the contribution from open source community who have developed Arduino core for ESP8266, this let Aduino IDE program LinkNode core without any change. At the same time, LinkNode core Esp8266 has Linker Base which make it very easy to connect to LinkNode Sensors.
Feature
- Powered by ESP-8266EX
- 8 Digital I/O pins
- 1 Analog Input pin
- 1 micro USB port for power/configure
- Compatible with Arduino programming
- Compatible with NodeMCU
- OTA -- Wireless Upload(Program)
Pin Mapping
Tutorials
1.Get started on Arduino
The tutorial of LinkNode core Esp8266 to get started on Arduino programming as same as LinkNode D1
2.LinkNode core Esp8266 Sensors
LinkNode core Esp8266 have many sensors now and sensor-driven are already written, we also continue to update the number of sensors,we will make LinkNode series more stronger.
- Download LinkNode core Sensors library from github.
- Move the library to arduino-xxx(version)/libraries/
a.LinkNode Module Buzzer
Open the code LinkNodeEsp-Beep
Upload the code and then you can test the buzzer module.
b.LinkNode Module Relay
Open the code LinkNodeEsp-Relay
Upload the code and then you can test the Relay module.
c.LinkNode Module Infraed Emitter
Open the code LinkNodeEsp-IRsend
Upload the code and then you can test the IR module,you should have a IR Recieve Module or some IR equipments.
d.LinkNode Module Thumb Joystick
Open the code LinkNodeEsp-Thumb
Upload the code and then you can test the Thumb Joystick module,LinkNode core Esp8266 only have one anglog pin.
e.LinkNode Module Tem&RH Sensor-AM2302
Open the code LinkNodeEsp-Am2302
Upload the code and then you can test the AM2302 module,wo can use this module get Humidity,Temperature.
f.LinkNode Module Pressure Sensor
Open the code LinkNodeEsp-Bmp280
Upload the code and then you can test the Bmp280 module,wo can use this module get Pressure,Temperature.
g.LinkNode Module Light Sensor
Open the code LinkNodeEsp-Temt6000
Upload the code and then you can test the Temt6000 module.
h.LinkNode Module 4Dig-7Seg
Open the code LinkNodeEsp-Seg
Upload the code and then you can test the 4Dig-7Seg module.