Code for Technion Formula car sensors reader

Dependencies:   mbed Buffer FATFileSystem

Fork of SX1272PingPong by Semtech

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 "NUCLEO F103RB" 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

V1.0.0 default tip

2018-05-17, by wardm [Thu, 17 May 2018 20:37:41 +0000] rev 15

V1.0.0


WARNING: Radio API timings changed from micro-seconds to milliseconds; ; Updated SX1272Lib and mbed libraries to the latest versions

2017-04-24, by mluis [Mon, 24 Apr 2017 09:29:13 +0000] rev 14

WARNING: Radio API timings changed from micro-seconds to milliseconds; ; Updated SX1272Lib and mbed libraries to the latest versions


First Release

2016-02-17, by GregCr [Wed, 17 Feb 2016 09:17:46 +0000] rev 13

First Release


Updated radio library

2015-11-26, by mluis [Thu, 26 Nov 2015 17:00:50 +0000] rev 12

Updated radio library


Updated mbed library

2015-11-26, by mluis [Thu, 26 Nov 2015 12:37:54 +0000] rev 11

Updated mbed library


Adapted application to new version of SX1276Lib radio driver

2015-11-26, by mluis [Thu, 26 Nov 2015 12:20:56 +0000] rev 10

Adapted application to new version of SX1276Lib radio driver


Updated according to radio library API change

2014-12-16, by mluis [Tue, 16 Dec 2014 12:52:01 +0000] rev 9

Updated according to radio library API change


remove mbed_debug.h as causing insses with NXP board

2014-09-30, by GregCr [Tue, 30 Sep 2014 11:11:52 +0000] rev 8

remove mbed_debug.h as causing insses with NXP board


Change payload buffer handling

2014-09-26, by GregCr [Fri, 26 Sep 2014 13:01:01 +0000] rev 7

Change payload buffer handling


minor change

2014-09-23, by GregCr [Tue, 23 Sep 2014 14:24:56 +0000] rev 6

minor change