Node-RED

Programming
Embedding Node-RED into Applications Part 2 (Installing per Folder)New!!

Introduction In this post, I experimented with installing and isolating Node-RED environments into separate fo […]

Read more
UE5
Trying Out Unreal Engine 5 Part 8 (HTTP Request, Remote Control Web Interface, and Node-RED)New!!

Introduction In this post, I tried using the HTTP Request node and the Remote Control Web Interface in Unreal […]

Read more
Programming
Searching with Python and Summarizing with a Local LLM (Ollama, Node-RED)New!!

Introduction In this post, I experimented with a Python-based search program to automate information gathering […]

Read more
Programming
Trying Out Ollama Part 4 (Conversations Between LLMs, Gemma3:4B, Python, Node-RED)New!!

Introduction In this post, I tried using Ollama to facilitate a conversation between two local LLMs.In a previ […]

Read more
OS
Trying Out WSL2 Part 1 (Ubuntu 22.04, Node-RED, and Memory Limits)New!!

Introduction In this post, I set up a WSL (Windows Subsystem for Linux) environment, which allows you to insta […]

Read more
Server
Trying Out Jetson Xavier Part 2 (Communication Settings, Node-RED, and Tailscale)New!!

Introduction In this post, I configured the communication settings for the Jetson Xavier, following the OS set […]

Read more
Programming
Trying Out Faster Whisper (Running on GPU, Python, and Node-RED)New!!

Introduction In this post, I tried performing transcription using Faster Whisper.I had tried it before because […]

Read more
Programming
Trying Out Embedding Node-RED into Applications Part 1 (Electron, Express)New!!

Introduction In this post, I tried embedding Node-RED into an application I am creating with Electron.I follow […]

Read more
Programming
Trying Out Collecting Papers with Python Part 1 (arXiv, Node-RED)New!!

Introduction In this post, I tried collecting research papers with Python using the arXiv API.I usually use Go […]

Read more
ROS
Trying Out ROS1 Part 1 (Turtlesim, Node-RED)New!!

Introduction In this post, since I wanted to properly learn ROS, I checked the communication aspects using Tur […]

Read more
Programming
Translating Text with Python (Googletrans, Node-RED)New!!

Introduction In this post, I tried out translation using Googletrans in Python.Although I haven't written abou […]

Read more
Programming
Trying Out Ollama Part 3 (Usage in Python, Node-RED, Gemma 3:4B)New!!

Introduction In this post, I checked how to use Ollama with Python and set it up so that it can be executed as […]

Read more
Programming
Object Detection with YOLO Part 2 (Python, Node-RED)New!!

Introduction In this post, I tried running YOLO using Python.When I tried YOLO in my previous article, I only […]

Read more
Programming
Using Ollama Part 2 (Local LLM for Code Generation and Execution, qwen2.5-coder, Node-RED)

Introduction This time, I tried generating code with a local LLM and created a Node-RED flow so that it can be […]

Read more
Programming
Using Ollama Part 1 (Gemma2, Node-RED)

Introduction This time, I tried using Ollama, a tool that lets you run LLMs locally. You can install various l […]

Read more
Programming
Control Microcontrollers with Voice (Node-RED, Gemma2, Faster Whisper, XIAO ESP32C3)

Introduction  In this article, I tried to control a small robot using a microcontroller by voice. This is a su […]

Read more
Programming
Using gTTS with Python (Text-to-Speech, Node-RED)

Introduction  In this article, I used gTTS (Google Text-to-Speech) with Python.  I have used VoiceVox before, […]

Read more
Programming
Publish Created Nodes for Node-RED

Introduction  I created a node for Node-RED MCU in a past article. In this article, I have published that node […]

Read more
Programming
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 […]

Read more
Programming
WebSocket Communication with ROS on WSL2 (ROS Bridge, Node-RED, Gazebo)

Introduction  In this article, I used ROS Noetic and Node-RED with WSL2 for WebSocket communication.  I wanted […]

Read more
Programming
Creating Node for Node-RED MCU Part 1 (LINE Notify)

Introduction  In a previous article, I introduced information related to Node-RED that I used during the hacka […]

Read more
Programming
MQTT communication with Node-RED (Node-RED MCU, M5Stack)

Introduction  In this article, I used MQTT communication with Node-RED; MQTT communication is used to communic […]

Read more
Programming
Using Node-RED MCU Part 1 (Node-RED, M5Stack)

Introduction  In this article, I used a Node-RED MCU to write a program on the M5Stack. I had introduced a bit […]

Read more
Programming
Connecting microcontrollers with SNS and email with Node-RED

Introduction  This is a technical summary of the two days of production at "Heroes League Hybrid Hackathon". I […]

Read more
Programming
Using Node-RED Part 1 (exec node, Execute Python programs)

Introduction  In this article, I used exec node of Node-RED. This is a node that can execute commands.  I star […]

Read more
Programming
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 nod […]

Read more