Test of Murata 1SJ

Dependencies:   sx126x sx12xx_hal

Files at this revision

API Documentation at this revision

Comitter:
Wayne Roberts
Date:
Wed Sep 05 17:36:22 2018 -0700
Parent:
1:d61373a33691
Child:
3:61705e66043e
Commit message:
reset radio chip at start

Changed in this revision

SX127x.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SX127x.lib	Wed Sep 05 17:36:22 2018 -0700
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/dudmuck/code/SX127x/#c48ef2fc3ec9
--- a/main.cpp	Tue Jul 17 16:22:54 2018 -0700
+++ b/main.cpp	Wed Sep 05 17:36:22 2018 -0700
@@ -53,6 +53,7 @@
     
     Radio::Init(&rev);
 
+    Radio::radio.hw_reset();
     Radio::Standby();
     Radio::LoRaModemConfig(BW_KHZ, SPREADING_FACTOR, 1);
     Radio::SetChannel(CF_HZ);