Raspberry Pi GPS using Python 2.7 or 3.4: For Raspbian Jessie Linux using GPSD gps3 Congratulations on selecting the Raspberry Pi! These programs hav…
قراءة المزيدRaspberry Pi Image Processing Programming: Develop Real-Life Examples with Python, Pillow, and SciPy Write your own Digital Image Processing programs…
قراءة المزيدPython, PyGame and Raspberry Pi Game Development Gain the basics of Python and use PyGame to create fast-paced video games with great graphics and so…
قراءة المزيدOver 60 recipes that harness the power of the Raspberry Pi together with Python programming and create enthralling and captivating projects Raspberry…
قراءة المزيدPicamera updated 1.11, now support Camera V2. If you not yet updated, run the command to update: $ sudo apt-get update $ sudo apt-get upgrade Sugges…
قراءة المزيدThis post show how to install rm-hull/ssd1306 on Raspberry Pi, and run the example to display on 0.96" 128x64 I2C OLED with SSD1306 driver, usin…
قراءة المزيدI finalized my Python exercise to take photos and generate timelapse mp4, run on Raspberry Pi (Raspbian Jessie) with Camera Module installed. Visit H…
قراءة المزيدCurrent Raspbian Jessie come with PIL installed by default, but no ImageTk. If you run Python script (such as in " Python to capture image from …
قراءة المزيدHello Raspberry Pi!: Python programming for kids and other beginners A fun and imaginative way for kids and other beginners to take their first steps…
قراءة المزيدTo install PIL (with jpg supported) and ImageTk on Raspberry Pi/Raspbian, to display jpg on Python/Tkinter GUI. $ sudo apt-get install libjpeg8-dev T…
قراءة المزيدIt's a example on Picamera docs - Recording to a network stream , to stream video of Raspberry Pi Camera Module to network using Python. import…
قراءة المزيدThis Python 2 code run on Raspberry Pi 2 to capture image from Camera Module. Because the preview will cover the main screen, so this example run rem…
قراءة المزيدExample code of Python 2, run on Raspberry Pi, to control Camera Module, set Brightness and preview. Control Camera Module with picamera, and impleme…
قراءة المزيدIt's a Python script to plot "vcgencmd measure_temp" on uptime. plotTemp.py import os import matplotlib.pyplot as plt import multiproce…
قراءة المزيدSimilar to the previous example " Display Raspberry Pi CPU temperature graphically, using Python 2 with Matplotlib and drawnow ", but use l…
قراءة المزيدIDLE (Python IDE) have a very useful function to comment or un-comment block of code, Alt-3 and Alt-4.
قراءة المزيدIn Linux, the file "/sys/devices/system/cpu/*/cpufreq/scaling_cur_freq" show the available frequency your CPU(s) are scaled to currently, i…
قراءة المزيدThe file /proc/loadavg indicate the load average figures giving the number of jobs in the run queue (state R) or waiting for disk I/O (state D) ave…
قراءة المزيدPython 2 example to display Raspberry Pi CPU temperature graphically, with Matplotlib and drawnow. This exercise work on Python 2 and need matplotlib…
قراءة المزيد
Social Plugin