Difference between revisions of "SubGigBoard"

From Kevin Darrah Wiki
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
[[File:subGigEagle.png|400px]]
 
[[File:subGigEagle.png|400px]]
  
 +
[[File:subgigassembled.png|400px]]
 
= The Sub Gig Radio Board=
 
= The Sub Gig Radio Board=
 
== Introduction ==
 
== Introduction ==
This is the Eagle Project that can be used to create your mini boards compatible with the  [[PlatformBoard | Platform Board]] or as a stackable board with any of the other mini boards like the [[BLE Board|BLE Board]] or [[328Board|328 Board]]
+
This is the Sub-Gig Radio board which is called 'Sub-Gig' because the frequency is 868/915MHz. The radio is the [http://www.microchip.com/wwwproducts/en/MRF89XA MRF89X] and it comes in two varieties depending on where in the world it's being used.  Check the datasheet's certifications, but the 868MHz version is the [http://ww1.microchip.com/downloads/en/DeviceDoc/70651A.pdf MRF89XAM8A] and the 915MHz version is the [http://ww1.microchip.com/downloads/en/DeviceDoc/75017B.pdf MRF89XAM9A].  This board supports both modules, since the footprints are identical. 
[[File:subGigGerber.png|400px]]
+
 
 +
[[File:subGigGerber.png|300px]]
  
 
== Schematic ==
 
== Schematic ==
 
[[File:subGigSch.png|400px]]
 
[[File:subGigSch.png|400px]]
 +
 +
== Parts ==
 +
 +
There are only 3 parts on this board - go to [https://www.digikey.com digikey.com] and search for these parts:
 +
* The Radio: '''868MHz''' MRF89XAM8A-I/RM-ND  OR '''915MHz''' MRF89XAM9A-I/RM-ND
 +
* 0.1uF Capacitor BC1160CT-ND
 +
* 9 pin Header S1211EC-09-ND
 +
 +
== Assembly ==
 +
 +
The board ships like this:
 +
 +
[[File:subgigbareboard.png|400px]]
 +
 +
{{#evt:
 +
service=youtube
 +
|id=https://www.youtube.com/watch?v=xREqnvr3YVk
 +
|dimensions=560x315
 +
}}
 +
 +
== Resources ==
 +
[http://ww1.microchip.com/downloads/en/DeviceDoc/70622C.pdf MRF89X Datasheet] for programming registers
 +
 +
[http://ww1.microchip.com/downloads/en/DeviceDoc/75017B.pdf MRF89XAM9A Datasheet] [http://ww1.microchip.com/downloads/en/DeviceDoc/70651A.pdf MRF89XAM8A Datasheet] for specific module details
 +
 +
 +
== Tutorials ==
 +
 +
Coming soon, but don't wait for me!  These boards were tested with the [http://www.airspayce.com/mikem/arduino/RadioHead/index.html Radio Head] Library and work great

Latest revision as of 14:16, 18 March 2017

...Back to Projects:


SubGigEagle.png

Subgigassembled.png

The Sub Gig Radio Board

Introduction

This is the Sub-Gig Radio board which is called 'Sub-Gig' because the frequency is 868/915MHz. The radio is the MRF89X and it comes in two varieties depending on where in the world it's being used. Check the datasheet's certifications, but the 868MHz version is the MRF89XAM8A and the 915MHz version is the MRF89XAM9A. This board supports both modules, since the footprints are identical.

SubGigGerber.png

Schematic

SubGigSch.png

Parts

There are only 3 parts on this board - go to digikey.com and search for these parts:

  • The Radio: 868MHz MRF89XAM8A-I/RM-ND OR 915MHz MRF89XAM9A-I/RM-ND
  • 0.1uF Capacitor BC1160CT-ND
  • 9 pin Header S1211EC-09-ND

Assembly

The board ships like this:

Subgigbareboard.png

Resources

MRF89X Datasheet for programming registers

MRF89XAM9A Datasheet MRF89XAM8A Datasheet for specific module details


Tutorials

Coming soon, but don't wait for me! These boards were tested with the Radio Head Library and work great