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.
Fork of DISCO-L072CZ-LRWAN1_LoRa_PingPong by
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:
- Click button at top-left
- Add Board
- 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
History
Code for Technion Formula car sensors reader transmit
2018-05-19, by wardm [Sat, 19 May 2018 11:41:10 +0000] rev 12
Code for Technion Formula car sensors reader transmit
Update libraries
2017-08-18, by bcostm [Fri, 18 Aug 2017 07:45:44 +0000] rev 11
Update libraries
Initial commit.; ; Removed the comment about use of NUCLEO_L073RZ board in main.cpp.;
2017-06-06, by bcostm [Tue, 06 Jun 2017 12:21:21 +0000] rev 10
Initial commit.; ; Removed the comment about use of NUCLEO_L073RZ board in main.cpp.;
Defined missing PC_13 for the LRWAN1 board.; Updated to latest mbed and SX1276Generic libs
2017-05-30, by Helmut64 [Tue, 30 May 2017 15:49:05 +0000] rev 9
Defined missing PC_13 for the LRWAN1 board.; Updated to latest mbed and SX1276Generic libs
Updated description.
2017-05-19, by Helmut64 [Fri, 19 May 2017 14:04:56 +0000] rev 8
Updated description.
Update SX1276GenericLib, Lora frequencies are now specified in Hz.
2017-05-19, by Helmut64 [Fri, 19 May 2017 13:59:59 +0000] rev 7
Update SX1276GenericLib, Lora frequencies are now specified in Hz.
Updated SX12GenerlicLib; Radio Init has now a return value true of a Radio chip is detected.
2017-05-19, by Helmut64 [Fri, 19 May 2017 09:54:10 +0000] rev 6
Updated SX12GenerlicLib; Radio Init has now a return value true of a Radio chip is detected.
Updated SX1276GenericLib
2017-05-17, by Helmut64 [Wed, 17 May 2017 13:50:19 +0000] rev 5
Updated SX1276GenericLib
Updated to newer 1276GenericLib
2017-05-16, by Helmut64 [Tue, 16 May 2017 15:54:02 +0000] rev 4
Updated to newer 1276GenericLib
Added Radio pointer to callbacks.
2017-05-14, by Helmut64 [Sun, 14 May 2017 14:33:29 +0000] rev 3
Added Radio pointer to callbacks.