Skip to content

Commit 349fb33

Browse files
authored
Add link to external blog post with ESP32 version of this tutorial. (#333)
* Added link to external blog post with ESP32 version of this tutorial. Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com> * Fixed broken links identified by CI during PR. * Fixed more broken links identified by CI during PR.
1 parent fbbeb0b commit 349fb33

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

_docs/overview/users_and_clients/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ partners_list:
2525
text: Wind River is accelerating digital transformation of critical infrastructure by delivering the technology and expertise that enable the deployment of safe, secure, and reliable IoT systems.
2626
title: Wind River
2727
url: www.windriver.com
28-
- path: https://upload.wikimedia.org/wikipedia/commons/2/2d/Zephyr-logo.png
28+
- path: https://www.zephyrproject.org/wp-content/uploads/sites/38/2019/12/zephyr-logo1.png
2929
text: The Zephyr Project is a Linux Foundation hosted Collaboration Project. It’s an open source effort uniting developers and users in building a best-in-class small, scalable, real-time operating system (RTOS) optimized for resource-constrained devices, across multiple architectures. As an open source project, the community evolves the project to support new hardware, developer tools, sensors, and device drivers.
3030
title: Zephyr Project
3131
url: www.zephyrproject.org
@@ -53,7 +53,7 @@ users:
5353
url: www.wyca-robotics.com
5454

5555
collaborators:
56-
- path: https://luxonis.com/img/logo-dark.png
56+
- path: https://cdn.shopify.com/s/files/1/0106/8325/2802/files/minimal_blacktext_medium_b3c1cad9-f620-490b-a86d-5a4a5eed4845.png
5757
text: LUXonis is a US-based company specialized in solutions for developing embedded, performant, spatial AI & CV applications. This technology comes with the goal of allowing for human-like perception anywhere, regardless of internet connectivity, and making it productizable, user-friendly and reusable. LUXonis is responsible for devising DepthAI, an open-source platform - a complete ecosystem of custom haredware, firmware, software, and AI training - which combines neural inference, depth vision, and feature tracking into an easy-to-use solution.
5858
title: LUXonis
5959
url: www.luxonis.com

_docs/tutorials/core/first_application_rtos/freertos.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ In this tutorial, you'll learn the use of micro-ROS with FreeRTOS by testing a P
1111
{% include first_application_common/target_hardware.md %}
1212
* [USB-to-Serial Cable Female](https://www.olimex.com/Products/Components/Cables/USB-Serial-Cable/USB-SERIAL-F/)
1313

14+
This tutorial can be adapted to other target hardware relatively easily. [Sameer Tuteja](https://sam-tj.github.io/) wrote a nice blog post for the use with an ESP32 WROOM32 Board at [https://link.medium.com/JFof42RUwib](https://link.medium.com/JFof42RUwib).
15+
1416
{% include first_application_common/build_system.md %}
1517

1618
```bash

_posts/2020-11-12-ROS_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We have been hosted by the [FIWARE](https://www.fiware.org/) parallel track sess
1313
- [Graph support](https://discourse.ros.org/t/graph-support-in-micro-ros/17266)
1414
- p2p functionality (WIP)
1515
- [New demo: micro-ROS & MoveIt](https://github.com/micro-ROS/micro-ROS_moveit2_demo)
16-
- [micro-ROS goes AIoT](https://discourse.ros.org/t/micro-ros-goes-aiot/17407): integration with [DephtAI](https://luxonis.com/depthai), by [LUXonis](https://luxonis.com/)
16+
- [micro-ROS goes AIoT](https://discourse.ros.org/t/micro-ros-goes-aiot/17407): integration with [DephtAI](https://docs.luxonis.com/projects/hardware/), by [LUXonis](https://luxonis.com/)
1717

1818
And that’s not it! micro-ROS will be also present as a featured guest in a bunch of other talks by collaborators and friends, among which Nuno Marques from the [Dronecode Foundation](https://www.dronecode.org/) and Francisco Melendez from FIWARE.
1919

_posts/2020-11-18-luxonis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: micro-ROS goes AIoT!
33
author: francesca-finocchiaro
44
---
55

6-
We’re working with the [LUXonis](https://luxonis.com/) team on the integration of micro-ROS with an exciting AIoT (Artificial Intelligence of Things) project, involving the [DepthAI BW1092 board](https://shop.luxonis.com/products/bw1092). This small device enables interacting with LUXonis [DepthAI](https://luxonis.com/depthai) SoM from an [ESP32](https://www.espressif.com/en/products/socs/esp32) microcontroller.
6+
We’re working with the [LUXonis](https://luxonis.com/) team on the integration of micro-ROS with an exciting AIoT (Artificial Intelligence of Things) project, involving the [DepthAI BW1092 board](https://shop.luxonis.com/products/bw1092). This small device enables interacting with LUXonis [DepthAI](https://docs.luxonis.com/projects/hardware/) SoM from an [ESP32](https://www.espressif.com/en/products/socs/esp32) microcontroller.
77

88
<img alt="LUXonis DepthAI" src="/img/posts/depthai.jpeg" width="100%"/>
99

0 commit comments

Comments
 (0)