This is code is part of a Technion course project in advanced IoT, implementing a device to read and transmit sensors data from a Formula racing car built by students at Technion - Israel Institute of Technology.

Dependencies:   mbed Buffer

Fork of DISCO-L072CZ-LRWAN1_LoRa_PingPong by ST

This is code is part of a Technion course project in advanced IoT, implementing a device to read and transmit sensors data from a Formula racing car built by students at Technion - Israel Institute of Technology.

How to install

  • Create an account on Mbed: https://os.mbed.com/account/signup/
  • Import project into Compiler
  • In the Program Workspace select "Formula_Nucleo_Reader"
  • Select a Platform like so:
  1. Click button at top-left
  2. Add Board
  3. Search "B-L072Z-LRWAN1" and then "Add to your Mbed Compiler"
  • Finally click "Compile", if the build was successful, the binary would download automatically
  • To install it on device simply plug it in to a PC, open device drive and drag then drop binary file in it

Files at this revision

API Documentation at this revision

Comitter:
bcostm
Date:
Tue Jun 06 12:21:21 2017 +0000
Parent:
9:2f9e4be4d046
Child:
11:9d7409ebfa57
Commit message:
Initial commit.; ; Removed the comment about use of NUCLEO_L073RZ board in main.cpp.;

Changed in this revision

SX1276GenericLib.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
--- a/SX1276GenericLib.lib	Tue May 30 15:49:05 2017 +0000
+++ b/SX1276GenericLib.lib	Tue Jun 06 12:21:21 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/Helmut64/code/SX1276GenericLib/#75426c142f6e
+http://developer.mbed.org/users/Helmut64/code/SX1276GenericLib/#835c5e20834e
--- a/main.cpp	Tue May 30 15:49:05 2017 +0000
+++ b/main.cpp	Tue Jun 06 12:21:21 2017 +0000
@@ -5,10 +5,6 @@
  */
  #include "main.h"
 
-/*
- * IMPORTANT NOTE
- * Use the Nucleo-L073RZ target for the STM B_L072Z_LRWAN1 LoRa board 
- */
 DigitalOut myled(LED1);
 BufferedSerial *ser;