SX1276 Tx Continuous Wave Demo Application

Dependencies:   SX1276Lib mbed

SX1276 Tx Continuous Wave Demo Application

This application is used for test purposes by outputting a continuous wave, at maximum power, at a given frequency.

Files at this revision

API Documentation at this revision

Comitter:
GregCr
Date:
Thu Nov 26 13:55:29 2015 +0000
Parent:
5:2021b1237e6d
Child:
7:5feaafeee1ef
Commit message:
Corrected Frequency and TxPower

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Nov 26 12:36:58 2015 +0000
+++ b/main.cpp	Thu Nov 26 13:55:29 2015 +0000
@@ -72,7 +72,7 @@
     {
         debug("\r\n     TEST_HF_OUTPUT on SX1276MB1LAS: 20 dBm at 915 MHz \r\n" );
         Radio.SetChannel( 915000000 );
-        TxOuputPower = 14;
+        TxOuputPower = 20;
         Radio.Write( 0x01, 0x80 );
         Radio.Write( 0x44, 0x7B );
         Radio.Write( 0x3D, 0xA1 );
@@ -88,8 +88,8 @@
     else
     {   // SX1276MB1MAS
         debug("\r\n     TEST_HF_OUTPUT on SX1276MB1MAS: 14 dBm at 868 MHz \r\n" );
-        Radio.SetChannel( 880030000 );
-        TxOuputPower = 20;
+        Radio.SetChannel( 868000000 );
+        TxOuputPower = 14;
         Radio.Write( 0x01, 0x88 );
         Radio.Write( 0x3D, 0xA1 );
         Radio.Write( 0x36, 0x01 );
--- a/mbed.bld	Thu Nov 26 12:36:58 2015 +0000
+++ b/mbed.bld	Thu Nov 26 13:55:29 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/165afa46840b
\ No newline at end of file