Page 1 of 1
Nxt should have an effect on the computer
Posted: 27 May 2011, 20:00
by settess
(Note: I'm german!)
Yes, as I said in the Subject. I want that if I touch the Touch sensor, the Nxt sends a BT message and then the computer will make a *.txt file or something like this.
Thanks for help.
settes
Re: Nxt should have an effect on the computer
Posted: 27 May 2011, 23:02
by timpattinson
If you have some Java proficiency, you could make a plugin for NXTender
http://www.tau.ac.il/~stoledo/lego/NXTender/
-Tim
Re: Nxt should have an effect on the computer
Posted: 28 May 2011, 07:16
by settess
Thanks for the answer, I will have a look at this.
Re: Nxt should have an effect on the computer
Posted: 28 May 2011, 13:10
by settess
That's cool.
But how can I start a programm with this?
Re: Nxt should have an effect on the computer
Posted: 28 May 2011, 23:43
by timpattinson
settess wrote:That's cool.
But how can I start a programm with this?
If you (or someone else) wrote a plugin for NXTender
you could send a Bluetooth message to your PC like this
FILE file.txt "stuff to put in file"
Alternatively, you could use the NXTHID (
http://www.mindsensors.com/index.php?mo ... AGE_id=119)
to fake a USB keyboard and use a Command Prompt window to add text to files