Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IoT-Lab-Final-Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pablo Rauh Corro
IoT-Lab-Final-Project
Commits
3463f958
Commit
3463f958
authored
1 month ago
by
Pablo
Browse files
Options
Downloads
Patches
Plain Diff
add code of the final launchpad project
parent
ab6165e2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/Iot_FinalProject_Launchpad_FinalCode/README.md
+1
-25
1 addition, 25 deletions
code/Iot_FinalProject_Launchpad_FinalCode/README.md
with
1 addition
and
25 deletions
code/Iot_FinalProject_Launchpad_FinalCode/README.md
+
1
−
25
View file @
3463f958
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment