Deutsch English |
The standard kit can be used to demonstrate the most important programming concepts in robotics. You can also procure servomotor-controlled components (Maqueen Mechanic). For further applications in the areas of “networked robots” and “IoT” (Internet of Things), the mbRobot can be supplemented with a WLAN-capable microcontroller (ESP 32). The necessary tools are integrated in TigerJython. |
The programs for the two models differ only in the first line: For mbRobot: from mbrobot import * For Maqueen Plus: from mbrobot_plus import * |
|
|