Very short news.
This tutorial how to use MicroPython on ESP32 is written for Windows OS, but changes in steps will not so difficult for Linux or MacOS.
Let’s try it, steps on https://techtutorialsx.com/2017/05/20/esp32-micropython-support/
Very short news.
This tutorial how to use MicroPython on ESP32 is written for Windows OS, but changes in steps will not so difficult for Linux or MacOS.
Let’s try it, steps on https://techtutorialsx.com/2017/05/20/esp32-micropython-support/

Finally, I can write you a short tutorial how to play with ESP32 (more powerful than ESP8266). On the internet is a lot of tutorials how to do it, but this is a little bit different. I don’t have LoLin32,…
The first article from Tutorial: STM32F746 (STM32F7 Discovery) serie. I would like to describe how to turn on LED simply controlling GPIO. Why I began to write this tutorial and why I don’t want to use HAL or Standard Peripheral…
Other article about ESP32. We again connect ESP32 to temperature/humidity sensor Si7021 (HTU21), but today we also connect OLED where will be showed data from sensor. The OLED has 128x64px resolution and communication bus is I2C as well as Si7021.…
Other article about ESP32, with using of development board of SunDuino ESP32 and temperature/humidity sensor Si7021 (HTU21). I recommend the first article about ESP32 and SunDuino ESP32 which is available on https://time4ee.com/articles.php?article_id=43 Thank dfrobot.com for ESP32. I thank designer of…
This is another continue of STM32 tutorial (STM32F746 tutorial). I would like to show example code for turn on/off LED with button. This example code is able to use for another microcontrollers by ST as STM32L100, L152, STM32F103, F407 and…