Project:Alpha transceivers: Difference between revisions
From London Hackspace Wiki
No edit summary |
|||
Line 13: | Line 13: | ||
== Software == | == Software == | ||
Getting the status register back (including RSSI) is easy. Getting the FIFO to work has not been achieved yet. |
Revision as of 14:19, 5 June 2010
Introduction
The Alpha family of radio modules are available from Maplin, codes A58JN-A63JN.
The transmitters/receivers are £4 each, and transceivers are £6 each.
If you get one of these, read the latest TRX documentation, as the TX and RX are slightly rearranged equivalents.
Architecture
They are single chips with an external crystal that communicate up to 300m using FSK at 433, 868 or 915MHz. They have auto tuning, RSSI, and programmable gain, channel and sensitivity.
They are controllable through SPI, and provide a clock, interrupt pins and low battery indicator for use without an Arduino.
Software
Getting the status register back (including RSSI) is easy. Getting the FIFO to work has not been achieved yet.