View on GitHub

ai_ponybot_basic

MakeCode extension for AI Ponybot – a micro:bit-based AI robot

ai_ponybot_small_size

AI Ponybot Extension for micro:bit

This MakeCode extension provides a set of programmable blocks for controlling the AI Ponybot, a micro:bit-based smart robot developed by boundaryX.


🚀 Features


🧩 Blocks Overview

🔧 Motor Control

📏 Sensor Input

🖥 OLED Display


🧪 Basic Usage Example

aiPonybot.servo(aiPonybot.Servo.Servo1, 90)
aiPonybot.runMotor(aiPonybot.Motor.Motor1, aiPonybot.Direction.Clockwise, 150)
aiPonybot.stopMotor(aiPonybot.Motor.Motor1)

let dist = aiPonybot.ping(aiPonybot.PingUnit.Centimeters)
basic.showNumber(dist)

aiPonybot.display(true)
aiPonybot.showString("Hello!", 0, 0)

📦 Installation

In MakeCode editor, click Extensions → search for:
https://github.com/boundary-x/ai_ponybot_basic


🖼 Example Blocks

block_example


License


💡 Developed By