Author Topic: question/idea for tinspire - first post ever  (Read 3845 times)

0 Members and 1 Guest are viewing this topic.

Offline 1a5c

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
question/idea for tinspire - first post ever
« on: January 22, 2011, 02:25:50 pm »
i don't know much about assembly but i was thinking wouldn't it be better to try and make a framework for the ti-84 keypad accessing the ti-nspire's hardware?
Texas instrument seems to have a bee in their bum over hacking the ti-nspire keypad. all we want is the hardware so why not use one of the best calculator platforms and improve it?

if it is possible
this is my first post on this site and i just want to know if its possible

yes i am already aware that i am probably asking a stupid question and if my idea is stupid or impossible then please tell me so i don't bother other people with it

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: question/idea for tinspire - first post ever
« Reply #1 on: January 22, 2011, 02:35:39 pm »
You mean making the emulated TI-84 access the Nspire hardware? The emulator and the keypad are two very different things (although TI makes it look like they're the same).

Offline 1a5c

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Re: question/idea for tinspire - first post ever
« Reply #2 on: January 22, 2011, 02:39:15 pm »
ah ok thank you

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: question/idea for tinspire - first post ever
« Reply #3 on: January 22, 2011, 02:46:45 pm »
Hi and welcome here. :)

Actually it is possible to use the TI-84 Plus keypad with assembly Nspire programs. However the keys are scrambled so the programmer has to redefine the keys of his game or program so for example he can use 2nd and arrows. I'm sure it's possible to re-map the keypad layout too, but I do not know ASM/C so I wouldn't be able to help much on that.

I believe that calc84maniac TI-83 Plus emulator for the Nspire used the 84+ keypad. When starting the emu, you had to switch the keypads. Unfortunately he lost the entire source code for the project.

Offline 1a5c

  • LV0 Newcomer (Next: 5)
  • Posts: 3
  • Rating: +0/-0
    • View Profile
Re: question/idea for tinspire - first post ever
« Reply #4 on: January 22, 2011, 02:57:59 pm »
thank you and this is more in-depth of what i was thinking
since the ti-83/84 keypad gives you more access to assembly then why not try and find a way to bypass the emulator and go strait for the hardware IE the screen, keypad, memory - flash and ram
what if you could just redefine the emulators parameters and then it would basically be an extreme ti-84
better screen resolution more ram faster CPU and so on

in a nutshell just redefine the emulators parameters

just ideas - sorry i think of things as just inputs and outputs I'm still young and just want to learn


Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: question/idea for tinspire - first post ever
« Reply #5 on: January 22, 2011, 03:00:21 pm »
since the ti-83/84 keypad gives you more access to assembly then why not try and find a way to bypass the emulator and go strait for the hardware IE the screen, keypad, memory - flash and ram
what if you could just redefine the emulators parameters and then it would basically be an extreme ti-84
better screen resolution more ram faster CPU and so on

in a nutshell just redefine the emulators parameters
As far as I know, that would only be possible if we hack the 84 emulator from the Nspire software - we can't really hack it that way from the emulator itself. So if it's possible, hacking the Nspire software would still be required.