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
Committer:
wardm
Date:
Thu May 17 20:37:41 2018 +0000
Revision:
15:2e0d977dbb31
Parent:
14:ab6eecd44b7a
V1.0.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
GregCr 4:5ece30264cd9 1
GregCr 4:5ece30264cd9 2 #ifndef __MAIN_H__
GregCr 4:5ece30264cd9 3 #define __MAIN_H__
wardm 15:2e0d977dbb31 4 #include "mbed.h"
wardm 15:2e0d977dbb31 5 #include "BufferedSerial.h"
mluis 14:ab6eecd44b7a 6 #endif // __MAIN_H__