Boe Bot Wireless with RF (USB - TTL converter)
Hi All,
I have a Boe Bot with USB output (Version J). (Not RS232) and its working fine with USB cable. Now, I want to transfer data from PC (Laptop) to Boe Bot Servo Motors using RF Transmitter (27980) and Receiver (27981), I have both of these. I understand that I need to use USB to TTL converter for RF transmitter and TTL to USB converter for RF receiver. My question is how can I make / buy these converters/adapters ?
At this point of time, I am not willing to send any data from BoeBot to PC .. So I am not installing any Tx on BoeBot and hence no Rx on PC. However I am open to any suggestions, as I may go for it.
Please let me know if any of this information is not sufficient to answer my question.
I appreciate your help.
Thanks
Amit
I have a Boe Bot with USB output (Version J). (Not RS232) and its working fine with USB cable. Now, I want to transfer data from PC (Laptop) to Boe Bot Servo Motors using RF Transmitter (27980) and Receiver (27981), I have both of these. I understand that I need to use USB to TTL converter for RF transmitter and TTL to USB converter for RF receiver. My question is how can I make / buy these converters/adapters ?
At this point of time, I am not willing to send any data from BoeBot to PC .. So I am not installing any Tx on BoeBot and hence no Rx on PC. However I am open to any suggestions, as I may go for it.
Please let me know if any of this information is not sufficient to answer my question.
I appreciate your help.
Thanks
Amit
Comments
www.parallax.com/StoreSearchResults/tabid/768/txtSearch/usb2ser/List/0/SortField/4/ProductID/32/Default.aspx
FTDI (who makes the USB to serial adapter chips for Parallax and others) makes several USB to serial adapters that provide a small amount of +5V that can be used for the transmitter.
www.ftdichip.com/Products/EvaluationKits/TTL-232R-WE.htm
You don't need a USB to TTL adapter on the Stamp end. Just connect the receiver to a Stamp I/O pin. Put a 220 Ohm resistor in series with the I/O pin to protect the Stamp and receiver from programming errors that might set the I/O pin to the opposite state from the receiver and damage the I/O pin.
Use a SERIN statement with the I/O pin number you're using for the receiver. Read the Manual for the SERIN statement for details. Also look at the receiver and transmitter documentation and sample programs.
Thanks for very quick and exact solution response. That is what I was looking for.
Oh, yeah you are right for TTL to USB converter, i don't need that.
So I need to spend another 20$ .. Thats fine..
Gr8! .. next weekend will be fun working on these ..
Thanks again.
Amit
For an inverter, you can use a switching transistor like the 2N2222A or equivalent, connect the emitter to ground, connect the base through a 1K resistor to the Stamp I/O pin and connect the collector through a 4.7K resistor to +5V (Vdd). The collector also gets connected to the transmitter data pin. When the Stamp I/O pin is high, the transistor will conduct and make the transmitter data pin low. When the Stamp I/O pin is low, the transistor will be off and the 4.7K resistor will make the transmitter data pin high.
Can I use Parallax 433 MHz RF Transmitter connected with Parallax USB to Serial (RS-232) Adapter which is connected with BASIC Stamp 1 Serial Adapter to transmit signal from My PC?
in short
PC>USB2Serial>BS1 Serial Adopter > transmitter
Thanks
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
An hour's contemplation is better than a year's adoration.
I connected usb2serial with bS1 adopter and transmitter. BS1 adopter (GND (Vss), PC0, PC1). Connected Transmitter's Vss to BS1. give 5v from battery and Data with (BS1 Adapter's PC0) and tried to transmit using hyper terminal.
and it didn't work [noparse]:([/noparse]. Now your golden suggestions.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
An hour's contemplation is better than a year's adoration.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
An hour's contemplation is better than a year's adoration.
well i tried it but it didn't work. I'm attaching Image of my PDB. I'm trying to transmit (via BS1 serial TTL) to Transmitter (Tx) which is connected with 2N2222A with 4.7K and 10K resistor. and receiving output with Rx (placed on the same board) connected with BS2-Pin 2.
Please suggest what I'm doing wrong.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
An hour's contemplation is better than a year's adoration.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
An hour's contemplation is better than a year's adoration.