This folder provides the adaptation of 2 Minitel libraries in micropython for ESP-32.
- uPyMinitel, adapted from zigazou PyMinitel
- upynitel, adapted from cquest pynitel
- Put micropython firmware into your ESP32
- Connect it to a Python IDE with micropython support, such as Thonny IDE
- Put the needed .py files into ESP32 using your IDE
- Then you can run your programs or try some commands in the shell
Hints (Thonny IDE):
- CTRL+C Stop running
- CTRL+D Soft reboot
More instructions are given in hackaday project page