Stránka 1 z 1

MicroBlock

Napsal: 25 srp 2020, 22:03
od DavidO
Trošku americky sebejisté, ale třeba to není úplně marný:
MicroBlocks is a coding environment for microcontrollers that’s human friendly, but more than that, it’s education friendly
https://makezine.com/2020/07/31/microco ... croblocks/
Vypadá to, že to kombinuje blokové programování pomocí myši a zároveň to je interaktivní, obouchání nějakých příkazů nebo najetí nad senzor to udělá příslušnou akci s tím fyzickým kontrolerem:
What’s so cool about MicroBlocks? It’s similar to Scratch and Snap!, where command blocks (rectangular) can be executed, and reporter blocks (rounded) can be evaluated, simply by clicking on them. MicroBlocks works the same way, except your commands control a microcontroller that can interact with the physical world. You can click a block to turn on LEDs, drive servos and motors, and play music. You can sense inputs from buttons, temperature sensors, accelerometers, and so much more.
Podporuje to několik různých desek/kontrolerů, např. ESP8266/ESP32 (vč. M5-Stacku), micro:bit, Arduina s SAMD21 a pár dalších, mě neznámých.