Questions tagged [scratch]

Scratch is a free programming language that is designed to teach people the basics of computer programming. It is a visual language where code is created by dragging and dropping elements together to form a flow chart structure.

The official Scratch website, where it can be downloaded from and tutorials on how to use it can be found here.

16 questions
3
votes
1 answer

How to autostart ScratchGPIO projects?

I'm working with my 7 years old son on a edukit robotics project with my son on my Raspberry PI 2, installed with Jessie. Instead of using Python (Too complicated for him) I programmed the robot with him in scratch (default version in Jessie with…
Jeroen
  • 31
  • 1
3
votes
1 answer

Block based programming and access to GPIO on Raspberry Pi 3B

We would like to use Scratch to access and control the GPIO of our Raspberry Pi 3B. Scratch 3 offline does not work on the Pi 3B due to the limited 1GB memory: it sometimes starts but typically stalls quickly after that. Scratch 2 is Flash based…
1
vote
0 answers

How to have a raspberry Pi automatically open up a program on boot?

I was wondering if their was a way for a Raspberry Pi to automatically open up a file on boot. (A scratch project)
Ford
  • 19
  • 1
1
vote
0 answers

GPIO 17 and 18 not working as inputs using Scratch2, OK with ScratchGPIO8plus

We've built a simple controller circuit for operating a 12v mechanical valve and some Scratch code to control it. We are running this system using a Pi3. We use GPIO (not physical pins) 4 and 24 to control the motor and GPIO 17 and 18 (Pins 11 and…
minillinim
  • 111
  • 2
1
vote
1 answer

Piface with Scratch. Could not find MESH session

I've downloaded and installed the latest versions of everything. Followed the instructions for setting up Scratch to use Mesh. It says its using IP 127.0.1.1. From the terminal I ran 'pifacedigital-scratch-handler'. It said could not find MESH…
petepewter
  • 21
  • 2
1
vote
1 answer

Unity style game engine for Raspberry Pi 4B?

Is there any way to get a software sort of like Unity for the raspberry pi 4? I want something sort of like it (with a graphics section) with real code, so not scratch. I do realize that the pi might not have enough CPU and GPU power to do it, but…
John Smith
  • 23
  • 3
1
vote
3 answers

Use Scratch 2 (and NOT Scratch 3) on raspbian

I want to use Scratch 2 on raspbian. I googled and found that latest raspbian buster comes with Scratch 3 (which I don't want to use). Based on further searches, I have now downloaded raspbian Stretch (2019-04-08-raspbian-stretch). If I install…
publicgk
  • 119
  • 4
0
votes
1 answer

Does it make sense to use Scratch Onilne if you are used to the version of Scratch that is preinstalled with Raspbian?

My son (10 years old) has been experimenting with Scratch on the Raspberry Pi. He recently got a new book on Scratch programming that he likes, but it appears that the syntax is slightly different and it seems to have been written for the Online…
chaimp
  • 103
  • 2
0
votes
1 answer

Is it possible to copy Scratch 2 from Pi to PC?

I am running a Raspberry Pi 3 Model B I have Scratch 2 installed and would like to copy the program over to my laptop so I work with Scratch offline. I have the SD card and the Micro SD card to transfer from the Pi to the laptop, is it possible to…
Jake Symons
  • 123
  • 1
  • 10
0
votes
1 answer

In scratch "repeat until"

Using scratch "repeat until" will not exit when space bar is pressed unless the space bar is held down continually. I am learning scratch. Working with LEDs (low voltage lab stoplight). I have them blinking in a sequence. I press the space bar…
0
votes
1 answer

how to add a photo to scratch background?

how to add a photo to scratch background on raspberry Pi 3 model B. I just want my background to be different as usual because I have already used all of the other backgrounds and I find them boring!
0
votes
1 answer

Can I use scratch for generating the script which can use Raspberry pi3's peripherals?

Actually One of my friend don't know much about scripting. But he have good creativity and logical skill. He want to use scratch for generating a script which can turn on LEDs connected to GPIO pins and generate some pattern on LEDs. So How can one…
Ravi C
  • 1
  • 1
  • 2
0
votes
1 answer

Getting Host Mesh working again in Scratch

I just did an update of scratch (as advised here), because of the performance problems when using it to interface with my PiFace (reported here and here). Unfortunately, now I don't see the 'Host mesh' menu item anymore when I shift-click the Share…
Benjol
  • 193
  • 2
  • 11
0
votes
1 answer

EOF error when running pifacedigital-scratch-handler

I get this weird error when I am trying to run as per the instructions on this repo https://github.com/piface/pifacedigital-scratch-handler/blob/master/README.md pi@raspberrypi ~ $ pifacedigital-scratch-handler Traceback (most recent call…
Echo Alex
  • 1
  • 2
0
votes
1 answer

Getting sound working in Squeak

I've been experimenting with Squeak on my Pi and have got it up and running following these instructions: http://www.raspberrypi.org/forum/viewtopic.php?f=34&t=9046 However, I can't get the sound working. This produces nothing: FMSound bass1…
Eric Clack
  • 163
  • 11
1
2