Skip to content

Commit 3b43c76

Browse files
committed
Prepared further demo pages and added corresponding text modules to overview.
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
1 parent b0e5b68 commit 3b43c76

5 files changed

Lines changed: 14 additions & 10 deletions

File tree

_data/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
- tutorials/demos/crazyflie_demo
6262
- tutorials/demos/tof_demo
6363
- tutorials/demos/fiware_demo
64-
- tutorials/demos/complete_demo
64+
- tutorials/demos/combined_demos
6565

6666
- title: Nuttx-specific Tutorials
6767
docs:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Combined Demos
3+
permalink: /docs/tutorials/demos/combined_demos/
4+
---
5+
6+
Work-in-progress

_docs/tutorials/demos/complete_demo/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Interfacing with the FIWARE Context Broker
2+
title: Interfacing with FIWARE Context Broker
33
permalink: /docs/tutorials/demos/fiware_demo/
44
---
5-
WIP
5+
6+
Work-in-progress.

_docs/tutorials/demos/overview/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ In addition to the above tutorials, we created a collection of demos that showca
99

1010
Choose yourself:
1111

12-
| | [**Kobuki Demo**](../kobuki_demo) | [**Crazyflie Demo**](../crazyflie_demo) | [**ToF Sensor Demo**](../tof_demo) |
12+
| | [**Kobuki Demo**](../kobuki_demo/) | [**Crazyflie Demo**](../crazyflie_demo/) | [**ToF Sensor Demo**](../tof_demo/) |
1313
| --- | :-: | :-: | :-: |
1414
| _RTOS_ | NuttX | FreeRTOS | Zephyr |
1515
| _Hardware\*_ | Kobuki, Olimex LTD STM32-E407 | Crazyflie, radio, flow deck | ST B-L475E-IOT01A Discovery kit |
1616
| _HW Costs\*_ | ≈ 360$ | ≈ 330$ | ≈ 60$ |
1717
| | <img src="kobuki.png" style="margin:auto;"/> | <img src="crazyflie.png" style="margin:auto;"/> | |
1818

19-
<div style="font-size:80%;color:gray;text-align:right;">*As a matter of course, you'll need a computer/laptop, various cables,<br/>and further auxiliary equipment. The hardware costs are only<br/>a rough estimate and may depend on where you live.</div>
19+
<div style="font-size:80%;color:gray;text-align:right;margin-bottom:1em;">*As a matter of course, you'll need a computer/laptop, various cables, and<br/>further auxiliary equipment. The hardware costs are only a rough estimate.</div>
2020

21+
The demos may also interface with the FIWARE Context Broker, which is the core of the [FIWARE](https://www.fiware.org/) open source initiative for context data management. Learn more at [**Interfacing with FIWARE Context Broker**](../fiware_demo/).
2122

23+
Finally, the demos can be combined in several ways to demonstrate further functionalities. Turn to [**Combined Demos**](../combined_demos/) to learn more about these combinations and how to launch them.
2224

0 commit comments

Comments
 (0)