Fuel Consumption Analyzer

The goal of the project is to upload data from distant sensor to the cloud.
This project is a peer to peer system that enable portable sensors support I2C protocol, without internet connection. to upload its data to AWS cloud

This project is a peer to peer communication between two identical modules that enable to send data over RF waves for long distance.
The project contains a portable module without internet access connected to sensor with I2C protocol and LoRa device transmit the sensor’s data to the receive module.

A  static module with internet access, connected to LoRa device receives data via RF waves and upload this data to a cloud and user interface viewer to present the sensor’s data.
This project uses esp8266 microcontroller and LoRa device.
The project also use amazon web services for compute and storage services and JS for the user interface.