Bad Apple on a Minitel

Jul 26, 2025
Why I really enjoyed the work of HxC2001, and I’ve always wanted do do something like this with a Minitel. How The first thing to do was to buy a Minitel. I bought the same model I had at home for close to nothing: It’s an Alcatel branded one, and it is actually quite different from the Philips of HxC2001. Hopefully, there is a lot of information about it here, including a detailed technical description and schematics. Read more ...

TI-83 ESP8266 Python module

May 24, 2019
With the help of a custom firmware, the Python module is converted into an USB to serial bridge, connected to an ESP8266 module that was added inside the case. The ESP8266 is running a stock MicroPython. The video is showing some interactions with the ESP8266 over WiFi with MicroPython WebREPL, while the module is connected to the calculator. Everything typed on the WebREPL could have been entered directly on the calculator, but typing on a real keyboard if far more easy (at least for me) ! Read more ...

TI-83 Raspberry PI Python module

Apr 7, 2019
The TI-83 Python module The module was released as an add-on to the calculator to add a Python interpreter. There was a lot of questions about it, and it was found that it is running a custom CircuitPython Dumping the firmware Before discovering the bootloader trick, I dumped pretty easily the firmware, using a BlackMagicProbe and test points TP7 and TP8 on the back of the modules. This correspond to the SWD debug interface (SWDIO on TP7 and SWDCLK on TP8). Read more ...