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.

Revision:
6:86aff5a7af07
Parent:
5:2021b1237e6d
Child:
8:8a6702a74031
--- 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 );