I am working on a WiFi-capable TI-84 using the Adafruit QT Py ESP32-C3 WiFi Dev Board, ArTICL, and PHP-based data pre-processing (the PHP scripts will run on an external server and do the work of getting information the calculator/ESP32 can deal with.)
What I have done:
Track down a way of getting the ESP32 to communicate with the TI-84 - ArTICL
Find a WiFi-capable microcontroller that should be able to fit in the TI-84's case with minimal to no modifications and run on the TI-84's 6-volt battery pack - Adafruit QT Py ESP32-C3 WiFi Dev Board
What I still need to do:
Get a TI-84 with an IO port (just waiting for my local thrift shop to be open again)
Write the necessary code (should be pretty simple, especially for the first proof of concept)
Connect the TI-84 to the ESP32
Test
Discover that I made a bunch of mistakes in the code I wrote and spend hours finding the bugs (my favorite part, obviously)
What I have done:
Track down a way of getting the ESP32 to communicate with the TI-84 - ArTICL
Find a WiFi-capable microcontroller that should be able to fit in the TI-84's case with minimal to no modifications and run on the TI-84's 6-volt battery pack - Adafruit QT Py ESP32-C3 WiFi Dev Board
What I still need to do:
Get a TI-84 with an IO port (just waiting for my local thrift shop to be open again)
Write the necessary code (should be pretty simple, especially for the first proof of concept)
Connect the TI-84 to the ESP32
Test
Discover that I made a bunch of mistakes in the code I wrote and spend hours finding the bugs (my favorite part, obviously)