Software development refers to the process of developing software on the Raspberry Pi. It can also refer to development software on another system for the Raspberry Pi.
1
vote
0answers
12 views
Python Synth with Raspberry
I'm trying to create a synth using python with raspberry pi. I've written the code for manipulate the gpio input (i've modified the electronic of an old pianola and connected it to raspberry with the ...
1
vote
0answers
42 views
Where can I find example C source for using non-graphics related parts of the Mailbox interface?
I would like to extract information about the Raspberry Pi like Serial Number, Board Model, Board Revision, CPU Clock Rate, Temperature in a C program. It looks like I have a couple of options:
Use ...
13
votes
1answer
5k views
Recommended GUI toolkit for Python development on the Raspberry Pi
I am teaching my daughter Python (and myself to some degree) using the Pi, and we have had a great time so far - but the CLI can only take us so far. I have started looking at other toolkits, ...
3
votes
4answers
2k views
Does Raspberry Pi runs Minecraft and Netbeans 7.2?
I have a computer with 512MB of RAM Memory, CPU Intel Celeron 1.60GHz and a 80GB HD. After the new Minecraft update to 1.3.X, Minecraft don't run on my computer any more even on Windows XP and Lubuntu ...
1
vote
1answer
33 views
How to provide custom software for easy installation on pi?
I've seen several useful scripts programs that someone created for Raspberry Pi. Installation, however often requires to install dependent packages, manually create files and directories, copying and ...
0
votes
1answer
91 views
OpenCL / GPGPU programming coming soon?
Last June the answer was a qualified no:
Can I use the GPU for calculations?
However, the Videocore driver code was open sourced towards the end of 2012:
http://www.raspberrypi.org/archives/2221 - ...
2
votes
1answer
61 views
Is there a software block diagram that describes how a python call (e.g. GPIO) gets to the hardware?
Is there a software block diagram that describes how a python call (e.g. GPIO) gets to the hardware? I would assume there is a user/kernel interface. Maybe a kernel module that implements support ...
7
votes
1answer
2k views
Can I install the Ruby Version Manager?
Can I install the Ruby Version Manager (RVM) on my Raspberry Pi?
5
votes
2answers
1k views
Where is the GPIO header file (“linux/gpio.h”)?
I've been reading about the linux GPIO functions and tried to make a small example using the function gpio_is_valid, but the compile fails because it can't find linux/gpio.h.
#include ...
3
votes
2answers
814 views
Setting up a Ruby on Rails Server
I am thinking of buying a raspberry pi, because I want to host a personal website. I am using a UK Internet provider (Virgin Media), and I want to use my internet connection to allow access to my ...
11
votes
5answers
2k views
Has anyone got a Text to Speech engine installed?
Just wondering whether anyone has got a Text to Speech engine installed on the Pi?It would make a great addition to almost any programming project to make it talk to the user!
33
votes
3answers
13k views
How do I build a GCC 4.7 toolchain for cross-compiling?
I already asked this question on Stack Overflow, but I would like to know if anyone managed to build a GCC 4.7 toolchain for ARM cross-compilation (for a x86/x86-64 Linux host). There are many ...
8
votes
2answers
1k views
Configuring the Raspberry Pi for Node.js
Reading a book on Single Page Web Applications I came to a paragraph that got me thinking:
Node.js is non-blocking and event-driven. In a nutshell, this means a single Node.js instance on modest ...
3
votes
2answers
2k views
How do I wait for interrupts in different languages?
I have a IR photo gate sensor that I have attached to my Raspberry Pi, and it is working nicely as I test with WebIOPi and a C program using the wiringPi library.
I would like to use some other ...
1
vote
1answer
86 views
sdcc on Raspberry PI
Has anyone managed to install sdcc (http://sdcc.sourceforge.net/) on a Raspberry?
The package repository has sddc-doc and sdcc-libraries but the main package sdcc seems missing!
Their site says that ...