https://github.com/thestaticturtle/nspire-communication
Ti-Nspire SMS / Messenger / Infrared addon programms
https://github.com/thestaticturtle/nspire-communication
calculator cpp hack sms
Last synced: 2 months ago
JSON representation
Ti-Nspire SMS / Messenger / Infrared addon programms
- Host: GitHub
- URL: https://github.com/thestaticturtle/nspire-communication
- Owner: TheStaticTurtle
- License: gpl-3.0
- Created: 2018-04-22T16:59:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T11:46:36.000Z (over 7 years ago)
- Last Synced: 2025-10-10T13:16:18.869Z (6 months ago)
- Topics: calculator, cpp, hack, sms
- Language: Java
- Size: 70.3 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nspire-communication
## Presentation
Ti-Nspire SMS / Messenger / Infrared addon programms.
This is for using the Ti-Nspire([link](https://education.ti.com/fr/products/calculators/graphing-calculators/ti-nspire-cx)) to send SMS / message via messenger.
Codewalrus thread: [link](https://codewalr.us/index.php?topic=2299)
First some pictures:


(Video is comming)
## Usage
- Start the messenger server (If you want ot use it)
- Start the android app
- Connect to the bluetooth module in the shield
- Open one of the ti programms
- Start chating
## How to build it
### Configuration
- You will need to put your bluetooth module into at mode and cofigure the baudrate to be 115200bps
### Build the source code
#### Android app
To be documented
#### Messenger server
After you have clone the repo:
cd messenger-server/
./build.sh
#### Ti-Nspire app
After you have clone the repo:
cd nspire-client/
cd uart_/
make
Output file for the ti is `helloworld-cpp.tns`
### Build the shield
Just melt the connector in place and pass some wire here:

| n° | Usage |
|--|--|
|Pin 1| NC |
|Pin 2| VCC |
|Pin 3| TX |
|Pin 4| RX |
|Pin 5 | GND |
### Electronics
Schematic comming soon
### ToDo's
#### Infrared
- Ir on calc side (/nspire-client/uart_ir)
- Get Ir codes of videos projectors /tv
#### App
- Correct bugs and **rare** random crashes :)