Thread: [tuxdroid-user] Can you give more doc about RF ?
Status: Beta
Brought to you by:
ks156
From: Nicolas G. <nic...@gm...> - 2008-04-03 17:41:48
|
Hello there ! :-) I got my Tux and now ... I want to play :D But, as Tux is very interesting, its friend the goldfish is very very interesting too, and I'd like to know more about how to use its RF remote in a "raw" mode. For example, I'd like to know how it would be possible to play with something like the "send command" window, but in a shell. Would it be possible to have just a little bit more doc about this ? The most beautiful would be to have a little script showing just how to send a raw command, but I'm dreaming ... maybe not ? :D Thanks by advance, Taku |
From: Frans M. <fra...@ya...> - 2008-04-03 18:45:27
|
Nicolas, the daemon can be accessed over tcp/ip. I've posted a small C program on the forum (thread: raw commands) which executes a command. It would not be too difficult to write a small C prog (say: tuxraw) which takes up to four arguments, creates the command and issues it. Now getting data back from the device is a little bit of a different story (at least from the cmd line). I might try to cook up something later (not now as I am not on my linux system). FM. --- Nicolas Garnault <nic...@gm...> wrote: > Hello there ! :-) > > I got my Tux and now ... I want to play :D > > But, as Tux is very interesting, its friend the > goldfish is very very > interesting too, and I'd like to know more about how > to use its RF remote in > a "raw" mode. > > For example, I'd like to know how it would be > possible to play with > something like the "send command" window, but in a > shell. > > Would it be possible to have just a little bit more > doc about this ? The > most beautiful would be to have a little script > showing just how to send a > raw command, but I'm dreaming ... maybe not ? :D > > Thanks by advance, > > Taku > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace> _______________________________________________ > tux-droid-user mailing list > tux...@li... > https://lists.sourceforge.net/lists/listinfo/tux-droid-user > ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com |
From: Nicolas G. <nic...@gm...> - 2008-04-06 15:29:47
|
Thanks a lot Frans, I'll take a look at this, the small C program is far enough :-). Could you tell me if in your opinion (I'm not an electronics engineer at all) it would be possible to use the fux remote to control Tux, and to use it to control another RF devices too ? Thanks a lot for your response :-) Nicolas 2008/4/3 Frans Meulenbroeks <fra...@ya...>: > Nicolas, the daemon can be accessed over tcp/ip. > I've posted a small C program on the forum (thread: > raw commands) which executes a command. > It would not be too difficult to write a small C prog > (say: tuxraw) which takes up to four arguments, > creates the command and issues it. > Now getting data back from the device is a little bit > of a different story (at least from the cmd line). > > I might try to cook up something later (not now as I > am not on my linux system). > > FM. > --- Nicolas Garnault <nic...@gm...> > wrote: > > > Hello there ! :-) > > > > I got my Tux and now ... I want to play :D > > > > But, as Tux is very interesting, its friend the > > goldfish is very very > > interesting too, and I'd like to know more about how > > to use its RF remote in > > a "raw" mode. > > > > For example, I'd like to know how it would be > > possible to play with > > something like the "send command" window, but in a > > shell. > > > > Would it be possible to have just a little bit more > > doc about this ? The > > most beautiful would be to have a little script > > showing just how to send a > > raw command, but I'm dreaming ... maybe not ? :D > > > > Thanks by advance, > > > > Taku > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > _______________________________________________ > > tux-droid-user mailing list > > tux...@li... > > > https://lists.sourceforge.net/lists/listinfo/tux-droid-user > > > > > > > ____________________________________________________________________________________ > You rock. That's why Blockbuster's offering you one month of Blockbuster > Total Access, No Cost. > http://tc.deals.yahoo.com/tc/blockbuster/text5.com > |
From: Frans M. <fra...@ya...> - 2008-04-06 17:54:38
|
Hi Nicolas, The fux uses a proprietary protocol to talk with tux. This is not standard 802.11 wifi. If you were to implement the protocol/hw in another device, I can imagine you can get it going. There are some hints in the code that one fux could be made to control multiple tuxes, but that part is not implemented. The other way is to reprogram the fux driver to use the RF protocol you need (assuming the fux is capable of that). Btw there is one other thing I managed to do. It is possible to use the tux to control RC5 devices. E.g. I managed to let tux change channels on my Philips TV! Other ir protocols are technically probably also possible but would require changes in the firmware of tux as the kysoh firmware only supports RC5. (so if you have e.g. a Sony TV some work would be needed). Best regards, Frans. --- Nicolas Garnault <nic...@gm...> wrote: > Thanks a lot Frans, I'll take a look at this, the > small C program is far > enough :-). > Could you tell me if in your opinion (I'm not an > electronics engineer at > all) it would be possible to use the fux remote to > control Tux, and to use > it to control another RF devices too ? > > Thanks a lot for your response :-) > > Nicolas > > 2008/4/3 Frans Meulenbroeks > <fra...@ya...>: > > > Nicolas, the daemon can be accessed over tcp/ip. > > I've posted a small C program on the forum > (thread: > > raw commands) which executes a command. > > It would not be too difficult to write a small C > prog > > (say: tuxraw) which takes up to four arguments, > > creates the command and issues it. > > Now getting data back from the device is a little > bit > > of a different story (at least from the cmd line). > > > > I might try to cook up something later (not now as > I > > am not on my linux system). > > > > FM. > > --- Nicolas Garnault <nic...@gm...> > > wrote: > > > > > Hello there ! :-) > > > > > > I got my Tux and now ... I want to play :D > > > > > > But, as Tux is very interesting, its friend the > > > goldfish is very very > > > interesting too, and I'd like to know more about > how > > > to use its RF remote in > > > a "raw" mode. > > > > > > For example, I'd like to know how it would be > > > possible to play with > > > something like the "send command" window, but in > a > > > shell. > > > > > > Would it be possible to have just a little bit > more > > > doc about this ? The > > > most beautiful would be to have a little script > > > showing just how to send a > > > raw command, but I'm dreaming ... maybe not ? :D > > > > > > Thanks by advance, > > > > > > Taku > > > > > > > ------------------------------------------------------------------------- > > > Check out the new SourceForge.net Marketplace. > > > It's the best place to buy or sell services for > > > just about anything Open Source. > > > > > > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > > _______________________________________________ > > > tux-droid-user mailing list > > > tux...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/tux-droid-user > > > > > > > > > > > > > > ____________________________________________________________________________________ > > You rock. That's why Blockbuster's offering you > one month of Blockbuster > > Total Access, No Cost. > > http://tc.deals.yahoo.com/tc/blockbuster/text5.com > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 > JavaOne(SM) Conference > Register now and save $200. Hurry, offer ends at > 11:59 p.m., > Monday, April 7! Use priority code J8TLD2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone> _______________________________________________ > tux-droid-user mailing list > tux...@li... > https://lists.sourceforge.net/lists/listinfo/tux-droid-user > ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com |
From: David B. <da...@ja...> - 2008-04-09 07:18:25
|
On Mon, 07 Apr 2008 01:54:37 +0800, Frans Meulenbroeks <fra...@ya...> wrote: > Hi Nicolas, > > The fux uses a proprietary protocol to talk with tux. > This is not standard 802.11 wifi. > If you were to implement the protocol/hw in another > device, I can imagine you can get it going. > There are some hints in the code that one fux could be > made to control multiple tuxes, but that part is not > implemented. It's mostly because the RF chip of the Atmel module can't handle 802.11, and the CPU that drives it has only 4kB of flash memory so you're quite limited to some simple potocol. One dongle could connect to any tux and there are plans indeed to add a kind of ID in each tux so you can choose which one to connect to. That way it will be possible to disconnect and reconnect to another tux, controlling multiple tuxes from one dongle, but not exactly at the same time. > > The other way is to reprogram the fux driver to use > the RF protocol you need (assuming the fux is capable > of that). Yes you can reprogram whatever you want, but that's a lot of work. I should refactor the RF firmware soon, but the low level RF protocol will stay close to what it's now probably. > > Btw there is one other thing I managed to do. > It is possible to use the tux to control RC5 devices. > E.g. I managed to let tux change channels on my > Philips TV! > Other ir protocols are technically probably also > possible but would require changes in the firmware of > tux as the kysoh firmware only supports RC5. (so if > you have e.g. a Sony TV some work would be needed). I wanted to have a kind of universal IR function, capturing and sending raw data that only the computer could understand. But then we need more data troughput that the current RF firmware doesn't have, thus the need for refactoring. But I have no idea if that will be done soon. There are many other things to do at the moment. But if someone is looking into this, it would be nice to look at some of the open source IR receivers that aready have drivers for lirc. If we can use something similar, we could reuse the drivers more easily I guess. David |