(Not affiliated, just a happy "customer")
David.
"Steven Frankel" <TSFr...@hotmail.com> wrote in message
news:kbOy5.12024$u6.3...@typhoon1.ba-dsg.net...
Check out http://www.computronics.com.au/misc/t-r_pair.html
Transmitter and receiver are available for separate purchase. I know this
is Australian stuff, but with the current Ozzie dollar crisis, if your'e in
US you should be able to get them for a steal!
FLCmicro stuff is a transceiver (two-way comms).
David.
"David Too" <da...@daves-domain.com> wrote in message
news:bopz5.4$SO4...@wa.nnrp.telstra.net...
Stuart Leslie
Thanks in advance, Will Pollock
However, you can trade of directionality and gain, in other words if you
don't need omnidirectional, but you are doing point to point (or even omni
one way and point another), you can get the gain up using a directional
antenna etc.
But even sticking to omni directional, with a proper 1/2 wave dipole
antenna, you'd probably double the range without any hassles....
Experimentation is the key here.
D.
"Steven Frankel" <TSFr...@hotmail.com> wrote in message
news:iYqz5.10892$T6.4...@typhoon2.ba-dsg.net...
The transmitter requires nothing. Just a 3 pin connector to VCC, Ground
and data pin. The receiver is same but they recommend adding a 1/4 wave
antenna (short piece of hookup wire) but it seems to work fine without
it at shorter distances. The transmitter can have an antenna added if
you need, but it comes with a loop on the PC board that does the trick
for most applications. No components required though.
-Stuart Leslie
Cheers,
Will Pollock
In article <z_lA5.16013$u6.6...@typhoon1.ba-dsg.net>,
"Steven Frankel" <TSFr...@hotmail.com> wrote:
> I just saw some boards in a Ramsey Electronics catalog: The RXD-
433 is
> $21.95 and is a receiver with a decoder, the TXE-433 is $19.95 and is
a
> transmitter with encoder. They also have the same ones without the
> encoder/decoders: RX-433 for $16.95 and TX-433 for $14.95. I couldn't
find
> the boards on their website though.
> "William Pollock" <cry...@earthlink.net> wrote in message
> news:1geA5.940$WD4....@newsread2.prod.itd.earthlink.net...
> >
Sent via Deja.com http://www.deja.com/
Before you buy.
Stuart Leslie
They are very very simple to use!!
Mario
( NREMT-B ) Emergency Medical Technician - B
NEW PROJECTS PAGE: http://atlantis.aae.uiuc.edu/~astro
_____
/ | Graduate Student in Aero/Astro Eng. at the
.__./''''''| University of Illinois in Urbana/Champaign
._____________/ |/^^^^^^^\ *** Center for the Simulation of ***
| Zaczek, `==="\_______/ *** Advanced Rockets ***
`. Mariusz .___/^^^^^^^^\
`------------'~~~\________/ Office: 322D Talbot Lab
`........\ Urbana, IL 61801
`-------' (217) 333-4434
http://www.students.uiuc.edu/~zaczek
If anyone has any more info on those maxim chips let me know, thanks.
Steven LaPha Jr.
Unless you're an RF engineer, don't buy chips! frequencies above 100MHz
require a lot of black magic, in board layout, in parts selection and in
soldering technique. Get the eval boards instead, these have all the
basic problems solved to make the chips work well.
Maxim parts are aimed at cell phone applications. I haven't looked at the
LINX chips. If you can get an eval board, and all you have to do is attach
a signal, it might be a far simpler way to go.
good luck!
Patience, persistence, truth,
Dr. mike
Mike Rosing wrote:
> Unless you're an RF engineer, don't buy chips! frequencies above 100MHz
> require a lot of black magic, in board layout, in parts selection and in
> soldering technique. Get the eval boards instead, these have all the
> basic problems solved to make the chips work well.
>
> Maxim parts are aimed at cell phone applications. I haven't looked at the
> LINX chips. If you can get an eval board, and all you have to do is attach
> a signal, it might be a far simpler way to go.
>
Good point about the eval boards. Linx makes you buy a Tx and Rx eval board set
before they'll sell you the "chips" (actually fully functional tiny modules). As an
old RF engineer, I first sneered, figuring it was just another way to make a quick
buck, but after about the 3rd mysterious problem was solved by referring back to the
boards, I completely changed my mind. Definitely good to have a known working system
when you're messing around. BTW, the Linx boards come with Holtek encoders,
professional antennas, a regulated battery power supply, and a breadboard section -
high quality and well worth the money.
Gerry
I had no problem in using just the chips....I was sending
serial data to one pin of the transmitter and was able to receive the same
data on the receiver. Granted distance was significantly less then
what they said it would be....but I did nothing special. Considering
I'm not an electrical engineer rather only a astronautical engineer
I thought it was still easy.
One thing I do suggest though is to have error checking. I used
my chips to make an RC car controller and I used simple checksum
error checking...ie. I calculated the checksum of the bytes of
data I was to send and then I sent the data and the checksum byte
together....the receiver would then use the checksum it received
to double check the data. You can see my code (assembly) at this
page:
http://atlantis.aae.uiuc.edu/~astro/2000_eoh_car_project.html
Mario