This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Calculator Hardware, Electronics, Robotics subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Calculator Modifications => Calculator Hardware, Electronics, Robotics
Author Message
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 13 May 2004 01:08:18 pm    Post subject:

What about something like a cordless mouse?

I mean make a infra-red link and have the cordless mouse be able to be compatable with the infra-red link.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 May 2004 01:10:12 pm    Post subject:

I'd connect the mouse's reciever to the calc, much easyer than getting that signal right.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 13 May 2004 01:15:54 pm    Post subject:

Keith Pierce wrote:
What about something like a cordless mouse?

I mean make a infra-red link and have the cordless mouse be able to be compatable with the infra-red link.

I have a spare cordless mouse somewhere, in my computer junk box. Someone know where to start?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 May 2004 01:27:06 pm    Post subject:

Well, I'd measure the signal coming from the reciever (to the PS2/COM port) first.
Back to top
Robot87


Newbie


Joined: 11 May 2004
Posts: 12

Posted: 13 May 2004 07:18:08 pm    Post subject:

Cordless Mouse. I would try that, but technically, there's no program that really needs a mouse, except one with cursors, and that's kinda rare. Anyway, I'm starting to use a library called TiLP, with Calculator to link connections, but I'm blocked. What to do now? Should I just build a driver, and as everytime the calculator presses a button, it gets send to the link, towards the computer program, to the driver, or something else? I'm in a block!!!
Back to top
DigiTan
Unregistered HyperCam 2


Super Elite (Last Title)


Joined: 10 Nov 2003
Posts: 4468

Posted: 13 May 2004 09:42:45 pm    Post subject:

Interesting project! Well, from here I'd image you could go one of two ways. The next step might be to develope the ASM program that is responcible for using PS/2 commands to talk to the host PC. Depending on the sample rate you want, and the dedicated calc processor time you want, you may want to do this using interrupts. The second step might be to use a microcontroller such as a PIC (www.microchip.com) to provide a clock signal and act as a mouse emulator. Meanwhile, I'd do some serious reseach to get familiar with PS/2's protocols.

For now I'd save IR linking for later because that brings up some unneccessary error-detection and encoding issues--best to experiment with something basic first and move up once you've demostrated that it's trouble-free. There are a few PIC sites on PS/2 emulation that give all the good details, like this one:

* Adam Chapweske: PS/2 Mouse/Keyboard Protocol
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 14 May 2004 04:36:38 pm    Post subject:

Robot87 wrote:
Cordless Mouse. I would try that, but technically, there's no program that really needs a mouse, except one with cursors, and that's kinda rare.

A mouse might be used in place of the arrow keys: moving the mouse in a direction would correspond to pressing that arrow key.
Back to top
X1011
10100111001


Active Member


Joined: 14 Nov 2003
Posts: 657

Posted: 14 May 2004 09:53:37 pm    Post subject:

I think we need a good asm frogger game more than we need a mouse. Rolling Eyes Laughing
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 14 May 2004 11:31:54 pm    Post subject:

sigma wrote:
Robot87 wrote:
I Like you AW.

Everybody likes AW, it's mandatory.

You join this site, you are part of the awesome

Code:
echo $ArcanesFanClub;
members of Arcane's fan club!
Back to top
DigiTan
Unregistered HyperCam 2


Super Elite (Last Title)


Joined: 10 Nov 2003
Posts: 4468

Posted: 15 May 2004 12:57:39 pm    Post subject:

A TI keyboard would be interesting too. 'Might pave the way for more note-taking Apps.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 15 May 2004 01:18:23 pm    Post subject:

'Cause there aren't enough yet?
Back to top
DigiTan
Unregistered HyperCam 2


Super Elite (Last Title)


Joined: 10 Nov 2003
Posts: 4468

Posted: 15 May 2004 01:27:31 pm    Post subject:

Well, not too many PDA-class note-takers. At least not for the small TI models. Maybe with the keyboard, you could include a hot-syncing option to download the text to MS Word, etc (but that's getting ahead of myself). You could actually take a calc into a non-math-related class without having it confiscated. Well, maybe.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 15 May 2004 02:24:40 pm    Post subject:

What's wrong with the basic editor for taking notes?

Edit basic program, send to Ti Connect, open, select all and copy, paste in notepad. Done.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 15 May 2004 04:41:44 pm    Post subject:

Why not just use TI-Keyboard and Notefolio? It has a plugin for Word (never could get to work well Neutral ) or, you can use their software.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 15 May 2004 04:44:00 pm    Post subject:

Doesn't help the people who don't use or have Word on their computer. Not that they're not lucky of course.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 15 May 2004 04:55:15 pm    Post subject:

I know, that's why TI created the other program for doing just that...
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 15 May 2004 04:57:08 pm    Post subject:

X1011 wrote:
I think we need a good asm frogger game more than we need a mouse. Rolling Eyes Laughing

Who needs frogger anyway? and don't say "who needs a mouse" because I don't want to be stumped trying to answer that.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 15 May 2004 05:05:24 pm    Post subject:

Who cares we don't need one, this is about doing it anyway.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 15 May 2004 10:59:24 pm    Post subject:

Don't you think it would be awesome to pull out a mouse in math class?!?!?! Wink
Back to top
X1011
10100111001


Active Member


Joined: 14 Nov 2003
Posts: 657

Posted: 16 May 2004 10:46:34 am    Post subject:

Sir Robin wrote:
X1011 wrote:
I think we need a good asm frogger game more than we need a mouse. Rolling Eyes Laughing

Who needs frogger anyway? and don't say "who needs a mouse" because I don't want to be stumped trying to answer that.

I need frogger.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4  Next
» View previous topic :: View next topic  
Page 2 of 4 » All times are UTC - 5 Hours

 

Advertisement