Programming

Micropython Code Explanation: Concurrent Processing, Browsing, and Servo Control

The provided code is designed for controlling a robot, integrating network connections, web page provisioning, and servo...
Programming

Micropythonコード解説 並列処理、ブラウジング、サーボ制御

本記事では下記記事に貼り付けたコードを解説してみたいと思います。色々な処理をしていますが、一つのコードにしているので、ブロックに分けて解説します。 インポート文 import network # Network library import...
3D printer

Creating a Motivational Dice with a 3D Printer

I created a "Motivational Dice" using a 3D printer, with my favorite words placed on each side. Crafting this could even lead to a boost in motivation!
3D printer

3Dプリンタでモチベーションサイコロを作る

3Dプリンタを使って、好きな言葉を各面に配置した「モチベーションサイコロ」を作りました。 手軽にできるので、3Dプリンタを持ち余している方は作ってみてはいかがでしょう? これを作ることでモチベーションアップにつながるかもしれません!
money

ふるさと納税のベストな使い方は?

ふるさと納税って仕組みとしては大変ありがたいですが、返礼品がたくさんありすぎて選択に困りますよね? 余計なものを買ってしまってかえって無駄遣いにもなりそうですし。 私は○○のみを買うことに決めてます。
circuit

PSpice:デフォルトの波形の太さを変更する方法

回路シミュレーションする時に"OrCAD 16.0"に入ってるPSpiceを使っています。 電圧・電流波形を見る時にデフォルトの状態だと、非常に線が細くなっていて、そのままスクショしてパワポに貼り付けだと結構見辛いんですね。
Electronics

Controlling the robot from a browser /Raspberry pi pico /MS18

I'm enhancing the functional capabilities of our four-legged robot. This time, I've implemented a feature that allows the robot to be controlled via browser commands.
Electronics

ブラウザからロボをコントロールする /Raspberry pi pico /MS18

4脚ロボットの機能面の強化を図っています。 今回はブラウザから指示してロボを操作する機能を実装してみました。 ブラウザ入力とサーボ制御の並列化で結構はまりましたが、うまく動かすところまでいけました。
Electronics

Made the quadruped robot move forward /Raspberry pi pico /MS18

I've made a step forward from last time, now achieving a forward-moving action.
Electronics

4脚ロボット前進させた /Raspberry pi pico /MS18

前回から一歩進んで前進する動作までできました。 3Dプリンタの材質がPLAというのもあってか摩擦がないところだと滑ってしまいますが、そうでない場所であれば(動画ははんだ付け用パッド)スムーズに前進してくれます。