Categories
- animatronics (12)
- apple (11)
- arduino (179)
- art (41)
- articles (121)
- artificial intelligence (11)
- automation (421)
- avr (205)
- bitcoin (3)
- breadboard (9)
- cameras (57)
- cars (26)
- cell phones (28)
- clothing mods (21)
- console mods (26)
- dangerous (94)
- desktop mods (24)
- embedded (5)
- flying things (54)
- fpga (22)
- gaming creations (108)
- interface (225)
- internet (17)
- laptop mods (6)
- lasers (22)
- linux (7)
- magnetic (3)
- medical (12)
- microcontrollers (51)
- misc projects (152)
- msp (12)
- music (124)
- pic (90)
- projects (23)
- pyroedu (76)
- raspberry pi (26)
- robots (312)
- security (36)
- sensors (307)
- software (200)
- solar (19)
- stamp (9)
- tools (149)
- tutorials (98)
- Uncategorized (45)
- usb (44)
- wireless (256)
Sponsors
Build Like A Pyro!
Find many of the parts used on this site at our favorite online electronics shop
Basic Stamp Radio Communication
Posted October 8, 2010 by Chris
This is a very unique way to create wireless communication and it gives a lot of range. Using two radio modems this guy makes it so two basic stamps can communicate serially. The project write-up explains the process very well.
6 Responses to “Basic Stamp Radio Communication”
Leave a Reply
Currently Hot
CPLD/FPGA DC Motor Control
control a dc motor using a cpld or fpga
LED Fading via CPLD PWM
use pwm to fade some leds with a cpld or fpga
Building A Robot – Part 3: Proximity Sensor
add a proximity sensor to your awesome robot
Building A Robot – Part 2: Motor Control
add motor control to your robotics platform
Building A Robot – Part 1: The Chassis
build the chassis for your mobile robot
Animatronics
Recent Articles
Arduino DDS Shield
build your own arduino based analog signal generator
A Digital Multimeter In Review (Tenma 72-7735)
learn about your typical digital multimeter in review
The PIC Annoy PCB
build something to annoy your co-workers
Automate Your Life With Cron
learn how to use cron for computer automation
Web Scraping For Weather Updates
learn how to use php to scrape the web
Creating A Web Server In Linux
learn how to make a lamp web server in linux
Stepper Motor Control With A stepRocker TMCM-1110
learn how a commercial stepper motor controller works
Arduino To PIC Wireless Proximity Motor Control
control a motor with a distance sensor wirelessly
PIC to Arduino Wireless Communication via XBee
use xbee to make a pic wirelessly talk to an arduino
Motor Control via Infrared Distance Sensor
control a motor simply by waving your hand
October 9th, 2010 at 9:04 am
Curious solution , Im somewhat baffled though.
So for instance , sparkfun has (if you look hard enough) some 3-5$ receiver transmitters. Now granted the range on this should be moderately better. But unless you need a license for the radios shown and i dont think you do , its governed by relatively the same regulations. This is definitely interesting though and i would be interested to see the range in real world conditions. (probably line of sight as thats the regulation of non licensed TX)
Right now im mowing over using xbee , the spark fun cheap modules , and also considered wifi for connectivity between modules in a security monitoring system.
October 9th, 2010 at 9:12 am
It is a very curious solution. But the range these things can get is far beyond what XBee modules will ever get, similarly those $3-5 modules won’t get past 100 feet. The XBee modules do have error correction though, a great advantage.
October 9th, 2010 at 9:15 am
Yeah ive been studying the radio modules. They are right up to the legal limits for power. I would have expected a top of the line and similarly priced xbee , each with identical antennas to function nearly identically, with exception the data rate I would expect to be higher with the radios. But now im curious and want to play with some of these 🙂