All Questions
3 questions
3
votes
0
answers
727
views
Using arecord through subprocess to record in Raspberry Pi
I am using arecord through subprocess to record in raspberry pi : press joystick button to start recording and press button again to stop recording. I am really a noob in programming.
...
5
votes
1
answer
990
views
RC Plane Radio using the Raspberry Pi
This python code is for a homemade remote-control (RC) plane radio using the Raspberry Pi and a USB joystick. It sends values over serial to DSM2/X module for RC planes and other RC vehicles. This ...
4
votes
1
answer
2k
views
Pygame Slideshow
I have written a basic slideshow program that uses pygame to manage the display screen. It cycles through all pictures files in the directory and sub-directories. There is a user configuration section ...