Development, Programming, Git

KiCadでフリーズ発生?IMEが原因かも!

Have you ever experienced frustrating freezes while searching for symbols or configuring settings in the electronic c ...

Development, Programming, Git

kicad Freerouting Plugin

When I launched KiCad the other day for the first time in a while, I noticed that the KiCad version had been updated ...

AI Local LLM

ローカルLLM

In recent years, the demand for LLMs (Large Language Models) has rapidly grown, drawing significant attention not onl ...

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でI2Cディスプレイ

In this article, we will introduce how to display “Hello, World!” on an SSD1306 OLED display using MicroP ...

Development, Programming, Git

Python の for ループで enumerate() を活用

As a programming memo, I’ve summarized why expressions like “for index, data in enumerate(list):” i ...

Development, Programming, Git

Thumbnail of post image 036

While viewing vulnerability results in Nexpose, I encountered JSON data containing HTML tags. Such data is difficult ...

Electronics projects and microcontroller boards

picoでLチカ

In this guide, we will walk you through how to blink the onboard LED on a Raspberry Pi Pico compatible board using Th ...

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 ...

Electronics projects and microcontroller boards

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

In recent years, the RP2040 series has been attracting attention as an easy-to-use microcontroller. In this post, we ...