Maker Pro
Maker Pro

555 monostable on power delay

danadak

Feb 19, 2021
677
Joined
Feb 19, 2021
Messages
677
Its called block language. The program, mBlock, takes your block configuration and generates
Arduino code. Its great for doing quick small projects, and for visual learners a super tool.
I use C and block languages, and can generate a solution much faster for smaller projects
than I can in C. There are tradeoffs. But you can take the C C++ code that it generates for
Arduino, and then use it for larger or more critical projects.

Many versions, MITs Scratch, Snap4Arduino, Visuino, Tuniot (gretat for wifi / network applications),
Node-Red, Flowcode. Many of these IDEs free.

Some examples :




Lots of videos on web, YouTube.

Of course the latest hot trend is use ChatGPT, yoiu give it a verbal description of what you
want and it will write code. Not perfect, but the AI trends now rapidly learning machines,
will contribute significantly over next 100 years. Even 5 years will make a huge difference.

Here is what it took to do the talking voltmeter :

1689190572077.png

Once you learn one block language many of them easy to fire up and use, like cars, there
are diffeeneces one model to next but pretty much they all operate the same.

Regards, Dana.
 

danadak

Feb 19, 2021
677
Joined
Feb 19, 2021
Messages
677
Its called block language. The program, mBlock, takes your block configuration and generates
Arduino code. Its great for doing quick small projects, and for visual learners a super tool.
I use C and block languages, and can generate a solution much faster for smaller projects
than I can in C. There are tradeoffs. But you can take the C C++ code that it generates for
Arduino, and then use it for larger or more critical projects.

Many versions, MITs Scratch, Snap4Arduino, Visuino, Tuniot (gretat for wifi / network applications),
Node-Red, Flowcode. Many of these IDEs free.

Some examples :




Lots of videos on web, YouTube.

Of course the latest hot trend is use ChatGPT, yoiu give it a verbal description of what you
want and it will write code. Not perfect, but the AI trends now rapidly learning machines,
will contribute significantly over next 100 years. Even 5 years will make a huge difference.

Here is what it took to do the talking voltmeter :





Regards, Dana.
 
Top