ESP32/ESP8266 MicroPython Web Server | Random Nerd Tutorials
https://randomnerdtutorials.com/esp32-esp8266-micropython-web-server/
https://randomnerdtutorials.com/esp32-esp8266-micropython-web-server/
Random Nerd Tutorials
ESP32/ESP8266 MicroPython Web Server | Random Nerd Tutorials
Learn how to build a web server to control the ESP32 ESP8266 outputs using MicroPython framework. As an example we'll build a web server with ON and OFF buttons
MicroPython: ESP32 enviando datos usando LoRa - LeMaRiva | tecnología
https://lemariva.com/blog/2018/10/micropython-esp32-sending-data-using-lora
https://lemariva.com/blog/2018/10/micropython-esp32-sending-data-using-lora
LeMaRiva|tech
MicroPython: ESP32 sending data using LoRa
This article has the code to program an ESP32 using MicroPython and send data using LoRa. LoRa is a wireless communication tech. that enables long-range transmissions.
MQTT - Conecte ESP32 / ESP8266 a Node-RED con MicroPython
https://rntlab.com/question/mqtt-connect-esp32-esp8266-to-node-red-with-micropython/
https://rntlab.com/question/mqtt-connect-esp32-esp8266-to-node-red-with-micropython/
github.com › micropython › pull
examples/bluetooth/MIT-App-Inventor: Add MIT App Inventor bluetooth ... - GitHub
https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/micropython/micropython/pull/6735&ved=2ahUKEwjEmr3zrpLvAhUBuRoKHVF4B7MQFjAGegQICRAC&usg=AOvVaw3ICNJNeMfgkARvtaamWGiv
examples/bluetooth/MIT-App-Inventor: Add MIT App Inventor bluetooth ... - GitHub
https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/micropython/micropython/pull/6735&ved=2ahUKEwjEmr3zrpLvAhUBuRoKHVF4B7MQFjAGegQICRAC&usg=AOvVaw3ICNJNeMfgkARvtaamWGiv
ESP8266 Android MIT App Inventor Tutorial | Random Nerd Tutorials
https://randomnerdtutorials.com/esp8266-controlled-with-android-app-mit-app-inventor/
https://randomnerdtutorials.com/esp8266-controlled-with-android-app-mit-app-inventor/
Random Nerd Tutorials
ESP8266 Android MIT App Inventor Tutorial | Random Nerd Tutorials
In this project, you’re going to build an Android app with the MIT App Inventor software that allows you to control the ESP8266 GPIOs. We provide the code you need to upload to your ESP8266 board, as well as the files to create the Android app.
Micropython y Node-RED - DroidToaster
https://noeldodd.com/index.php/2018/09/13/micropython-and-node-red/
https://noeldodd.com/index.php/2018/09/13/micropython-and-node-red/
microPython and the ESP - Scargill's Tech Blog
https://tech.scargill.net/micropython-and-the-esp/
https://tech.scargill.net/micropython-and-the-esp/
Scargill's Tech Blog
microPython and the ESP - Scargill's Tech Blog
Flush with success at writing trivial code on NEO platform to control lights and displays, in Python, I thought I’d have a go at microPython on the ESP8266 and the ESP32. Getting this working on the ESP8266 was trivial as the binary files start at zero –…
Eight MicroPython / Python Experiments for the ESP32 - ITYWIK
https://itywik.org/2018/10/30/eight-micropython-python-experiments-for-the-esp32/
https://itywik.org/2018/10/30/eight-micropython-python-experiments-for-the-esp32/
ITYWIK
Eight MicroPython / Python Experiments for the ESP32 - ITYWIK
MicroPython Experiments Python is an incredibly productive language and when applied to tiny systems like the ESP32, it is a real joy to work with. MicroPython is a reimplementation of the Python language for constrained systems, to be exact. In the following…
41828312.pdf
2.4 MB
Micropython Core.pdf
Descripción general - documentación de MicroPython 1.14
https://docs.micropython.org/en/latest/
https://docs.micropython.org/en/latest/
Low Power Weather Station Datalogger using ESP8266 | Random Nerd Tutorials
https://randomnerdtutorials.com/low-power-weather-station-datalogger-using-esp8266-bme280-micropython/
https://randomnerdtutorials.com/low-power-weather-station-datalogger-using-esp8266-bme280-micropython/
Random Nerd Tutorials
Low Power Weather Station Datalogger using ESP8266 | Random Nerd Tutorials
Learn how to build a low power temperature, humidity and pressure datalogger with ESP8266 and BME280 sensor. The readings will be published in Google Sheets.