HOME

TheInfoList



OR:

ESP Easy is a
free and open source Free and open-source software (FOSS) is a term used to refer to groups of software consisting of both free software and open-source software where anyone is freely licensed to use, copy, study, and change the software in any way, and the source ...
MCU firmware for the
Internet of things The Internet of things (IoT) describes physical objects (or groups of such objects) with sensors, processing ability, software and other technologies that connect and exchange data with other devices and systems over the Internet or other com ...
(IoT). and originally developed by the LetsControlIt.com community (formerly known as ESP8266.nu community). It runs on
ESP8266 The ESP8266 is a low-cost Wi-Fi microchip, with built-in TCP/IP networking software, and microcontroller capability, produced by Espressif Systems in Shanghai, China. The chip was popularized in the English-speaking maker community in August ...
Wi-Fi Wi-Fi () is a family of wireless network protocols, based on the IEEE 802.11 family of standards, which are commonly used for local area networking of devices and Internet access, allowing nearby digital devices to exchange data by radio w ...
based MCU (microcontroller unit) platforms for IoT from Espressif Systems. The name "ESP Easy," by default, refers to the firmware rather than the hardware on which it runs. At a low level, the ESP Easy firmware works the same as the NodeMCU firmware and also provides a very simple operating system on the ESP8266. The main difference between ESP Easy firmware and NodeMCU firmware is that the former is designed as a high-level toolbox that just works out-of-the-box for a pre-defined set of sensors and actuators. Users simply hook up and read/control over simple web requests without having to write any code at all themselves, including firmware upgrades using OTA (Over The Air) updates. The ESP Easy firmware can be used to turn ESP8266 modules into simple multifunction sensor and actuator devices for
home automation Home automation or domotics is building automation for a home, called a smart home or smart house. A home automation system will monitor and/or control home attributes such as lighting, climate, entertainment systems, and appliances. It ...
platforms. Once the firmware is loaded on the hardware, configuration of ESP Easy is entirely web interface based. ESP Easy firmware is primarily used on ESP8266 modules/hardware as a wireless Wi-Fi sensor device with added sensors for temperature, humidity, barometric pressure, light intensity, etc. The ESP Easy firmware also offers some low-level actuator functions to control relays. The firmware is built on the ESP8266 core for Arduino which in turn uses many open source projects. Getting started with ESP Easy takes a few basic steps. In most cases, ESP8266 modules come with AT or NodeMCU LUA firmware, and you need to replace the existing firmware with the ESP Easy firmware by flashing the hardware with a (available on Windows, macOS and Linux platforms) flash tool to use it.https://blog.moneybag.de/espeasy-administrationsoberflaeche-fuer-esp8266-fuer-iot-und-fhem/ ESPEasy: Administrationsoberfläche für ESP8266 für IoT und Fhem


Related projects


ESP8266 Arduino Core

As Arduino.cc began developing new MCU boards based on non-AVR processors like the ARM/SAM MCU used in the Arduino Due, they needed to modify the Arduino IDE so that it would be relatively easy to support alternate toolchains to allow Arduino C/C++ to be compiled down to these new processors. They did this with the introduction of Boards Manager and the Arduino SAM Boards Core. A "core" is the collection of software components required by Boards Manager and the Arduino IDE to compile an Arduino C/C++ source file down to the target MCU's machine language.


See also

*
Home automation Home automation or domotics is building automation for a home, called a smart home or smart house. A home automation system will monitor and/or control home attributes such as lighting, climate, entertainment systems, and appliances. It ...
* Web of Things * Connected Device *
Smart device A smart device is an electronic device, generally connected to other devices or networks via different wireless protocols (such as Bluetooth, Zigbee, near-field communication, Wi-Fi, LiFi, or 5G) that can operate to some extent interactively an ...


References


External links

* {{Official website, http://www.letscontrolit.com Open hardware electronic devices Microcontrollers Internet of things Home automation