tecno4
2.4M views | +37 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

A guide to visualize your Raspberry Pi data on Arduino Cloud

Hey there, DIY IoT enthusiasts! Ever build a cool gadget with your Raspberry Pi, only to get stuck figuring out how to show off its data? Don’t worry, you’re not alone. Lots of makers like you face the same challenge: turning that awesome sensor data into something easy to see and interact with on your phone or laptop. 

The good news is, there are simple and reliable ways to bridge that gap and shed light on your data without losing time.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Por qué creo que la Raspberry Pi es el mejor invento para tu casa conectada

Por qué creo que la Raspberry Pi es el mejor invento para tu casa conectada | tecno4 | Scoop.it
Si tienes una Raspberry Pi, tienes un tesoro. Más allá de atractivos proyectos para el hogar inteligente, es que soluciona los principales problemas de la domótica comercial
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Seis formas (inusuales) de aprovechar una vieja Raspberry Pi que tengas por casa

Seis formas (inusuales) de aprovechar una vieja Raspberry Pi que tengas por casa | tecno4 | Scoop.it
Esta placa puede acabar dándole una segunda vida a algunos de tus dispositivos de casa
También es el complemento perfecto para crear un fantástico centro multimedia conectado en el hogar
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

The Best Raspberry Pi Kits of 2024

The Best Raspberry Pi Kits of 2024 | tecno4 | Scoop.it
These Raspberry Pi kits come with everything you need to get started.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

La RASPBERRY PI PICO no es lo que parece RP2040 

Disfruta de los vídeos y la música que te gustan, sube material original y comparte el contenido con tus amigos, tu familia y el resto del mundo en YouTube.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Pico MicroPython: BME280 Temperature, Humidity, Pressure

Raspberry Pi Pico MicroPython: BME280 Temperature, Humidity, Pressure | tecno4 | Scoop.it
Learn how to use the BME280 sensor module with the Raspberry Pi Pico board with MicroPython to get temperature, humidity, and pressure readings. This is a short tutorial to get you started quickly interfacing the BME280 sensor with the Raspberry Pi Pico board.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi: DHT11/DHT22 Temperature and Humidity Data Logger (Python)

Raspberry Pi: DHT11/DHT22 Temperature and Humidity Data Logger (Python) | tecno4 | Scoop.it
Build a data logger with the Raspberry Pi and the DHT11/DHT22 sensor that automatically stores data on temperature and humidity and a timestamp on a .txt file.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Use the Raspberry Pi Imager to Install Raspberry Pi OS

How to Use the Raspberry Pi Imager to Install Raspberry Pi OS | tecno4 | Scoop.it

The official Raspberry Pi Imager tool is the easiest way to install an operating system for your Raspberry Pi SBC.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi OS 32-Bit vs 64-Bit

Raspberry Pi OS 32-Bit vs 64-Bit | tecno4 | Scoop.it
In this quick guide, we will explore whether you should use a 32-bit or 64-bit operating system with your Raspberry Pi.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Install Raspberry Pi OS

How to Install Raspberry Pi OS | tecno4 | Scoop.it
In this tutorial, we will be showing you how to install Raspberry Pi OS to an SD card or USB drive.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Using the DHT11 Sensor on the Raspberry Pi

Using the DHT11 Sensor on the Raspberry Pi | tecno4 | Scoop.it
In this tutorial, we will be showing you how to use the DHT11 Humidity and Temperature sensor with your Raspberry Pi.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How To Connect and Code a Motion Sensor with Raspberry Pi 

How To Connect and Code a Motion Sensor with Raspberry Pi  | tecno4 | Scoop.it
Ever wondered how some rooms only light up when someone enters the room? The answer is motion sensors. But what’s more unclear is how you would connect a motion sensor to a Raspberry Pi. Let’s see how it works.

A motion sensor can be connected to the Raspberry Pi by using only 3 wires: power pins (+ and -) and signal. The GPIO Zero class, preinstalled on Raspberry Pi OS, can then be used in Python to detect movements in the room.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Read and Write RFID Tags With Raspberry Pi 

How to Read and Write RFID Tags With Raspberry Pi  | tecno4 | Scoop.it
Have you ever wondered how cars pass through toll booths without stopping, or how people enter buildings with a card? That’s thanks to RFID technology. Trying to replicate this on your Raspberry Pi can feel daunting, but I’ve done it and will share all the steps with you in this article.

Reading and writing data to and from RFID tags requires an RFID Reader and RFID Tags. With the help of the RFID Reader, the Raspberry Pi can read data from these RFID tags and at the same time write data into it.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

10 simple Raspberry Pi projects for beginners

10 simple Raspberry Pi projects for beginners | tecno4 | Scoop.it
You don't need to be a DIY god to create these projects with your Raspberry Pi
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Where to Buy a Raspberry Pi: Common Pitfalls & Expert Tips 

Where to Buy a Raspberry Pi: Common Pitfalls & Expert Tips  | tecno4 | Scoop.it
So, you’re excited to buy a Raspberry Pi but don’t know where to start. You can’t purchase one directly from their official website and with a quick Google search, it isn’t clear who ships directly to your country. There are also a lot of sellers, all with wildly different prices, and you can’t tell which ones are reputable. Don’t worry! In this article, I’ll share reliable ways to get your own Raspberry Pi.

The solution is to buy a Raspberry Pi from official resellers, 3rd party distributors, or pre-owned marketplaces. From this list, there’s likely to be a store that’ll ship to your part of the world for a fair price.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Pico: Detect Motion PIR Sensor (Arduino IDE)

Raspberry Pi Pico: Detect Motion PIR Sensor (Arduino IDE) | tecno4 | Scoop.it
Learn how to interface a PIR motion sensor with the Raspberry Pi Pico to detect motion in your surroundings. We’ll show you how to wire the sensor to the Pico board and we’ll write an Arduino sketch to execute a certain task when motion is detected.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How To Connect Bmp280 To Raspberry Pi Pico/pico W

How To Connect Bmp280 To Raspberry Pi Pico/pico W | tecno4 | Scoop.it
Learn how to get temperature and atmospheric pressure values from the BMP280 using the Raspberry Pi Pico in Micropython.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Lo que DEBES SABER sobre la RASPBERRY PI 5 y no te atreves a preguntar 

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Pico: BME280 Sensor (Arduino)

Raspberry Pi Pico: BME280 Sensor (Arduino) | tecno4 | Scoop.it
Get started quickly with the BME280 sensor module with the Raspberry Pi Pico board, programmed using the Arduino IDE, to get temperature, humidity, and pressure readings. This brief tutorial will teach you how to use the BME280 sensor with your Raspberry Pi Pico board. We’ll show you how to wire the sensor, install the required libraries, and write a simple sketch to display sensor readings.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How To Live Stream The Raspberry Pi Camera (2 Easy Ways) 

How To Live Stream The Raspberry Pi Camera (2 Easy Ways)  | tecno4 | Scoop.it
The camera support for the Raspberry Pi opened a host of new applications. There are numerous applications which require the Pi to live stream its captured video and make it accessible to the user through some interface. Official Pi Camera modules are the first choice for these projects.

Pi Camera modules provide deep integration with the Raspberry Pi ecosystem. Once it has been set up, there are two ways to live-stream Pi Camera video: first is creating an RTSP (Real Time Streaming Protocol) stream and the second is live-streaming it into a web page.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi Pico: Web Server (MicroPython)

Raspberry Pi Pico: Web Server (MicroPython) | tecno4 | Scoop.it
In this guide, you’ll learn how to create a basic Raspberry Pi Pico local web server to control outputs and fetch data. As an example, we’ll create a web page to control an LED on and off and fetch some random values generated by the Pico. This example can be easily modified or extended to control multiple outputs and fetch data from sensors instead of random numbers.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Can a Raspberry Pi 5 Replace Your Main PC? I Tested It! 

Can a Raspberry Pi 5 Replace Your Main PC? I Tested It!  | tecno4 | Scoop.it
Even if you read that the Raspberry Pi 5 is two or three times faster than the Raspberry Pi 4 and that some mysterious tests give impressive results with nice comparison charts… it doesn’t mean anything until you test it in real life. That’s exactly what I did, and I’m going to share the whole process with you.

Overall, the Raspberry Pi 5 is a huge step forward for use as a traditional computer. It’s perfect for typical desktop use. The only limitations come when using heavy applications (such as video editing) or the OS switch itself (many Windows applications are not available).
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Properly Shut Down Your Raspberry Pi (Avoid data loss) 

How to Properly Shut Down Your Raspberry Pi (Avoid data loss)  | tecno4 | Scoop.it
When a Raspberry Pi is not shut down properly, you run the risk of irreversible damage to the data on the SD card. In this article, we’ll explore the different ways to perform a proper shutdown avoid this issue.

The shutdown options from the main menu, or the “shutdown” command in the terminal are the easiest solutions to properly stop the Raspberry Pi. Other options include using a push button or scripts.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Instalación de Home Assistant desde cero en Raspberry Pi 

Instalación de Home Assistant desde cero en Raspberry Pi  | tecno4 | Scoop.it

Home Assistant es una plataforma de automatización del hogar de código abierto que te permite controlar y monitorear dispositivos y servicios en tu hogar. Esta diseñado para funcionar como un concentrador central para la gestión de la domótica, lo que permite integrar una variedad de dispositivos y sistemas en una única interfaz.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Which Raspberry Pi Model To Buy In 2024: A Complete Guide 

Which Raspberry Pi Model To Buy In 2024: A Complete Guide  | tecno4 | Scoop.it
The Raspberry Pi is a huge success, and there are models for everyone. But with so many options available, choosing the right one for you can be challenging. In this article, I’ll explain the most important things to consider and help you make the right choice for your needs.
No comment yet.