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

Need A Gui Keypad For A Touchscreen That Outputs A Pin When Code Is Correct

I have a raspberry pi with a touchscreen running raspbian, I'm hoping to have a Gui on the touc… Read more Need A Gui Keypad For A Touchscreen That Outputs A Pin When Code Is Correct

Python Attributeerror: 'module' Object Has No Attribute 'serial'

I'm trying to access a serial port with Python 2.6 on my Raspberry Pi running Debian. My script… Read more Python Attributeerror: 'module' Object Has No Attribute 'serial'

Using Python To Start A Browser (chromium) And Change The Url

I am trying to write a script that makes it possible to change the url of an active process. So for… Read more Using Python To Start A Browser (chromium) And Change The Url

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?

Is It Possible To Setup A Debian System In A Deterministic Manner?

At work, we developed some Python software that runs on Raspbian (Debian Based), on a Raspberry Pi.… Read more Is It Possible To Setup A Debian System In A Deterministic Manner?

Raspberry Pi Servo Doesn't Stop

So I'm trying to use a servo (Doman s0306d) with the pi camera, tried running this script I fou… Read more Raspberry Pi Servo Doesn't Stop

Publishing Mqtt Messages From A Python Script On A Raspberry Pi

I am trying to configure a Raspberry Pi (Raspbian, Jessie) to send temperature data from a DS18B20 … Read more Publishing Mqtt Messages From A Python Script On A Raspberry Pi

Attribute Error: 'workbook' Object Has No Attribute 'active'

I am new to both python programming and the raspberry pi environment and I need to do some project … Read more Attribute Error: 'workbook' Object Has No Attribute 'active'

Read Data From Adxl355 Using Python Spi Interface On Raspberry Pi

I'm trying to read accelerometric data from the evaluation board EVAL-ADXL355-PMDZ. The board i… Read more Read Data From Adxl355 Using Python Spi Interface On Raspberry Pi

Installing Cwiid With Python 3 Extension

I'm trying to download and install the cwiid package with extension for the Raspberry Pi 3B+. B… Read more Installing Cwiid With Python 3 Extension

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?

How To Run A Python Program(containing Tkinter) On Startup

I want to execute a simple python script that contain tkinter window on start up of raspberry pi. a… Read more How To Run A Python Program(containing Tkinter) On Startup

Can't Install Scipy To Raspberry Pi 4 (raspbian)

I am trying to install the scipy library with python3 -m pip install --user --no-use-pep517 scipy b… Read more Can't Install Scipy To Raspberry Pi 4 (raspbian)

Performing Infinite Loop While Awaiting Input

I have a little project I'm working on, it's fairly simple so I'm hoping someone can he… Read more Performing Infinite Loop While Awaiting Input

Querying Mssql Server 2012 From A Raspberry Pi 3 Using Python, Freetds And Pyodbc

I am trying to query MSSQL server 2012 using Python as my scripting language on a raspberry Pi3. I … Read more Querying Mssql Server 2012 From A Raspberry Pi 3 Using Python, Freetds And Pyodbc

Raspberry Can't Access /dev/mem

I have installed Raspbian on my Raspberry and added in: /etc/rc.local: chown /dev/ttyUSB0 #to all… Read more Raspberry Can't Access /dev/mem

How To Create Scrollable Console Application That Support Ansi Escape Code Sequences

I am making some assumptions here on technology based on what I know, but other technology recommen… Read more How To Create Scrollable Console Application That Support Ansi Escape Code Sequences

Segmentation Fault With Opening And Closing Pygame Windows

I'm working on a project where I am trying to alternate between the camera preview on a picamer… Read more Segmentation Fault With Opening And Closing Pygame Windows

Opencv Python Script From Gimp Procedure - Grass/hard Surface Edge Detection

I would like to develop a Python OpenCV script to duplicate/improve on a Gimp procedure I have deve… Read more Opencv Python Script From Gimp Procedure - Grass/hard Surface Edge Detection

Inaccurate While Loop Timing In Python

I am trying to log data at with a high sampling rate using a Raspberry Pi 3 B+. In order to achieve… Read more Inaccurate While Loop Timing In Python