- Install
- Basic operation
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
Basic programming steps
Tsumicky is a visual programming environment based on Google's Blockly.
Create a program by connecting various blocks.
The mechanism is the same as Scratch, so if you have programming experience with Scratch, you will be able to get used to it quickly.
When Tsumicky for electronic work is started, three blocks, "setup" "loop" and "end" are placed in the workspace.
"setup" includes processing to initialize the microcontroller itself and the various modules connected to it.
In "loop", enter the process you want to perform periodically (e.g. get sensor status).
Then, in "end", enter the process you want to perform as a cleanup when the "Stop" button is clicked.