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

Serial Communication In Raspberry Pi 3 B+

I want to communicate between Raspberry pi 3 B+ and GSM GPRS A6. I tried and I am unable to send da… Read more Serial Communication In Raspberry Pi 3 B+

How To Install Phantomjs For Use With Python Selenium On The Raspberry Pi?

I want to run a Python script using Selenium WebDriver with PhantomJS as a headless browser on my R… Read more How To Install Phantomjs For Use With Python Selenium On The Raspberry Pi?

Kivy - Label To Display Real-time Sensor Data

I would like to create two labels in Kivy that update their text with sensor data from temp sensors… Read more Kivy - Label To Display Real-time Sensor Data

Python Gzip - Appending To File On The Fly

Is it possible to append to a gzipped text file on the fly using Python ? Basically I am doing this… Read more Python Gzip - Appending To File On The Fly

How To Get Gstreamer Live Stream Using Opencv And Python?

I am streaming a live usb camera feed from raspberry pi zero by using below code in terminal: gst-l… Read more How To Get Gstreamer Live Stream Using Opencv And Python?

Sqlite3 Remove Brackets From Printed Data

I have created a script that finds the last value in the first row of my database import sqlite3 gl… Read more Sqlite3 Remove Brackets From Printed Data