012 – ESP32 MicroPython: HC-SR04 Ultrasonic Sensor in MicroPython

In this video, we will learn how to use the HC-SR04 ultrasonic sensor in MicroPython. With ultrasonic sensor, it can be use for measuring distance or it can be use … Read More

006 – ESP32 MicroPython: How to control servo motor with MicroPython

Circuit Diagram: Links to SG90 datasheet: http://www.ee.ic.ac.uk/pcheung/teaching/DE1_EE/stores/sg90_datasheet.pdf Links to Arduino map() function: https://www.arduino.cc/reference/en/language/functions/math/map/ Some formulas use: freq = 1 / Period freq = 1 / 20ms freq = 50Hz 1ms … Read More