Arduino IDE compatible microcontroller with Wi-Fi. ESP8266 is a cheap Wi-Fi enabled chip. The manufacturer of the chip is Espressif Systems. The chip originally appeared on the market as AT commands Wi-Fi modem. It should serve as an inexpensive module for other microcontrollers. Later, people discovered it was a powerful microcontroller and can be programmed separately. It can be programmed in many languages, but on this site we will only focus on its integration into the Arduino IDE environment.
https://www.arduinoslovakia.eu/page/esp8266?lang=en
https://www.arduinoslovakia.eu/blog/2019/1/esp8266---teplomer-s-ds18b20?lang=en
- ds18b20_oled
- modern_compiler_string
https://www.arduinoslovakia.eu/blog/2017/7/esp8266-wifi-skener?lang=en
- wifi_scan_oled
https://www.arduinoslovakia.eu/blog/2017/7/esp8266---ukladanie-hesiel-pomocou-wifimanager?lang=en
- wifimanager
https://www.arduinoslovakia.eu/blog/2017/7/esp8266---ntp-klient-a-letny-cas?lang=en
- ntp_client
https://www.arduinoslovakia.eu/blog/2019/2/esp8266---suborovy-system-spiffs?lang=en
- spiffs_test01
- spiffs_test02
- spiffs_test03
- littlefs_test01
https://www.arduinoslovakia.eu/blog/2019/3/esp8266---http-server-s-jednou-strankou?lang=en
- simple_http_server_onepage
https://www.arduinoslovakia.eu/blog/2019/4/esp8266---http-server-a-responzivny-dizajn?lang=en
- simple_http_server_onepage_responsive
https://www.arduinoslovakia.eu/blog/2019/4/esp8266---http-server-s-viac-strankami?lang=en
- simple_http_server_multiplepages_responsive
https://www.arduinoslovakia.eu/blog/2019/4/esp8266---http-server-s-viac-strankami-v-spiffs?lang=en
- simple_http_server_multiplepages_responsive_spiffs
https://www.arduinoslovakia.eu/blog/2019/4/esp8266---http-server,-favicon-a-osetrenie-chyb?lang=en
- simple_http_server_favicon
https://www.arduinoslovakia.eu/blog/2019/8/esp8266---http-server-a-senzor-teploty-ds18b20=en
- simple_http_server_ds18b20
https://www.arduinoslovakia.eu/blog/2019/11/esp8266---http-server-a-angularjs?lang=en
- simple_http_server_angularjs1
- simple_http_server_angularjs2