Top new questions this week:
|
|
I wondered whether there is a command line application to give me a good (maybe visual) overview over the free/used space left on my sd card. ls -lh is nice but it does not show me how much space the …
|
|
I've been trying to get QtMultimedia working on Raspberry Pi for a few weeks now, cross-compiling using the BakeQtPi script, yet the QtMultimedia plugin never seems to find an appropriate service to …
|
|
I have installed xrdp on my Raspberry Pi (which is connected to my TV) and a program called CoRD on my Mac that lets me connect to the RPi remotely and I am able to see the RPi desktop without any …
|
|
I've installed the GPIO python library to read/write to GPIO pins. To get the state of the pins I'm using "gpio readall" which displays a table with all the pins from the RPI and I can see which pin …
|
|
ext4 with journaling is a robust file system that avoids corruption after power loss. However, this doesn't seem to work for Raspberry Pi's. I assume this is because memory cards (and/or our memory …
|
|
Using Python, I am trying to interface with a HD44780 16x2 LCD display and would like to save a few pins from my Pi's GPIO banks by using a 74HC595 shift register.
So far, I have managed to run the …
|
|
I have a client who has several large bronze signboards, each with 100-150 little light bulbs on it, totaling approximately 400 bulbs. The bulbs are turned on and off on a schedule, currently by hand …
|
Greatest hits from previous weeks:
|
|
What voltage range can it accept? What sort of batteries are appropriate?
|
|
I have seen some examples of people powering their Raspberry Pis by wiring a DC "barrel plug" style power supply to the 5V and GND GPIO pins.
What considerations should be taken when doing something …
|
Can you answer these?
|
|
I have a web application that will constantly post some queries and get replies from a device through the serial port on Raspberry Pi. Like this:
@cherrypy.expose
def login (self, **data):
…
|
|
So I got the Raspberry Camera today and got stills working fine.
Capture an image in jpeg format:
raspistill -o image.jpg
Capture a 5s video in h264 format:
raspivid -o video.h264
…
|