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
Revisions of SX1276GenericPingPong/GenericPingPong.cpp
Revision | Date | Message | Actions |
---|---|---|---|
11:9d7409ebfa57 | 2017-08-18 | Update libraries | File Diff Annotate |
8:3b0d7b4ff28f | 2017-05-19 | Updated description. | File Diff Annotate |
7:6a8a82bfb0c6 | 2017-05-19 | Update SX1276GenericLib, Lora frequencies are now specified in Hz. | File Diff Annotate |
6:1b598b0e52e4 | 2017-05-19 | Updated SX12GenerlicLib; Radio Init has now a return value true of a Radio chip is detected. | File Diff Annotate |
3:dc560d3e9070 | 2017-05-14 | Added Radio pointer to callbacks. | File Diff Annotate |
1:65d602e2d746 | 2017-05-10 | Added simple sleep to save power. | File Diff Annotate |
0:c43b6919ae15 | 2017-05-10 | Initial checkin Lora support for the STM B_L072Z_LRWAN1 board out of the box.; | File Diff Annotate |