Skip to content

Commit 1aae980

Browse files
author
Juan Flores
committed
Adding demo update
1 parent 6515ff9 commit 1aae980

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

_data/authors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ ralph-lange:
1919
name: Ralph Lange
2020
web: http://lange-ralph.de
2121
link: web
22+
jfm92:
23+
name: Juan Flores
24+
github: jfm92
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: micro-ROS temperature publisher demo release.
3+
author: jfm92
4+
---
5+
6+
This demo shows a use case in which one micro-ROS client publish temperature value from a sensor using a micro-ROS bridge as a gateway to ROS2.
7+
To run this demo we will use an Olimex-STM32-E407 board with an HIH6130 temperature/humidity sensor and Raspberry Pi which works as a bridge.
8+
The Olimex board runs a micro-ROS client, in this client we will bring-up a node and a topic, and it will publish the measured value of the sensor.
9+
At the same time, the Olimex board is connected by serial to Raspberry Pi, which is running a micro-ROS agent. This micro-ROS agent will act as a gateway with the ROS2 world publishing this topic and making it visible from any device which runs ROS2 in the same network.
10+
11+
The next video shows this demo running.
12+
13+
14+
<video muted width="640" height="480" align="middle" controls="controls">
15+
<source src="/download/Dashing_post_micro-ROS_temp_publisher.mp4" type="video/mp4">
16+
</video>
17+
18+
19+
You can find all the details and how to reproduce in the next link:
20+
[micro-ROS temperature publisher demo](https://github.com/micro-ROS/micro-ROS_temperature_publisher_demo)

0 commit comments

Comments
 (0)