Page 1 of 1

Accessing astro-pi via Scratch

Posted: Sun May 31, 2015 6:40 pm
by Herbster
Has anyone looked at making one of these accessible via Scratch? I know it's not valid for the competition, but trying to find an easier way in for some KS1 children.

I assume it just needs some form of Remote Sensor Protocol extension writing..?

Re: Accessing astro-pi via Scratch

Posted: Wed Jun 03, 2015 7:41 am
by Davespice
Correct, that is all you would need to do. Then it would be a case of sending broadcast messages from Scratch which are then matched in the python and forwarded to the relevant part of the Astro Pi module.