MiniBloq and Arduino

MiniBloq and Arduino

Examples for MiniBloq

MiniBloq is a great environment for programming education. MiniBloq allows you to program Arduino boards and Arduino-based robots. MiniBloq 0.83 beta works great on my old computer with 1024 * 768 display and Windows XP. MiniBloq supports multi-languages (View/Properties command). MiniBloq has a really intuitive interface, allowing you to build programs from blocks, while at the same time you can simply add C lines to the program if necessary. The C source code is created interactively during the work process and the code is easily readable. For experimens with Arduino, I built an educational board. which includes a text LCD 16 * 2, two buttons, a beeper, a thermistor and a photoresistor. The display is connected using a 4-bit scheme, as in the examples of the Arduino IDE, the exact same connection is assumed in MiniBloq. The beeper can be connected to any free digital pin, and not just to PWM. To do this, add a line to the program with sound:


#define BuzzerPin NUMBER

Archive with examples for MiniBloq contains directories

AnalogRead Sensors
ButtonRead Buttons and LCD
displayLCD Simple LCD output
miniMusic Simple melodies
Sounds Sound effects

Download minibloqtest.zip