大家好,新年快樂!![]()
2025 年對我來說是特別的一年。買了 P2S 之後,開啟了一段讓我很開心的 3D 列印之旅。
後來發現 CyberBrick,覺得這個專案很棒——自己列印零件,搭配模組化的電子元件,就能組出遙控車、機器人這些好玩的東西。不過我在想,對於剛接觸程式的孩子來說,MicroPython 可能還是有點難度。
所以我試著在我之前做的開源專案裡加入了 CyberBrick 支援,讓寫程式可以用拖拉的方式完成。
關於相容性:
這個工具使用官方支援的 mpremote 方式上傳程式碼,不會修改或破壞官方韌體。如果想換回官方的 CyberBrick 編輯器,直接用官方編輯器重新設定並燒入即可,程式會直接覆蓋,完全沒問題(我已經實測過)。這是以「擴展」的角度出發,不是取代官方工具。
目前做到的:
- 基本的 GPIO 控制
- 板載 LED 顏色設定
- 延時功能
- WiFi 連線
老實說還很陽春,只是個開始。像是伺服馬達、感測器這些還沒做,需要慢慢補。
如果你有興趣或想給建議,專案在 GitHub:
在 VS Code 擴充商店搜「Singular Blockly」也找得到。
新的一年,希望能讓更多孩子有機會接觸程式設計。也祝大家 2026 創作愉快!
Hi everyone, Happy New Year! ![]()
2025 was a special year for me. Getting a P2S started an exciting 3D printing journey that I’ve really enjoyed.
Later I discovered CyberBrick—print your own parts, combine them with modular electronics, and build RC cars, robots, and other fun creations. But I wondered if MicroPython might still be challenging for kids just starting with programming.
So I added CyberBrick support to an open-source project I’ve been working on, making coding feel like drag-and-drop.
About Compatibility:
This tool uploads code using the officially supported mpremote method—it does not modify or damage the official firmware. If you want to switch back to the official CyberBrick editor, just use it to configure and upload—the program will be overwritten directly, no issues at all (I’ve tested this myself). This is meant to “extend” the ecosystem, not replace the official tools.
What’s working so far:
- Basic GPIO control
- Onboard LED color settings
- Delay functions
- WiFi connection
Honestly, it’s still pretty basic—servo motors and sensors aren’t done yet.
If interested or have suggestions, the project is on GitHub:
You can also search “Singular Blockly” in the VS Code Extension Marketplace.
In the new year, I hope more kids get the chance to explore programming. Wishing everyone a creative 2026! ![]()



