Skip to content
Snippets Groups Projects
Commit 3463f958 authored by Pablo's avatar Pablo
Browse files

add code of the final launchpad project

parent ab6165e2
No related branches found
No related tags found
No related merge requests found
# Overview
Werden wir mehrere Subfolder in code/ haben? Falls ja, wäre es nicht schlecht, hier eine kurze Übersicht über jeden
Subfolder zu schreiben.
## Launchpad_FinalCode
# Launchpad_FinalCode
The code that will be flashed on the launchpad at the final demonstration. It is a multithreaded program that does:
- UART communication with the laptop GUI, using json format
- I2C control of the Arduino for LED Strips
- wireless data receiving from the Sensortag, also in json format
## LaunchpadI2CTempSensor
Project for Launchpad to read temperature from BMP sensor attached via I2C.
Temperature value is packed as JSON formatted message an transmitted via RF to Central Aggregator.
{
topic: temperature2,
content: 29.5
}
## Sensortag2TempSensor
Project for Sensortag 2 (see General Architecture).
Uses onboard BMP temperature sensor.
Temperature value is packed as JSON formatted message an transmitted via RF to Central Aggregator.
{
topic: temperature1,
content: 20.5
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment