Electronics projects and microcontroller boards

blocks-fallのハード構成

In this article, we introduce a Tetris-style game program implemented in MicroPython using ChatGPT, an RP2040-zero, a ...

Electronics projects and microcontroller boards

RP2040-zeroもどきのピンアサインのみ

When checking the pinout of electronic components, store listing images are helpful, but reusing them directly may ra ...

Virtualization, Containers, WSL

narou-docker 起動時に発生する tilt/erubis エラーの解決策

When using narou-docker, the following error occurred during the Dockerfile build process.

internal:/usr/local/lib ...

Development, Programming, Git

GitのHTTPSでパスワード認証を回避する方法

When accessing remote repositories using Git, entering your password every time via HTTPS can be tedious. This articl ...

Linux, Server Setup, Networking

Ubuntu 22.04 での pyenv インストールと使い方

pyenv is a convenient tool when you want to easily switch between and manage different versions of Python. This artic ...