Visual Programming

Thread Starter

danadak

Joined Mar 10, 2018
4,057
Found a Arduino type visual programming tool based on MIT Scratch, enhanced for
Arduino. Looks better supported than some of the other equivalents out there,. like
Ardublock.

This quick example is for generating pulse trains/periods. Pretty easy setup and learning
curve. Tons of videos and Teacher related stuff on Web.

You drag and drop the blocks onto canvas, config values and tests, and it converts to C
code and uploads into Arduino.

upload_2019-3-20_19-54-11.png


upload_2019-3-20_19-54-49.png

One could easily had qualified triggers, like sensor outputs, and analog
readings. Precision good as Arduino boards xtal controlled clocks.

Not tried it yet but I think code would run fine on ATTINY as well.


Regards, Dana.
 
Top