Electronics projects and microcontroller boards

mbotもどき

I purchased an mBot educational robot kit on Amazon. It had a reputation for being ideal as an introduction to visual ...

Electronics projects and microcontroller boards

【技適マーク付き】Bluetoothアナログスティックコントローラを活用

When trying to operate an mBot obtained through parallel import, it turned out that the Bluetooth module lacked the T ...

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

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 141

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