The objective of this post is to explain how to install and run a Flask server on the LinkIt Smart 7688 Duo. Introduction Flask is a web micro framework for Python which allows us to create and deploy simple web applications very easily. In this tutorial, we will install Flask and create a very simple …
ESP8266: Query LinkIt Smart mDNS services
The objective of this post is to explain how to find mDNS services advertised in the LinkIt Smart using the ESP8266. Introduction The objective of this post is to explain how to find mDNS services advertised in the LinkIt Smart using the ESP8266. Although we are creating a very simple use case, this will be …
Continue reading "ESP8266: Query LinkIt Smart mDNS services"
ESP8266 Webserver: Controlling a LED through WiFi
The objective of this post is to explain how to control a LED through WiFi, using the ESP8266. Introduction The objective of this post is to explain how to control a LED wirelessly through WiFi, with the ESP8266 acting as a web server. Most of the code used here will be based on previous tutorials, so …
Continue reading "ESP8266 Webserver: Controlling a LED through WiFi"
Linkit Smart Duo
Introduction to the Linkit Smart Duo, a powerful development board based on the OpenWrt Linux distribution.
ESP8266: Setting a simple HTTP web server
The objective of this post is to explain how to set a HTTP web server on a ESP8266 and how to make some requests to it using a web browser. Introduction The objective of this post is to explain how to set an HTTP web server on a ESP8266 and how to make some requests …
Continue reading "ESP8266: Setting a simple HTTP web server"
ESP8266: Encoding JSON messages
The objective of this post is to explain how to encode a JSON message using the ArduinoJson library. Introduction The objective of this post is to explain how to encode a JSON message in the ESP8266, using the ArduinoJson library. We assume that the ESP8266 libraries for the Arduino IDE were previously installed. You can check how …