BS2 propeller wireless communication?
EastBurke
Posts: 17
I am working on a project to control a boe bot wirelessly i realize i could use the 433mhz RF transmitter/reciever but i have to have another BS2 on the computer end, and i really dont want to pay for another basic stamp. So is it possible to have a propeller on the computer end and use some other type of RF module to communicate? Any help would be appreciated.
Comments
as you can read in the description
Note: These devices can be connected to a PC serial port using a MAX232 line driver.
The circuit isn't supported by Parallax, but it's possible to make this connection with a few dollars of parts.
There is an outline of connections on the forums.
On the PC-side a MAX232-linedriver for $2 or even less, some capacitors is enough.
All you have to do is shift voltage levels from
PC +-12V to propeller 0V/3.3V using a Max232-3 (operates with 0V/3.3V on the TTL-side)
or
PC +-12V to basic stamp 0V/5V using a MAX 232 (operates with 0V/5V on the TTL-side)
If you have always a direct sight from sender to receiver you could even use an IR-transmitter/receiver
My son has a toycar wich is controlled by a IR-remote-control. It works properly on distances up to 20 feet !
With modulated IR-light and five bright IR-diodes the receiver will get enough signal even reflected from a wall !
best regards
Stefan
You can connect the 433MHz modules directly to your Stamp on one end and your Propeller on the other. I've used the older version (separate 433 MHz transmitter/receiver) sending from a Propeller and receiving to a Stamp. It works just fine. Whatever receives the signals won't care which chip controlled the radio that sent 'em.
ok that answered my question perfectly, I will send with the propeller and receive withe the stamp. I would like to learn Spin anyways.
Jim
you can communicate wirelessly
PC----MAX232----433MHz .............. 433MHz---MAX232
PC
Propeller----433MHz .............. 433MHz---Propeller
Basic stamp----433MHz .............. 433MHz---Propeller
Basic stamp----433MHz .............. 433MHz---Basic stamp
Propeller----433MHz .............. 433MHz---Basic Stamp
PC----MAX232----433MHz .............. 433MHz---Propeller
PC----MAX232----433MHz .............. 433MHz---Basic stamp
Propeller----433MHz .............. 433MHz---MAX232---PC
Basic stamp----433MHz .............. 433MHz---MAX232---PC
got it ?