Radio or Radio Modem?

bertus

Joined Apr 5, 2008
22,277
Hello,

Not all development boards have a reciever or transmitter.
There are some that have transmitter / recievermodules for it.

Development boards are for trying out some applications and refine them.
One application of the use of an RF path can be an outdoor weather station.
Outdoor there can be a broard with sensors like temperature, light, wind, dust-density and so on, that transmits them at regular intervals..
Indoor there can be the reciever to display and record the data from this outdoor unit.

An other application could be the remote control of a robot.

Bertus
 

Thread Starter

ihaveaquestion

Joined May 1, 2009
314
OK that makes sense, but just to clarify, you normally don't just buy a radio receiver and trasmitter... you use developer boards and/or some other board to hook the radio rx/tx's up to... you can't just buy the modules themselves and use them per se? Using the boards also allows you to connect to the boards by other means, for example RS-232?
 

retched

Joined Dec 5, 2009
5,207
You need something to transmit.

For a fun little project, I use the EasyPIC6 as a dev board for my PIC, and connect that to a transmitter. That way, the information that I receive and process on my uC is then communicated to the transmitter via I2C or SPI.

Now the transmitter is told to transmit. On the other end, I use a smaller dev board to receive.

It consists of a power supply another PIC, the receiver, and an LCD display.

On the EasyPIC6, I use the on board temperature sensor, read it with the PICs build in ADC, then communicate that to the transmitter.

Across the room, on my receiver board, the temperature of the EasyPIC6 is displayed on the receiver boards LCD.

This is a nice easy way to get data flying through the air quickly.

Dev boards save lots of time wiring and soldering. I recommend the EasyPICs. Very powerful. On board power supply, ICD programmer/debugger, USB, rs232, etc..
 
Top