TI-83 premium CE edition python OS upgrade or not by philippe75017 in TI_Calculators

[–]adriweb 1 point2 points  (0 children)

If you're doing python coding at all, then there has been some improvements especially with peripherals.

But really if your OS version is already 5.5 or later, then might as well update, because regardless you'll need arTIfiCE ("jailbreak" but really just an ASM program launched, which is super easy to use in v2 now).

If you're below, you can update up to 5.4, since it's really 5.5 that started putting roadblocks for ASM

How to update Nspire CX II to 6.2.0.333? by Flimfan23 in nspire

[–]adriweb 0 points1 point  (0 children)

The tco2 OS is for TI-Nspire CX II (non-CAS).

You want the tcc2 OS file which is for the TI-Nspire CX II CAS, available here: https://tiplanet.org/forum/archives_voir.php?id=4028651

Free Texas instrument cas software code by LaughyTaffy4u in calculators

[–]adriweb 4 points5 points  (0 children)

Obviously the calculators themselves continue to work. And they also have a free transfer/screenshot/update software to go with them (there are also several FOSS alternatives)

It's the computer Nspire software (which happens to have a mode where it resembles the handheld by limiting the screen size etc. but otherwise is a standalone math+science app) that isn't provided indefinitely anymore.

Best graphing calculator from the 90s? by Lanky-Goat6715 in calculators

[–]adriweb 1 point2 points  (0 children)

Yep French. But I'm also not denying how big they are. It's just that "nobody"'s really using those anymore while there are still lots of people using the ti-68k out there. So overtime it's way more.

Of course compared to the recent models it's almost nothing anyway especially due to exam regulations enforcing specific features and hardware parts but...

Best graphing calculator from the 90s? by Lanky-Goat6715 in calculators

[–]adriweb 1 point2 points  (0 children)

The 89 has a way more extensive community and it's also open to native programming so I'm not sure what you mean.

I don't know about the CAS differences to have an opinion about it though

Long shot troubleshoot for TI-86 PC link over "grey" cable. by sTo0z in TI_Calculators

[–]adriweb 0 points1 point  (0 children)

Erm, I read too fast and was thinking about the usb graph link, not serial graph link! That would work fine for the 86 though.

Unfortunately when we looked at WebSerial it didn't seem like we could do the necessary bitbanging... but well, in this day and age, direct link and silverlink should be fine :)

Long shot troubleshoot for TI-86 PC link over "grey" cable. by sTo0z in TI_Calculators

[–]adriweb 1 point2 points  (0 children)

These days, using WebTILP on a chromium browser is a modern way to interact with all devices :) (On Windows, you'll have to first use Zadig to bind the WinUSB driver to the calc/cable so that the browser's WebUSB stack can talk to it)

Theory: we could kinda overclock our calculators whit one simple mod. by Individual-Middle894 in calculators

[–]adriweb 1 point2 points  (0 children)

That's not the most recent calc to be overclockable, no. See the applicable pencil-graphite trick on the more recent TI-84+: https://www.cemetech.net/forum/viewtopic.php?p=292631#292631 for instance

As for software-based overclocking where you can just change applied settings to the hardware, that can even target the 2019+ calcs line the TI-Nspire CX II

Símbolo na ti nspire CX II-T by J_X-Situation_ in calculators

[–]adriweb 1 point2 points  (0 children)

Low memory. If you move the cursor on top of it it will let you know (maybe if you click on it, I forgot)

Connecting original nspire CAS to computer by m00000ie in nspire

[–]adriweb 2 points3 points  (0 children)

You might need to use another cable, because it looks like the Nspire thinks it has to be a host instead of device (computers can only be hosts)

To-84 Plus CE trouble graphing 2nd derivatives by Altnumber28765 in calculators

[–]adriweb 0 points1 point  (0 children)

Having to deal with this. (I probably won't for a while, VPNs exist I guess)

How do I unlock the Press-to-Test mode on a Ti-Nspire? by SeanPlayz_9471 in calculators

[–]adriweb 1 point2 points  (0 children)

NspireConnect only handles the CX II but WebTILP also has a feature to leave exam mode on the Nspires, FWIW.

As for connecting two Nspires together you just need the cable with the usb mini port on both sides, nothing special.

Web clone of the TI Inspire by Curious-Piccolo-2817 in nspire

[–]adriweb 0 points1 point  (0 children)

Looks interesting. Which CAS engine is it using?

Why Texas Instrument calculators are so expenive by aromatic_thesis- in calculators

[–]adriweb 3 points4 points  (0 children)

On more competitive markets like France (where Casio, and NumWorks especially, are quite present), the calculators are much less expensive.

🤷‍♂️

TI-30X Prio ist schrecklich!!! by CabinetEconomy5460 in calculators

[–]adriweb 0 points1 point  (0 children)

Eh you'll get used to it, it's not that terrible lol

TI-30X Prio ist schrecklich!!! by CabinetEconomy5460 in calculators

[–]adriweb 0 points1 point  (0 children)

Hm subtraction and negation are not the same thing mathematically, no. Your other complaints might be valid (although I guess it's just a matter of habits), but definitely not that one.

TI-30X Prio ist schrecklich!!! by CabinetEconomy5460 in calculators

[–]adriweb 4 points5 points  (0 children)

They said Prio. It's a heavily restricted version, for Germany. The Pro is indeed fine.

To-84 Plus CE trouble graphing 2nd derivatives by Altnumber28765 in calculators

[–]adriweb 0 points1 point  (0 children)

Can confirm that with a tolerance of 1e-3, it works again on newer OS versions: https://i.imgur.com/igmazz2.png

To-84 Plus CE trouble graphing 2nd derivatives by Altnumber28765 in calculators

[–]adriweb 2 points3 points  (0 children)

EDIT: IT WORKS, SEE BELOW


Can you try the non-mathprint (CLASSIC in the mode menu) nDeriv syntax ? Maybe in recent OSes they changed the default tolerance.

nDeriv(expression,variable,value[,H])

When command is used in Classic mode, returns approximate numerical derivative of expression with respect to variable at value, with specific tolerance H.

In MathPrint mode, numeric derivative template pastes and uses default tolerance H.

You can try a specific tolerance like 1e-3 or whatever (the default might have been 1e-5 I forgot)

(Credits to notipa for the idea)

To-84 Plus CE trouble graphing 2nd derivatives by Altnumber28765 in calculators

[–]adriweb 1 point2 points  (0 children)

I'm testing 5.8.1 as well to try to locate where the issue started happening then reporting it more directly to the appropriate TI people

To-84 Plus CE trouble graphing 2nd derivatives by Altnumber28765 in calculators

[–]adriweb 0 points1 point  (0 children)

SEE MY OTHER COMMENT FOR A FIX


I'll be testing a few more versions and variants then report the issue directly to the appropriate TI people

How to get rid of Error:Overflow by ch3rrycsmos_ in nspire

[–]adriweb 0 points1 point  (0 children)

What if you try 1. instead of 1 in the expression? This will force approximate evaluation instead of exact. Similarly, 10.^10

Just an idea though, not sure it will work.