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... 2024.03.30 ProgrammingpythonRobotDIY
Programming Micropythonコード解説 並列処理、ブラウジング、サーボ制御 本記事では下記記事に貼り付けたコードを解説してみたいと思います。色々な処理をしていますが、一つのコードにしているので、ブロックに分けて解説します。 インポート文 import network # Network library import... 2024.03.30 ProgrammingpythonRobotDIY
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. 2024.03.02 ElectronicsRobotDIY
Electronics ブラウザからロボをコントロールする /Raspberry pi pico /MS18 4脚ロボットの機能面の強化を図っています。 今回はブラウザから指示してロボを操作する機能を実装してみました。 ブラウザ入力とサーボ制御の並列化で結構はまりましたが、うまく動かすところまでいけました。 2024.03.02 ElectronicsRobotDIY
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. 2024.01.20 ElectronicsRobotDIY
Electronics 4脚ロボット前進させた /Raspberry pi pico /MS18 前回から一歩進んで前進する動作までできました。 3Dプリンタの材質がPLAというのもあってか摩擦がないところだと滑ってしまいますが、そうでない場所であれば(動画ははんだ付け用パッド)スムーズに前進してくれます。 2024.01.20 ElectronicsRobotDIY
Electronics Progress on the Four-legged Robot: Getting the Legs Moving /Raspberry pi pico /MS18 I've recently made significant progress on the four-legged robot project I started a while ago. I have managed to assemble most of the parts and have reached the point where I can move its legs. 2024.01.14 ElectronicsRobotDIY
Electronics 4脚ロボットの足動かすところまで /Raspberry pi pico /MS18 先日から始めている4脚ロボットの部品が大体そろったので足を動かすところまで持ってきました。もう少しで歩くのくらいまでできそうです。 2024.01.14 ElectronicsRobotDIY