Remote TX using NUCLEO_L152RE + AUREL RTX-MID-3V (Sub1GHz module). This SW working in conjunction of the RX part that is: Remote RX using NUCLEO_L152RE + AUREL RTX-MID-3V (Sub1GHz module)

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
emcu
Date:
Sun Jan 08 15:20:03 2017 +0000
Parent:
3:7dd127b075ed
Commit message:
Inserted a new RX routine in TX sw.;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jan 08 11:36:40 2017 +0000
+++ b/main.cpp	Sun Jan 08 15:20:03 2017 +0000
@@ -250,7 +250,14 @@
             }   
             
         // END Test the status of the Blue button (TX) ************************
-        
+
+        RTX_RX();   // RTX-MID on RX mod
+        RisultatoRX = TestRX_Data();
+        if (RisultatoRX == OK)  // OK==ON
+            myled = ON;               
+        RisultatoRX = TestRX_Data();
+        if (RisultatoRX == ACK) // ACK==OFF
+            myled = OFF;
    
                 
     }