-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Context
We want to send the car's data to a server and display it on a webpage to reduce the amount of information clogging up the driver's display and allow for easier data logging.
We have previously purchased parts for this:
https://www.ubnt.com/airmax/rocketm/
https://www.ubnt.com/airmax/nanostationm/
https://www.ubnt.com/airmax/airmax-omni-antenna/
The data will be sent via the MQTT protocol to a server created by @BrendonEarl.
The server is powered by NodeJS. The data will likely be sent by an Arduino running an MQTT client like this one.
The flow will be as shown here:

Outcomes
- Create a link between the car and the server
- Setup a MQTT server
- Configure the Arduino to read CAN and send via MQTT over Ethernet
- Create a web page to view the data recieved
Constraints
We should use the technology we've already purchased.
Reactions are currently unavailable