toolchain
Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series (by CE-Programming)
Calc2KeyCE
This is a C# program that reads usb input from a TI-84 Plus CE calculator and allows the user to bind calculator keys to keyboard keys or mouse actions. It can also cast your screen to your calculator's screen. (by dnmalenke)
toolchain | Calc2KeyCE | |
---|---|---|
12 | 6 | |
572 | 49 | |
1.9% | - | |
9.4 | 3.1 | |
1 day ago | 10 months ago | |
C | C++ | |
GNU Lesser General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
toolchain
Posts with mentions or reviews of toolchain.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-17.
-
TI-84+CE Toolchain v11.1 Release
Download: https://github.com/CE-Programming/toolchain/releases/latest
-
Has anyone wrote a C++ for series TI graphic calculator? If so van you describes how you did that and the experience?
if you're talking about the CE series of calculators, then people have been, and still are, creating lots of programs using the community toolchain, and despite the fact that the architecture is eZ80, a clang-based compiler has been developed (llvm backend) and so C and C++ is available.
-
I want to create my own apps, but what programming language do you need to use to write those?
If you're talking about the TI-84 Plus CE, you can create powerful programs in C (and some C++) with the community toolchain.
-
Programmatic Communication between Plugged-In Calc and PC
The C toolchain can help you with that: https://github.com/CE-Programming/toolchain/releases/tag/v10.2 You may need to get one of the USB branches.
-
How can I use a wenos d1 mini as a wifi adapter for a ti84 ce?
I'm working on a library called srldrvce for using USB serial adapters with the CE. Unfortunately, it's not released yet, but you can build it from source from the srldrvce-rewrite branch of the C toolchain. In theory, there are supposed to be nightly builds as well, but we changed our CI system recently and I can't find them at the moment. You might also find my terminal emulator for the CE helpful.
-
TI-84 CE+ vs the Python Edition
If you're wondering why they put an ARM microcontroller in there to run Python, the answer is that the TI-84 Plus CE uses an eZ80 CPU core because it made transitioning their existing TI-84 Plus code a lot easier. The downside is that they don't have access to a C compiler than can compile Python (but we've written one), so they hacked in a microcontroller to run MicroPython.
-
Help buying calculator.
The TI-84 Plus CE doesn't have anywhere near the library that the TI-83/84 Plus has, but our community SDK supports all the features of C and C++ that clang does (no STL support). Development has largely shifted to the CE. As someone who's written a fair amount of Z80 assembly, I can tell you that C is amazing.
-
Make games on Ti84PlusCE
Check out the community toolchain and its documentation.
-
ASM Development
If you want to learn assembly you can either do it standalone using this tutorial or as part of the C toolchain.
-
ti84 calculator vs arduino vs raspberry pi
It seems you can write C/C++ programs for the Ti-84 with this. (In theory you can write / run C/C++ programs on anything which can run Turing-complete programming language.)
Calc2KeyCE
Posts with mentions or reviews of Calc2KeyCE.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-24.
- I did somthing (with video)
-
Minecraft on a ti84
I'm not aware of a way to do this on Linux, but it's doable on Windows: https://github.com/dnmalenke/Calc2KeyCE You can mirror a monitor to the calculator and use the calculator for input.
-
PAYING to mod my ti 84 plus CE. So I want my TI84 to feature a HDMI mini port where it displays video. Anyone know how do it ? And wana make some $
That doesn't sound very feasible. You can still mirror a display to the calculator via the mini USB port if you install calc2key: https://github.com/dnmalenke/Calc2KeyCE
-
Programmatic Communication between Plugged-In Calc and PC
I've never messed with USB myself using the library. Here's a completed project that does though: https://github.com/dnmalenke/Calc2KeyCE it sends keypresses to the calculator and can mirror the PC screen to the calculator.
-
Is there a way to use a ti 84 ce as a pc monitor?
Yes you can mirror your screen after fiddling with the drivers on Windows: https://github.com/dnmalenke/Calc2KeyCE
What are some alternatives?
When comparing toolchain and Calc2KeyCE you can also consider the following projects:
asm-docs - Documentation about native assembly programming on the TI CE calculators (84+CE / 83PCE)
HD-Picture-Viewer - A high definition picture viewer for the TI-84 Plus CE!
ICE - ICE Compiler for the TI-84 Plus CE
kalk - kalk is a powerful command line calculator app for developers.
Ndless - The TI-Nspire calculator extension for native applications
mediapipe - Cross-platform, customizable ML solutions for live and streaming media.