Question on wireless control for Propeller board
alan2009
Posts: 3
well, i am new here and i am from overseas.
I am going to create a flying aircraft using Propeller control board, but i have a few question before I buy the board.
First, I would like to remote the aircraft in limited area, but i dont know if the Parallax 433 MHz RF Transceiver Package support it or not (the website said only support basic stamps) and i cant find any spin code for it.
I have searched the Parallax forums but not many posts talks about the wireless method.
I want to know what other method(easy) can i use to remote my airplane through my laptop.
By the way, what is the meaning of "Propeller control board - END OF LIFE". Is this mean there are new product?
sorry for asking those stupid question.
Thanks
I am going to create a flying aircraft using Propeller control board, but i have a few question before I buy the board.
First, I would like to remote the aircraft in limited area, but i dont know if the Parallax 433 MHz RF Transceiver Package support it or not (the website said only support basic stamps) and i cant find any spin code for it.
I have searched the Parallax forums but not many posts talks about the wireless method.
I want to know what other method(easy) can i use to remote my airplane through my laptop.
By the way, what is the meaning of "Propeller control board - END OF LIFE". Is this mean there are new product?
sorry for asking those stupid question.
Thanks
Comments
The Parallax 433 MHz RF Transmitter/Receiver package is designed for use at +5V. It could be used with the Propeller, but would need some protective interfacing, something as simple as a 1K resistor in series with the receiver's output lines. The transmitter should be able to be driven directly from the Propeller, but a 1K series resistor in the transmitter's signal lines would be prudent.
There's no ready-to-go code for the Propeller since ordinary asynchronous serial data is normally used and there are several appropriate I/O drivers available in the Object Exchange. Remember that these Transmitter/Receiver links have no error detection or retransmission capability and your program would have to manage that. The same is true for its use with Stamps. My own personal preference for wireless control is the Digi xBee Pro devices (www.digi.com/products/embeddedsolutions/zigbeesolutions/) and SelmaWare's adapter boards (www.selmaware.com). SparkFun also makes adapter boards that can be used.
But there would be some problem of finding the SelmaWare's adapter boards seems they only ships at US, i will take a look in SparkFun later.
By the way, i am still a student and cant afford for too much expansive board. And i wish i can finish this project as soon as i can.
As you said, there will be a new Propeller control board appearing , right?
Then do you think i should buy the old one now or wait for the new Propeller control board (hope it will release as soon as they can), and what is the new features that on the new one.
Thanks again....
First you have to describe what you want to control and what kinds of sensors you want to use.
If you're at least a little handy with a soldering iron, I'd suggest you build your own controller using a Protoboard. The Propeller would do most things by itself and you would only need to install connectors and some resistors. For example, servos only require a simple connector and a 1K resistor between the servo control line and the Propeller I/O pin. You'd also have to connect the servos to power and connect the servo power ground to the Propeller board ground.
DogP
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Post Edited (Leon) : 6/28/2009 8:58:27 PM GMT
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
DogP
These chips are $2.05 in qty's of 1 each. The whole board could easily be made for about $4 a piece.
DogP
RE: Mike Green
My airplane will include :
Hitachi H48C Tri-Axis Accelerometer Module
Parallax GPS Receiver Module
PING))) Ultrasonic Sensor x5 <--- i dont know if the weight is too much or not
PIR Sensor x5
GWS Nano servo x4
servo x 4 (for wing use)
Still looking for 2 things:
Video camera (live use)
Wireless device
Please give me some advice, thanks