-
Notifications
You must be signed in to change notification settings - Fork 3
Running the robot with MMBasic
Thomas Euler edited this page Nov 7, 2021
·
20 revisions
MMBasic is an implementation of Microsoft BASIC that runs directly on specific microcontrollers. It was created by Geoff Graham; detailed information can be found on his website. The "PicoMite" is a Raspberry Pi Pico rp2040 microcontroler running a version of the MMBasic interpreter implemented by Geoff Graham and Peter Mather.
MMBasic allows direcly accessing the microcontroller's hardware, supports many communication protocols, contains drivers for displays and SD cards, and is surprisingly fast. The PicoMite firmware is open source (available on Github) and supported by an active forum. In addition, an excellent manual is available.
- Werkzeuge und Material (DE | EN)
- Aufbau
2.1 Mechanik (DE | EN)
2.2 Aufbau und Hinweise (DE | EN)
2.3 Elektronik und Platine (DE | EN) - Sensoren (DE | EN)
- Demo (DE | EN)
- Erweiterungen & Modifikationen
5.1 Alternatives Display (DE | EN)
5.2 CO2-Wächter (DE | EN) - Galerie (DE | EN)
- Software - MMBasic
7.1 MMBasic zum Laufen bringen (DE | EN)
7.2 Kommentare zum Programm (DE | EN)
7.3 Robotling API (DE | EN)
7.4 Building PicoMite MMBasic (DE | EN) - Software - MicroPython
8.1 Running MicroPython (DE | EN)
8.2 Building MicroPython (DE | EN)