Python

photoresistor

Using Photoresistor From Raspberry PI To Detect Light 4 (1)

A photoresistor (also known as photocell) is a Light Dependent Resistor (LDR). As the name suggests, these components act just like a resistor, changing their resistance in response to how much light is falling on it. Usually, photoresistors have a very high resistance in near darkness and very low resistance in bright light. This component […]

Using Photoresistor From Raspberry PI To Detect Light 4 (1) Read More »

RPI Scrapy crawler featured_2

Use Raspberry PI as your personal web crawler with Python and Scrapy 5 (1)

A web crawler (also known as spider or spiderbot) is an internet bot that continually browses web pages, typically for web indexing purposes.Typically Search Engines use web crawling ito scan the web and be aware of contents, links and websites relations. These data are processed to understand what results better fit users queries. Crawlers consume

Use Raspberry PI as your personal web crawler with Python and Scrapy 5 (1) Read More »

Raspberry PI HC-SR04 picture

How To Control a Ultrasonic Distance Sensor with Raspberry PI 4.5 (4)

Ultrasonic Sensors are great for all kind of projects that need distance measurements, avoiding obstacles as example. The HC-SR04 is inexpensive and easy to use and can be easily connected with a Raspberry PI Ultrasonic sensor module HC-SR04 provides 2cm-400cm non-contact measurement function, the ranging accuracy can reach to 3mm. The basic principle of work:

How To Control a Ultrasonic Distance Sensor with Raspberry PI 4.5 (4) Read More »

RPI 4 digit 7 segment featured image

How to control a 4 digit 7 Segment Display from Raspberry PI with Python 3.3 (9)

4 Digit 7 Segment Display is a simple electronic display, similar to Single 7 segment display, but composed of 4 digits than can show at the same time 4 chars. It also has dot leds, but in different confiurations (single for each digit, central colon, etc). 4 digit 7 segment display is widely known and

How to control a 4 digit 7 Segment Display from Raspberry PI with Python 3.3 (9) Read More »

Weather station RPI Arduino featured image

Weather Station with Arduino, Blynk and Raspberry PI OS Lite on Raspberry PI Zero W 5 (2)

In this tutorial I will guide you in configuring your Raspberry Pi weather station to collect temperature data from Arduino (with DHT11 sensor) and send data with Blynk server to your smartphone app, getting warnings on thresholds overcoming. One of most common electronics projects is creating a Weather Station also able to send temperature and

Weather Station with Arduino, Blynk and Raspberry PI OS Lite on Raspberry PI Zero W 5 (2) Read More »

Raspberry Pi Pyserial feaured image_2

Reading a serial USB port from Rasperry PI OS Lite with python (from terminal) 2.3 (3)

In this guide I’ll show you how to connect your Raspberry PI to a serial USB port and read its values with Python from terminal (without Desktop environment). For this purpose, we’ll use Pyserial and its terminal tool. Raspberry PI can be used to interface real world from its GPIO as, for example, by Controlling

Reading a serial USB port from Rasperry PI OS Lite with python (from terminal) 2.3 (3) Read More »

Subscribe my newsletter:
×