-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sputnik63 edited this page Feb 4, 2015
·
1 revision
scratch4acmeboards allows Scratch 1.4 by MIT to manage the GPIO pins of Arietta, a Linux embedded module by Acmesystems s.r.l based on an Atmel mcrocontroller.
In this early release all the pins are in OUTPUT mode. In the future releases the GPIO pins will be also managed in INPUT mode.
- Connect Arietta to your PC through USB port
- If needed update the ablib with the last release on github here
- Install the scratchpy client from here
- Download scratch4acmeboards files and put them on Arietta. Then, as root, run the command
[email protected]# python ./scratch4acmeboards.py
- Start on your PC Scratch 1.4: it must have Mesh enabled. To enable Mesh on Scratch 1.4 please follow the instructions here
Detailed instruction on how to use scratch4acmeboards will be described here as soon as possible.