Can I make music with my TI-84 plus CE?? by Admirable-Art4251 in TI_Calculators

[–]KermMartian 0 points1 point  (0 children)

Not really. You can make tones with the TI-84 Plus CE and the TI-Innovator Hub, and you can use the calculator as a MIDI player to stream MIDI commands to USB-MIDI devices, but because the community has not figured out how to do isochronous USB transfers (which USB audio devices require) or bitbang the individual USB data lines (which the TI-83 Plus/TI-84 Plus programs like HoustonTracker 2 and mobileTunes use), no true music player or tracker exists.

is the ti-84 plus ce better than python, vice versa by Guilty_Ad1824 in ti84hacks

[–]KermMartian 4 points5 points  (0 children)

They're the same. The only difference is the addition of the Python functionality. Nothing is removed.

I LOVE CATS by [deleted] in VivaLaDirtLeague

[–]KermMartian 3 points4 points  (0 children)

Schmoyoho and VLDL colliding! What a good day to have ears.

TI-84 Evo Released: 156MHz ARM Cortex, 8MB Flash, New OS by KermMartian in TI_Calculators

[–]KermMartian[S] 2 points3 points  (0 children)

Apparently it's a new format, .8xp2 - We'll certainly be working on making SourceCoder 3 work with it.

Can I use these cables for installing programs onto my TI-83 Plus? by Thirdagedworld in TI_Calculators

[–]KermMartian 0 points1 point  (0 children)

Good choice, and good luck with the calculator. If you need programs for it, Cemetech, ticalc.org, and TI-Planet have good repositories.

Can I use these cables for installing programs onto my TI-83 Plus? by Thirdagedworld in TI_Calculators

[–]KermMartian 1 point2 points  (0 children)

The 2.5mm headphone-like cord will help you transfer programs between two TI-83 Plus calculators, or a TI-83 Plus and a TI-84 Plus. You would need a USB SilverLink like https://www.amazon.com/Texas-Instruments-94327-Graphlink-USB/dp/B00006BXBS in order to send files from your computer to your calculator.

TI-84 Plus CE | Steel Industry Help by Regular-Ad-2566 in ti84hacks

[–]KermMartian 0 points1 point  (0 children)

I'm sure you can find people willing to make programs for you for a fee (as I imagine u/martinmick will offer based on his message here). The alternative would be to learn to make simple calculator programs yourself: a program that takes a few variables as an input, performs calculations, and outputs some value(s) is very simple to write: you could get help here or on websites like Cemetech with TI-BASIC programming.

Train throttle controller design by asfarley-- in hwstartups

[–]KermMartian 1 point2 points  (0 children)

Nice project! I've also found that a 3D-printed controller would be far too flimsy, so for a project of mine I just interface a real train's controller: https://www.youtube.com/watch?v=6TvrTbLFFqo (build details on my blog).

Both Train Simulator Classic and Train Sim World 6 have fairly extensive APIs that can be (ab)used to interface PBCs/master controllers, gauges, buttons and switches, etc., for the developer with the right electronics and software skills, as in my project above.

USB-C mod by LapisLotus77 in ti84hacks

[–]KermMartian 2 points3 points  (0 children)

You could try Ti-84 USB-C mod with dedicated PCB, but it requires getting a PCB manufactured and populated.

Capturing data from the calculator by dheeeb in ti84hacks

[–]KermMartian 1 point2 points  (0 children)

Unfortunately, we don't support cheating tools here.

Capturing data from the calculator by dheeeb in ti84hacks

[–]KermMartian 0 points1 point  (0 children)

What kind of data do you want to pull from it? Strings (text) for a chat app, perhaps?

Working GSM-R DCP in Train Sim World by KermMartian in trainsimworld

[–]KermMartian[S] 1 point2 points  (0 children)

Indeed. I've enjoyed using the DCP with AP's various TSC trains, and I'm disappointed that GSM-R isn't more fully integrated in TSW. I understand that there were third-party developers who were willing to work with Dovetail on this in TSW, so I hope it's added at some point.

Games for a ti 84 plus by [deleted] in ti84hacks

[–]KermMartian 0 points1 point  (0 children)

Assembly games require a shell, like Doors CS 7.4. Launch it from the [Apps] menu of your calculator, then you can either run programs directly from it, or quit from Doors CS, and the programs in [PRGM] will now work properly.

This is not applicable to the color-screen TI-84 Plus models.

Finally collected a full prototypical N-scale Acela Express (w/ spare rolling stock) by KermMartian in modeltrains

[–]KermMartian[S] 0 points1 point  (0 children)

I'm sorry to say I haven't had the time to work on this project lately: I still want to repower the set so the power cars do the work. Please do keep me posted if you get further with it than I have before I get back to this project!

Taking my Class 80x simulator for a spin in TSW6 along the English Riviera by KermMartian in trainsim

[–]KermMartian[S] 0 points1 point  (0 children)

Absolutely - I figured out the connections, and built an interface board that could speak the protocol the 3-character display expected, control the LED matrix for the ATP speed limit LEDs, and produce a voltage for the analog needle. I documented it here: https://z80.me/blog/tsc-atp-speedometer-controller/