-
1Freeze and deploy the project modules
Check this tutorial: https://lemariva.com/blog/2020/02/micropython-e-ink-display-controlled-esp32
-
2Clone the project typing the following:
git clone https://github.com/lemariva/uPyEINK.git
-
3Rename the files:
boot.py.sample
toboot.py
and include your Wi-Fi credentials:ssid_ = ''wpa2_pass = ''
It is important that your ESP32 is connected to Wi-Fi to update the widgets.
settings.py.sample
tosettings.py
and set up the following variables:news_api_key (info here) weather_api_key (info here)
-
4Upload the code to the ESP32, using e.g. VSCode and PyMakr extension and have fun!
If you need help, check this tutorial: MicroPython: Visual Studio Code (VSCode) as IDE.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.