Mac McGarrigle's Lifting Body
|
|
The Basic Stamp II serves as the brains inside my lifting body projects. It is able to control and monitor R/C receiver outputs, drive servos, monitor sensors, keypads, measure resistance (photo cells, thermistors), switches, relays, lights, and more. Programming is performed in an easy-to-learn language called PBASIC. Parallax also produce a huge amount of sensors that talk directly with the Basic Stamp such as a GPS, tri-axis accelerometer, gyros, LCD panels etc. I will be using these to set up my auto-pilot for the self controlled version of the RLBV II configuration. This is the printer circuit board I created (shown here full size) to interface the Basic Stamp to my R/C receiver and output to the control surface servos. Each of the 16 I/O pins are connected with a 3 pin connector that accepts the standard R/C servo and power packs connectors. The Basic Stamp and all inputs and outputs can be powered from the standard 5 volt R/C battery. The program is downloaded from your computer and stored in on-board memory and is not lost when you power off. Powering on reboots the controller and re-runs the program. |
|
| Story so Far... | |
| My Models | |
| Lifting Bodies | |
| Basic Stamp | |
| Books | |
What I am doing...Here is only an example of a old program of a Basic Stamp I that I created way back. I will post the full Basic Stamp 2 program when I convert it. It takes the 4 signals out of the R/C receiver and does mixing for elevon control and uses the power stick control to set the trim position. This takes the 'white knuckle' out of the glide landing. Again this is only an example. More to come...
' BODY.BAS |
More to come...