One of the reasons the Raspberry Pi was introduced was to educate children about computer programming. This tag should be used for any questions related to education and the Raspberry Pi.
Questions tagged [education]
10 questions
50
votes
7 answers
Where can I find existing projects with instructions?
There are several articles with suggestions what to do with a Raspberry Pi but many of them are only ideas without any instructions.
Is there a directory of projects that actually have been realized with list of required parts and steps how to do…
Jakob
- 2,768
- 5
- 23
- 22
25
votes
8 answers
Is it possible to receive an electric shock by touching a Raspberry Pi while it's on?
This is a question of safety for children using the device while they are still being shipped without a case.
The USB power source is expected to provide 5V and at least 700mA. Is this enough to give a shock?
Do any components on the board step the…
Highly Irregular
- 5,789
- 10
- 34
- 40
20
votes
7 answers
If I plug my headphones into the audio jack, how do I control the volume?
This will be useful to know before I start just in case the volume is turned to the maximum by default.
Also, more importantly, will the maximum volume be high enough to cause immediate hearing damage to children who use a Raspberry Pi with…
Highly Irregular
- 5,789
- 10
- 34
- 40
15
votes
1 answer
Is the Raspberry Pi a good teaching tool for students learning assembler?
When I took an assembler course, we used a NIOS II Altera board which had a display, some LED lights and programmable buttons. One of the more useful exercises was to write a binary calculator using the LEDs' and the buttons. So, here's my…
keyser
- 255
- 2
- 11
14
votes
3 answers
Is there a collection of teaching materials?
Is there anywhere that I can find a collection of teaching materials for the Raspberry Pi?
I would hope this could include details such as:
Flashing the SD card.
Installing the basic OS.
Programming the GPIO.
Software recommendations for teaching…
Jivings
- 22,656
- 11
- 94
- 140
9
votes
1 answer
Whitelist internet filter
I want to set my small kids loose on the Raspberry Pi with Scratch 2.0 and code.org without having to worry about them accidentally ending up in the undesirable parts of the web.
I have set up OpenDNS to filter web content for the Pi, but even on…
Tyler Jarvis
- 93
- 1
- 6
4
votes
4 answers
What is so special about Pi?
There are already lot of computers available in the market, using which the students or enthusiasts can learn computer programming. As to the hardware side also there are many educational kits to teach people about processors/controllers,…
TheLoneKing
- 209
- 1
- 3
- 11
3
votes
3 answers
Is there any Raspberry Pi version of sagemath?
Is there any Raspberry Pi version of sagemath? Or is it possible to port sagemath anyway to use it on Raspberry Pi? By the way, I have the Raspberry Pi 3B board with 32 bit Raspbian Jessie on it.
Pavel Sayekat
- 261
- 3
- 10
1
vote
3 answers
DHT11 or GPIO Library to Use in C
I am teaching a child C programming with the RPi using a project with the DHT 11. I'm coming from Python and Node on the RPi but haven't done I/O on the RPi in C. What are some available libraries we could use, where would I find them, and what are…
mlhDev
- 199
- 1
- 2
- 8
-1
votes
1 answer
How to set up Wifi with EAP TTLS PAP + Proxy on Raspbian Jessie?
Sorry but I'm loosing my mind with the Wifi on Rapsbian Jessie.
Here is the thing : At work we have a secure Wifi connection. We had instructions to get connect via ANDROID terminals, as following :
EAP: TTLS
Phase2: PAP
Login:…
Jonathan Potier
- 1
- 2