This project is about controlling a WiPy 2.0/3.0 or an ESP32 running MicroPython with Blynk.
- Install the Android or iOS application
- Create a New Project and choose as device the
WiPy
- Copy the
auth token
- Rename and upload the
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 router - Change the
auth token
inside themain.py
file - Upload the
BlynkLibWiPy.py
and themain.py
files to the WiPy - Reboot the WiPy.
Check the WiPy 3.0 / 2.0 pinout here.
If you need some help to upload the files to the WiPy, follow this tutorial.
- Install MicroPython following this tutorial.
- Rename and upload the
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 router - Change the
auth token
inside themain.py
file, and switch the correspondingimports
- Upload the
BlynkLibESP32.py
and themain.py
files to the ESP32 - Reboot the ESP32.
Check the ESP32 pinout here.
- Revision 0.1a
- it is still buggy
- PWM, ADC, DO, DI working - some pins are not available
- Based on WiPy 1.0 Library