Programming
Trying Out Ollama Part 5 (Multimodal Processing of Images and Text with llama3.2-vision)

Introduction In this post, I tried multimodal processing of images and text using llama3.2-vision with Ollama. […]

Read more
Electronics
Trying Out XIAO ESP32S3 Part 2 (Creating a Controller and Operating Unreal Engine)

Introduction In this post, I purchased a joystick—the kind used in arcade games—at Kyoritsu Denshi in Osaka an […]

Read more
Electronics
Trying Out XIAO ESP32S3 Sense Part 1 (Camera)

Introduction In this post, I tried out the XIAO ESP32S3 Sense. It is a tiny microcontroller from the XIAO seri […]

Read more
Server
Trying Out Jetson Xavier Part 6 (YOLO, Switching CUDA Versions, and GPU Processing)

Introduction In this post, I tried object detection using YOLO on a Jetson Xavier. Since the Jetson Xavier has […]

Read more
3d-print
Designing a Case for Raspberry Pi Zero (3D Printing)

Introduction In this post, I tried creating a case for the Raspberry Pi Zero using a 3D printer.Perhaps due to […]

Read more
shopping
Shopping: Mini PC and PiSugar 3

Introduction A little while ago, during the Amazon Prime Day sale, I bought a mini PC that was significantly d […]

Read more
Electronics
Trying Out Lithium Iron Phosphate Batteries Part 2 (Powering a Mini PC with LiTime 12V 12Ah LiFePO4)

Introduction In this post, I tested whether I could power a mini PC using the Lithium Iron Phosphate (LiFePO4) […]

Read more
Electronics
Trying Out Lithium Iron Phosphate Batteries Part 1 (LiTime 12V 12Ah LiFePO4)

Introduction In this post, I purchased a Lithium Iron Phosphate (LiFePO4) battery and created custom connector […]

Read more
UE5
Trying Out Unreal Engine 5 Part 9 (Remote Control API and Node-RED)

Introduction Previously, I used the HTTP Blueprint to test communication from Unreal Engine 5 (UE5) to Node-RE […]

Read more
Programming
Embedding Node-RED into Applications Part 2 (Installing per Folder)

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)

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

Read more
UE5
Trying Out Unreal Engine 5 Part 7 (Open Manipulator)

Introduction In the previous post, I created a basic robotic arm in Unreal Engine 5 (UE5). This time, I’ve cre […]

Read more
UE5
Trying Out Unreal Engine 5 Part 6 (Robotic Arm and Blueprints)

Introduction In this post, I tried creating something like a robotic arm in Unreal Engine 5 (UE5). It’s still […]

Read more
Programming
Trying Out YDLIDAR X4 Pro Part 2 (Mini PC, Operation Check on Linux)

Introduction In this post, I performed an operation check of the YDLIDAR X4 Pro in a Linux environment. My pre […]

Read more
Programming
Trying Out YDLIDAR X4 Pro Part 1 (Windows, Operation Check with GUI App)

Introduction I recently purchased a LiDAR sensor and decided to perform an operation check.LiDAR sensors are m […]

Read more
Programming
Attaching a Camera to a Robotic Arm and Checking the Video Feed (YOLO)

Introduction A while back, I tried attaching a camera to the robotic arm I purchased on Amazon and set up for […]

Read more
shopping
Shopping: Trying Out a Robotic Arm (5-axis and Gripper)

Introduction In this post, I tried out a robotic arm I bought on Amazon. My original goal was to get a large n […]

Read more
Server
Trying Out Jetson Xavier Part 5 (NoMachine and Remote Desktop Connection)

Introduction In this post, I tried using NoMachine to establish a remote desktop connection from my PC to a Je […]

Read more
Server
Trying Out Jetson Xavier Part 4 (Sending and Receiving Image Data using ROS and Tailscale)

Introduction In this post, I tried sending and receiving image data over the internet using ROS and Tailscale. […]

Read more
Server
Trying Out Jetson Xavier Part 3 (ROS Environment Setup and Publishing USB Camera Video)

Introduction In this post, I set up a ROS environment on the Jetson Xavier and tried publishing video from a U […]

Read more
UE5
Trying Out Unreal Engine 5 Part 5 (Environment Setup on Ubuntu 22.04.4)

Introduction In this post, I tried installing Unreal Engine 5 in an Ubuntu environment. While it is slightly m […]

Read more
UE5
Trying Out Unreal Engine 5 Part 4 (Unreal Learning Kit: Training Virtual Robots – Lesson 1)

Introduction I recently tried out a virtual robot tutorial available in Unreal Engine 5. This is my first step […]

Read more
3DGS
Trying Out 3D Gaussian Splatting Part 4 (3D Printing Models Meshed with GS2Mesh)

Introduction In my previous article, I used GS2Mesh to create a mesh model from a video.▼This is the article: […]

Read more
3DGS
Converting 3D Gaussian Splatting Data with Python

Introduction In this post, I’ve made it possible to convert 3D Gaussian Splatting (3DGS) data using Python. No […]

Read more
3DGS
3D Printing a QR Code (Adding it to a model meshed with GS2Mesh)

Introduction In this post, I tried adding a QR code to the Haniwa 3D model I previously output using GS2Mesh.I […]

Read more
3DGS
Trying Out 3D Gaussian Splatting Part 5 (GS2Mesh Environment Setup, WSL2 Ubuntu 22.04)

Introduction In this post, I rebuilt the GS2Mesh environment from scratch.In my previous articles, I set up a […]

Read more
3d-print
Trying Out Luma AI’s GENIE (Generating 3D Models with Generative AI and 3D Printing the Results)

Introduction In this post, I tried generating 3D models using the AI tool GENIE. I found a very helpful articl […]

Read more
3DGS
Trying Out 3D Gaussian Splatting Part 3 (GS2Mesh Environment Setup and Mesh Model Creation, WSL2 Ubuntu 20.04)

Introduction In this post, I tried creating a mesh model using GS2Mesh.This technology builds upon 3D Gaussian […]

Read more
3DGS
Trying Out 3D Gaussian Splatting Part 2 (Reconstructing 3D Models from Image and Video Data, WSL2 Ubuntu 20.04)

Introduction In this post, I tried reconstructing 3D models using 3D Gaussian Splatting (3DGS) from image and […]

Read more
Electronics
Controlling Motors Using a Motor Driver Part 2 (DRV8835)

Introduction In this post, I tried using the DRV8835 motor driver. The control method is different from the TB […]

Read more