Home (CZ) | PL | SK | DE | EN | RU
Videos

Edge Computing

Is pushing the frontier of computing applications, data, and services away from centralized nodes to the logical extremes of a network. It enables analytics and knowledge generation to occur at the source of the data. This approach requires leveraging resources that may not be continuously connected to a network such as laptops, smartphones, tablets and sensors.

Example: system transmits temperature and humidity data to cloud on internet via WiFi and provides web interface to monitor those measured information. In this system, ESP8266 reads data from DHT22 sensor, then, send it to data.sparkfun.com cloud system using simple HTTP protocol. For web interface, all charts are implemented with Google Chart APIs.