Presented at Node-RED Con Nagoya 2025!

Info

This article is translated from Japanese to English.

https://404background.com/private/node-red-con-2025/

Introduction

In this post, I’d like to look back at "Node-RED Con Nagoya 2025," which took place on October 17th. This was my first time speaking at this annual Node-RED conference. Over the past year, I’ve been developing and publishing Node-RED nodes and contributing to technical books about Node-RED MCU, so I centered my presentation around those experiences.

▼Node-RED Con Nagoya 2025 official page:

https://nodered.jp/noderedcon2025

▼On November 15th, a new supplemental book for Tech Book Fest (Gijutsu Shoten) was published. I contributed a section to it as well.

https://techbookfest.org/product/rFC85QYX2TR1mhqFbMpBvZ?productVariantID=cjP8W304W4286aAt3kpQaV

▼Previous articles:

ROS1を使ってみる その3(Open Manipulatorの操作、Node-RED)

はじめに  今回はOpen ManipulatorのROS Serviceでの制御を確認し、Node-REDのノードでも操作してみました。  ROS Serviceを扱うのははじめてです。データ形式がややこ…

Node-REDのノードを開発してみる その3(queueノード)

はじめに  今回はNode-REDでキューを扱うことができるqueueノードを開発してみました。  普段から研究で物体検出をするためにYOLOを利用しているのですが、データセット…

My Presentation

The video of my presentation is available online. My talk was titled "Cases of Developing and Utilizing Node-RED Nodes, and Engagement with the Community."

▼Watch the video here (starting at my segment):

▼Presentation slides:

Since the content was quite technical, I was worried it might only appeal to Node-RED experts, but given the audience, I received a lot of great feedback and reactions.

▼It was my first time visiting the venue, "STATION Ai." My slides were projected onto a screen high up on the wall.

During the Q&A, I received a comment regarding importing Ubuntu environments in WSL2. I found this very intriguing and tested it myself later.
▼I can now create multiple Ubuntu environments, which is extremely helpful for setting up different development environments.

Using WSL2 Part 5 (Installing Multiple Instances of the Same Distribution, Ubuntu 22.04)

Info This article is translated from Japanese to English. Introduction In this post, I installed a second instance of the same Ubuntu version on WSL2.I didn't …

If I integrate this mechanism into my wsl-ubuntu node, it could become even more versatile. Regarding the node development I introduced in the talk, I have covered those in previous blog posts as well.

▼For Node-RED MCU:

Creating Node for Node-RED MCU Part 2 (Servo node)

Introduction  I previously posted an article on Qiita about creating a Servo node for a Node-RED MCU. At that time, I only did the processing of msg.payload t…

Creating Nodes for Node-RED MCU Part 3 (Serial Node)

Info This article is translated from Japanese to English. Introduction In this post, I created a Serial node for Node-RED MCU. While the debugger tool already …

▼For standard Node-RED:

Creating Nodes for Node-RED Part 1 (python-venv)

Introduction  I created a node for Node-RED that can use the Python virtual environment.  I have created a node for Node-RED MCU before, but this is the seco…

Node-REDのノードを開発してみる その5(wsl-ubuntuノード)

はじめに  今回はNode-REDでWSLのUbuntu環境を起動してコマンドを実行できる、wsl-ubuntuノードを開発してみました。  私はROSを起動するのにWSLのUbuntu環境を利用して…

In the keynote, it was mentioned that "Node-RED nodes are cute." Indeed, for visual programming tools, design is a crucial element. If I were designing them, I’d probably just stick to simple rounded rectangles without a second thought!
▼This "cuteness" was mentioned several times in subsequent presentations as well.

Networking After the Session

After my talk, some attendees told me they are actually using my nodes in their companies. In particular, they found the python-venv node useful because it allows them to use Python virtual environments and keep the environment setup steps documented within the flow.

I also met someone developing a node to operate the Tello drone, enabling camera feed acquisition and control via Node-RED.
▼The node is here:

https://flows.nodered.org/node/node-red-contrib-tello

I actually received a Tello drone from an acquaintance a while ago, so I’m looking forward to trying this node out.

▼I also attended the after-party!

Finally

It was a great learning experience to interact with experts who have much more experience with Node-RED than I do. Last year, I participated only as an attendee, but I realized that attending as a speaker makes networking much easier because people already know what you are working on. I definitely want to participate again.

▼There is also a Node-RED Advent Calendar for this year. Please check it out if you are interested!

https://qiita.com/advent-calendar/2025/node-red

Leave a Reply

Your email address will not be published. Required fields are marked *