Skip to content Skip to sidebar Skip to footer
Showing posts with the label Raspberry Pi3

Run Terminal Commands On Raspberry Startup

I am working on a project in which I am using curses and pygame librarie, my python program/script … Read more Run Terminal Commands On Raspberry Startup

Trouble Installing Adafruit's Dht11 Python Library

I followed these instructions to install the Adafruit DHT11 library (https://github.com/adafruit/Ad… Read more Trouble Installing Adafruit's Dht11 Python Library

By Installing Pyaudio (python3) On My Raspberry Pi 3 (noobs) I Get An Error, How Could I Fix This?

pip install pyaudio Downloading/unpacking pyaudio Downloading PyAudio-0.2.11.tar.gz Running … Read more By Installing Pyaudio (python3) On My Raspberry Pi 3 (noobs) I Get An Error, How Could I Fix This?

How To Save Sensor Data Output Into Excel Using Python

I'm currently working with raspberry pi and using DHT11 to read temperature and humidity values… Read more How To Save Sensor Data Output Into Excel Using Python