
I blogged about eduArdu the EUR 15 educational Arduino based board at the beginning of October, the plan was to have prototypes in 2 weeks which unfortunately didn’t happen, anyway now we have first prototypes built and work on the software support.

We are preparing Arduino libraries for all features:
- scrolling text and writing images on the LED8x8 matrix
- playing single tone and multi tone sounds on the buzzer
- measuring the temperature with the on-board sensor
- measuring the light with LDR
- detecting movements with the PIR sensor
- reading distance to objects with Ultrasound sensor
- reading the Joystick status
- driving servo motors connected to the two connectors
- reading audio signals via microphone
- driving RGB and the red LEDs on board
- reading resistance on the 6 GPIOs to implement Makey-makey
- receive IR remote commands and transmit IR codes to control air conditions, TVs etc.
TuxCon is preparing free Arduino day in “Prof. Asen Zlatarov” school in Parvomay on December 15th, where volunteers will teach students how to program in Arduino and make the first steps in programming and electronics.
TuxCon is non for profit organization and does all events free of charge aiming to spark interest in kids for IT technologies. If you want such event to be provided in your school please write in TuxCon facebook group: https://www.facebook.com/tuxcon.mobi/
Scratch gets lot of attention for enabling even very small kids to program with visual blocks. We though it would be good eduArdu to support it and add blocks to Scratch which to allow embedded board programming with Scratch.
I’ve tested Scratch 1 many years ago, it was relatively easy to add hardware board support at that time via Python web server running jango and communicating with Arduino fermata. It’s obsoletenow and in maintenance mode i.e. no bug fixes and developments.
Scratch 2.0 was re-writen in Action script and uses Adobe Flash technology for animation, really bad choice as we did try to use it several times with Linux and never succeed. This version is also in maintenance mode now.
So we moved to test Scratch 3.0 which is re-written in HTML5 and looks great, but unfortunately they closed the extensions for boards and now support officially just Microbit and Lego. Probably this is their way to get some money for their efforts. There are issues open from people who use other boards and wanted to migrate their old projects to 3.0 posted almost year ago without any action, so we really are puzzled after all this popularity they got, this is the best way to shoot themselves in the leg.
Fortunately there are many alternatives to Scratch, like Snap
It’s totally open for adding blocks and has tens of GitHub projects adding blocks for different robot platforms, Arduino, Raspberry pi etc embedded stuff.
So we will add support for eduArdu in Snap too.
Recent Comments