Ideas wanted to demonstrate the Parallax RF modules with SX/B.

I have Parallax RF transmitter http://www.parallax.com/detail.asp?product_id=27980·and receiver http://www.parallax.com/detail.asp?product_id=27981
I promised Ken I would make a demonstration program showing how to use them with SX/B.
I'm using manchester encoding with an effective baud rate of 4800 (480 characters per second).
Any ideas guys ? I'd like it to be something that users could duplicate without a lot of extra hardware.
I have been pretty successful in tranfering large 2K chunks of data, and I'm trying to think of a demonstration that shows-off this capability. But I'll consider any ideas.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
·
I promised Ken I would make a demonstration program showing how to use them with SX/B.
I'm using manchester encoding with an effective baud rate of 4800 (480 characters per second).
Any ideas guys ? I'd like it to be something that users could duplicate without a lot of extra hardware.
I have been pretty successful in tranfering large 2K chunks of data, and I'm trying to think of a demonstration that shows-off this capability. But I'll consider any ideas.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
·
Comments
1. Transmit temperature from an outdoor temperature sensor to an indoor display. Sensor = LM34 or DS1820
2. Since GPS comes up all the time, use the Parallax GPS receiver outdoors and transmit that to an indoor receiver.
3. If you want to do·bi-directional: then RFID reader to a receiver and then the receiver transmits a code to the remote RFID to activate something.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike
Have a remote sensor/logger, maybe temp or temp/humidity, what ever. Potentially multiple units.
Then have another unit do a "patrol" and go around to within range of each remote unit. It (the patrolling unit) would transmit a "wake up and send me" command to the remote, and the remote would regurgitate (I love using that word) it’s stored data to the patrolling unit, and clear its own memory. The patrolling until would/could be connected to a PC to store/display the data.
Kind of like the remote collection systems used to read water and gas meters, etc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
Click here to see my Nomad Build Log
A couple more ideas, some of which have already been mentioned:
Thanks very much for the support, Bean and others.
Ken Gracey
www.mikronauts.com - a new blog about microcontrollers
http://www.parallax.com/detail.asp?product_id=28026
Since you asked for ideas, here are a few I would enjoy seeing developed.
1.) I have an outside wireless thermometer that sends data to an indoor display. I do not know if the technology and frequencies are compatible with the RF units you are using but I would love to be able to intercept and log those temperature signals.
2.) A wireless barcode reader seems like a fairly easy and quite useful project.
3.) A wireless keyboard and/or mouse interface might also be a fun, useful project.
4.) A wireless serial port with flow control would be VERY useful! You could even have it ‘speak’ to both ends at a faster data rate than it can sustain, such as 9600 baud for burst transmissions, if you include buffering and flow control.
- Sparks
Robert
Thanks for the barcode tip. I actually have two CueCats. I want to use them to scan my groceries when I purchase them from the store and again when I throw an item out. The idea is that the computer will keep track of what I have on hand and what I needed to purchase on my next trip. Unfortunately, I do not have a computer in the kitchen where I would like the barcode reader. I think a wireless SX barcode reader would be ideal for this situation!
- Sparks
and especially:
http://www.sxlist.com/techref/idea/remotestat.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
---
James Newton, Host of SXList.com
james at sxlist,com 1-619-652-0593 fax:1-208-279-8767
SX FAQ / Code / Tutorials / Documentation:
http://www.sxlist.com Pick faster!
I had two more expensive RF modules, but im sure it can be done eaisly with yours.
And you can customize it with headlights and such.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Meh. Nothing here, move along.
In Ontario (watching hockey, of course) the time for ads was always 2.5 minutes. So I’d hit the remote’s mute, go to the kitchen and try to get my Blue & a sandwich with an occasional look at the watch to avoid missing the next face off.
·
Here is the project:
- An SX by the TV with an IR sensor and RF TX.
- A set-up routine to “learn” the code for mute.
- A second SX has a RF RX and one of those nifty Hitt 4 digit displays.
- I put the TX by the TV and the RX by the ‘fridge.
- When I hit the mute at the beginning of the ad there is a transmission to the kitchen to start the countdown.
- While popping a cold one I can see just how much time is left to face off.
·It doesn’t demonstrate 2k bit transmissions but who wouldn’t want one? Only needs two extra components (IR sensor & Display) and uses two SX boards.·
Requires additional hardware of
a couple switches
Hitt 4 digit display (or just a 7 seg)
·
Level 1 –
Make the read-out module have some switches or pot that sends back to the sensor module a sample rate.
·
Level 2 –
As above, but data from reader to sensor determines which of multiple sensors to enable.
·
Level 3 -
Make the data acquisition frequent, but you don’t know how frequent. Data sample occurs based on trigger by an outside parameter.
As data is acquired, store it in sensor RAM, do some processing (average several samples?) and then erase.
Now include in the RF stream the amount of RAM currently used. So at my data read-out module I know if my sensor module is keeping up. If not, I can use the idea in Level 1 (above) to change sample rate.
·
Post Edited (Capt. Quirk) : 2/23/2007 6:36:26 PM GMT
and a brushless computer fan
With a BOE-BOT you could use the holes in the bots wheels as the encoder.
Post Edited (Capt. Quirk) : 2/23/2007 9:54:14 PM GMT
I think I'm going to do a transmitter using the Memsic 2125 that will transmit to a BOE-Bot to move it around with movements of your hand.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's Only A Stupid Question If You Have Not Googled It First!!