Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 544 Bytes

Kintone IoT Series for ESP8266 Microcontroller

Collection of Arduino Sketches for the ESP8266 microcontroller to connect to Kintone web database

Getting Started

0 Blink Test

Quick test to verify that the ESP8266 is working properly.
The LED on the ESP8266 should blink every 1 second.

blink_test.ino

1 Kintone Web Server

Creates a web server on the ESP8266 that connects to the Kintone Web Database and posts data to it.

kintone_web_server.ino