This project is about controlling a WiPy 2.0/3.0 or an ESP32 running MicroPython with Blynk.
WiPy
auth token
boot.py
file to the WiPy to connect your WI-FI. Do not forget to change the <wlan-ssid>
and <wlan-password>
with your SSID and the WPA2 password of your routerauth token
inside the main.py
fileBlynkLibWiPy.py
and the main.py
files to the WiPyCheck the WiPy 3.0 / 2.0 pinout here.
If you need some help to upload the files to the WiPy, follow this tutorial.
boot.py
file to the ESP32 to connect your WI-FI. Do not forget to change the <wlan-ssid>
and <wlan-password>
with your SSID and the WPA2 password of your routerauth token
inside the main.py
file, and switch the corresponding imports
BlynkLibESP32.py
and the main.py
files to the ESP32Check the ESP32 pinout here.