| 30 Oct 2010 10:44:14 pm by bsl |
|
|
You want to end up with a Touchpad(in to cable) to Clickpad(out to calculator) conversion cable and if this is a cheap idea or not.
Part of this is investigation - what can be done.
The OS(<2.0) is expecting to see a Clickpad.
The idea is to remap the Touchpad key to its Clickpad equivalent.
You might not map all the keys this way - only the important ones.
If all there is in both kepads are spring loaded buttons and a simple printed cicuit board then jumper
wires should be all you need. If there are active circuits also, then you raise a good question.
You would have to do more than jumpers at the junction box .
Opening both kepads would reveal whats needed and what can and cannot be done. |
| 08 Nov 2010 06:22:42 pm by willrandship |
|
|
Err, I'm having a problem. When I use ndless 1.4, (I am using os 1.4 btw) I ended up using two resource files, one ndless_resources and one ndless_res_beta2, and ndless_installer (ndless_inst_beta2 didn't work as well) before this I was getting corruption lines across the display, but now I get a striped or Solid screen. Any help?
Edit: BTW, Clickpad non-cas
Also, the way the keypad links and says what it is is probably a small amount of EPROM or something similar, one write only ROM, or perhaps a set of wires either on or off. |
| 08 Nov 2010 08:00:03 pm by apcalc |
|
|
| Is the Nspire plugged into a computer? I believe that this was the cause of this screen (not having it plugged in). |
| 08 Nov 2010 08:12:04 pm by willrandship |
|
|
I tried the following:
Plugged in, no programs Running: Freeze without any screen garble
Plugged in, Tilp running: Freeze with garbage on top line
Unplugged: Sometimes Black with lines, Sometimes Solid Black, Sometimes Freeze without corruption
Edit: I'm updating TiLP. It's a pain, but not as much as dealing with the disconnects and such of 1.12
Edit2: Now I consistently get:
connected: screen corrupt
Disconnected: stripes or Black |
| 09 Nov 2010 05:29:18 am by ExtendeD |
|
|
| Run the installer while disconnected, then connect the TI-Nspire when the clock starts moving. |
| 09 Nov 2010 09:50:30 am by willrandship |
|
|
Thanks! That worked great! Now I have a particle demo running on my nspire when I get home I'll stick on block dude and GBCnspire. |
| 15 Nov 2010 04:29:39 pm by bsl |
|
|
Here is another work around for the Touchpad issue with an older OS.
Print out the JPEG below:
[attachment=3308:TPAD_CPAD.jpg]
Let me know if there are mistakes |
| 26 Nov 2010 08:05:10 am by critor |
|
|
Thank you for this very usefull image.
Now that Ndless 1.7 is allmost released, is it possible to update Ndless 1.4 for the "poor" TI-Nspire CAS TouchPad users ?
http://bytecode.fr/miscfiles/ti/nspire/ndless-1.7-beta |
| 26 Nov 2010 12:11:06 pm by bsl |
|
|
Sure !!!
Here is the same changes to Ndless1.4 as to Ndless1.7, the difference is I added
the Touchpad definitions to common.h[ Thanks Goplat ].
Now you should be able to compile programs for the Touchpad.
You can navigate using my JPEG image above
under OS1.4 . [ Will I find a software patch for this ?????!!!!!! ]
Once you install Ndless , you can run programs that recognize the Touchpad.
I tested the Navigation keys as shown in the image using the Touchpad option on the emulator.
Here is the source
[attachment=3310:Ndless1.4 source-r2.zip]
Here are the beta binaries:
[attachment=3311:ndless1.4-beta3.zip]
One question:
Will this version be less stable, more stable, or the same stability as Ndless1.7 ? |
| 20 Dec 2010 07:31:47 pm by critor |
|
|
I've tested Ndless 1.4 on both non-CAS and CAS TI-Nspire with OS 1.4.
It works great!
By the way, now that Ndless 1.7 has been released, is it possible to update Ndless 1.4 ? |
| 21 Dec 2010 01:38:23 am by bsl |
|
|
I will post it soon.
I have in running now , but not done updating it with the new code.
One difference I noticed from Ndless 2.0 - when you quit a program you really quit it.
Under Ndless 2.0 when I quit a program I usually had to follow with a menu esc to get back to the Folders.
I tested: ndshell, mviewer, console, particles, hello and this NES game below:
[attachment=3332:NESGAME.JPG] |
| 22 Dec 2010 05:39:59 pm by bsl |
|
|
Here is Ndless 1.4, with the similar updates as Ndless 1.7/2.0.
It has the same core Syscalls as Ndless 2.0.
I added some custom syscalls not in the main syscall distribution into test.c
This shows you how to write custom syscalls.
Any new OS calls I find I will post in CUSTOM form and not commit to the core Ndless1.4 distribution.
These new calls are miscellaneous or interesting - some work , some don't, to be used on the emulator .
1)ftell works.
2)found what looks like atol( not sure the difference with atoi) that works.
3)put back in atof test - doesnt output correctly - might use TI 68K format for floating point numbers ?
The release has both source and binaries:
[attachment=3336:Ndless-1.4.zip]
Now, on to the lean and mean Ndless1.3 |