Skip to content

Commit 4877f5a

Browse files
authored
Merge pull request #46 from micro-ROS/micro-ROS_temperature_demo_update
Micro-ROS adding temperature publisher post and new NuttX release
2 parents 03da7ab + 0fa3238 commit 4877f5a

3 files changed

Lines changed: 39 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: micro-ROS NuttX v0.0.2-alpha and Apps v0.0.3 release.
3+
author: jfm92
4+
---
5+
6+
We have launched a new version of NuttX and Apps for micro-ROS project which is base on NuttX 7.29.
7+
8+
This new version include the next improvements:
9+
- Improvement of the 6lowpan stack and interoperability with Linux 6lowpan stack.
10+
- ADC support.
11+
- DAC support.
12+
- And all the NuttX 7.29 improvements which you can see here: [NuttX 7.29 version](https://bitbucket.org/nuttx/nuttx/downloads/nuttx-7_29-README.txt)
13+
14+
You can find the repositories here:
15+
16+
- [NuttX](https://github.com/micro-ROS/NuttX)
17+
- [NuttX Apps](https://github.com/micro-ROS/apps)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 publishes 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 a Raspberry Pi, which is running a micro-ROS agent. This micro-ROS agent will act as a gateway to 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+
<video muted width="640" height="480" align="middle" controls="controls">
14+
<source src="/download/Dashing_post_micro-ROS_temp_publisher.mp4" type="video/mp4">
15+
</video>
16+
**(This video doesn't work on Chrome)**
17+
18+
You can find all the details and how to reproduce in the next link:
19+
[micro-ROS temperature publisher demo](https://github.com/micro-ROS/micro-ROS_temperature_publisher_demo)

0 commit comments

Comments
 (0)