Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexlynd/calcprobe

Library for hacking cheap calculators.
https://github.com/alexlynd/calcprobe

calculator hack iot python raspberry-pi

Last synced: 17 days ago
JSON representation

Library for hacking cheap calculators.

Awesome Lists containing this project

README

        

# CalcProbe
CalcProbe is a project that lets you hack standard 6 function calculators by exploiting input through the keypad matrix. By placing a microcontroller inline with the PCB matrix of a calculator, we can intercept keystrokes, and spoof our own, to give real time output to the calculator LCD. The possibilities are endless, and using the 20 buttons on a standard calculator, we can control a device like a Raspberry Pi Zero, to even connect to the internet.
## ChangeLog
* Startup script
* UART serial integration
* Code that actually works
* External SPI Micro-SD card interface for logs and stuff
* Battery management system with inductive charging (maybe)
## How it Works
it doesnt