background preloader

Raspberry Pi

Facebook Twitter

Raspberry Pi Photo Frame in Less Than 20 Minutes : 10 Steps (with Pictures) - Instructables. Digital Photo Frame app gets its images from Unsplash.

Raspberry Pi Photo Frame in Less Than 20 Minutes : 10 Steps (with Pictures) - Instructables

You can find the source code here. There are a lot of cool Unsplash APIs you can use to modify what pictures are shown. For example, show pictures with specific keywords only, like dogs, cats, nature, etc., or show only pics you liked. See the full list of different options here. Additionally, you can show images from entirely different sources, like Google Photos or Flickr. To modify what pictures are shown: Checkout source code and change base URL variable at this line.Copy directory “photo-frame” with updated code to the flash stick and insert it into Raspberry Pi.Go to Settings → USB Drive. Digital Making at Home: Care for yourself. The New Sense HAT Emulator. New from Trinket and the Raspberry Pi Foundation: Explore Your World with Sensors and Python Did you know? There's a Sense HAT orbiting the earth in the International Space Station.

Check out astro-pi.org to learn more. Try out some of the example Python programs below to see what the Sense HAT can do. You can use the Sense HAT features from your own Python trinkets by typing import sense_hat at the top! Sensors! Ferrithemaker/diy-opensource-intruder-detection: DIY opensource intruder detection device based on Raspberry Pi, Pi CAM, PIR sensor and Telegram. Once proyectos con la Raspberry Pi y una cámara para aprender y divertirte. Uno de los accesorios estrella de la Raspberry Pi es su cámara (por 26 euros es tuya).

Once proyectos con la Raspberry Pi y una cámara para aprender y divertirte

Con ella se pueden realizar numerosos proyectos, algunos más prácticos y otros una locura total. Pero, ¿te puedes resistir? Te proponemos coger una tarjeta microSD nueva y montar con ella, una Raspberry Pi y una cámara, alguno de los 11 proyectos de Raspberry Pi y cámara más divertidos. Una cámara subjetiva para tu coche. Tutorial Raspberry Pi - Uso de PiCamera con Python - Geeky Theory. ¡Hola!

Tutorial Raspberry Pi - Uso de PiCamera con Python - Geeky Theory

Bueno como habrán leído hay muchas formas de usar nuestra Pi Camera con Python, sin embargo, siempre era con subprocesos, ejecutando un programa distinto a Python dentro de este. Hasta que hace pocos días salio la noticia en Raspberrypi.org de una librería para controlar nuestra Pi Camera, nativa de Python. Con esta librería podemos controlar desde un preview hasta el control del led que incluye la Pi Camera. Todo esto gracias a Dave Hughes. Instalemos Para instalar como todo programa es recomendable casi necesario actualizar nuestra Raspberry Pi, para que pueda encontrar la librería en los repositorios, usamos los típicos comandos para la terminal;

Jerosoler/RaspiCam-Alarm-TelegramBot: Alarma con Raspberry + RaspiCam + Telegram Bot. Scratch 3.0 phrasebook - Introduction. In this project, you will create an interactive phrasebook that translates useful phrases into different languages.

Scratch 3.0 phrasebook - Introduction

What you will make Click on a country’s flag to choose a language. Then click on objects to hear some translated phrases. What you will need Hardware A computer capable of running Scratch 3.0, with loudspeakers Software Scratch 3.0 (either online or offline) Guess the number - Introduction. You’re going to learn programming by building a game with a language called Python.

Guess the number - Introduction

Did you know? Websites like YouTube and Instagram are built using Python. What you will make You will make a guessing game in which the computer picks a number between 1 and 9, and the player has five chances to guess the number. What you will learn Printing text to the screen Basic string concatenation (including using str() to convert numbers) Storing text and numbers in variables Getting user input (including int() to convert numbers) Simple maths operations If/elif/else statements and comparison operators While loops What you will need Hardware An internet-connected computer Software This project uses Python 3. To-do list - Introduction. With these cards you’re going to make a to-do list web app.

To-do list - Introduction

You’ll be able to use this app to track whatever you want: cool programming tricks you want to learn, places to go, songs to listen to (or learn to play!) , or just something as simple as things to pick up at the shops. Projects. The curious case of the Raspberry Pi in the network closet. Proyecto completo con Raspberry pi - Proyecto EDUCA en Tajamar. 5 proyectos de Raspberry Pi para hacer en familia estas navidades.

Si hay un ganador en la guerra del "ordenador barato" ese es el Raspberry Pi.

5 proyectos de Raspberry Pi para hacer en familia estas navidades

Puede que no sea el más potente o el más barato (aunque ahora con el Pi Zero es difícil de superar), pero si es el que cuenta con la mejor comunidad a su alrededor lo que hace que sea ideal para encontrar guías que nos enseñen a utilizarlo o encontrar inspiración gracias a los centenares de proyectos locos que se ven en la red. Todo ello lo convierte también en una herramienta ideal para que nuestros retoños den sus primeros pasos en el mundo de la tecnología sin miedo a tocar lo que no deben o romper algo: a diferencia de un ordenador tradicional, un smartphone o un tablet, el hardware es lo suficientemente barato para que sustituirlo no suponga un gran esfuerzo económico. Antes de empezar, me gustaría decir que aunque el hecho de que haya que escribir código en la mayoría de proyectos puede llegar a intimidar, sobre todo si no lo hemos hecho nunca, no supone ningún tipo de barrera.