Here's how to keep the spirit of the library developer alive.
2024-10/19
Normally, Arduino libraries cannot include header files in subdirectories or files without extensions. Here is a backdoor trick to achieve this.
2024-10/18
C++ library for Arduino. All components are classified into classes and designed to allow for a variety of configurations with simple code.
2024-10/16
Many Arduino functions and libraries have a problem where members cannot be accessed from callback functions. This section describes the causes and solutions.
2024-10/16
This is a monitor light that can be dimmed from a PC or smartphone via WebSocket.
2024-09/22
This is an application to control the launch mechanism of the paper plane mounted on the robot. You can play by moving the robot with the keyboard. It was used in the Shikoku Regional and National Competitions of the 2022 National Robot Contest for National Colleges of Technology.
2022-11/28
This is an Othello game that can be played automatically.This is the first product I made using Arduino.
2021-08/31