Getting started with Raspberry Pi Pico using MicroPython

https://circuitdigest.com

Raspberry Pi Pico comes with Dual-Core ARM Cortex M0+ processor, which can run up to 133MHz. It has 264KB of SRAM and 2MB of on-board flash storage, but we can extend up to 16MB of off-chip Flash memory via a dedicated Quad-SPI bus.

Read more »
Created by Jayant 2 years 26 weeks ago – Made popular 2 years 26 weeks ago
Category: Raspberry Pi   Tags:

Raspberry Pi Pico

https://components101.com

Raspberry Pi Pico is the first microcontroller from the manufacturers of Raspberry Pi, based on the Raspberry Pi’s RP2040 microcontroller chip and working on ARM’s Dual-core cortex M0+ architecture.

Read more »
Created by Jayant 2 years 26 weeks ago – Made popular 2 years 26 weeks ago
Category: Raspberry Pi   Tags:

How to Send Data to ThingSpeak Cloud using Raspberry Pi

https://iotdesignpro.com

ThingSpeak is an open IoT platform for monitoring your data online. In ThingSpeak channel you can set the data as private or public according to your choice. ThingSpeak takes minimum of 15 seconds to update your readings. Its a great and very easy to use platform for building IOT projects.

Read more »
Created by Jayant 5 years 1 week ago – Made popular 5 years 1 week ago
Category: Raspberry Pi   Tags:

Stepper Motor with Raspberry Pi

https://learn.adafruit.com

Stepper motors fall somewhere in between a regular DC motor and a servo motor. They have the advantage that they can be positioned accurately, moved forward or backwards one 'step' at a time, but they can also rotate continuously.

Read more »
Created by Jayant 5 years 50 weeks ago – Made popular 5 years 50 weeks ago
Category: Raspberry Pi   Tags:

Build your own Smart TV Using RaspberryPi, NodeJS and Socket.io

https://www.codementor.io

Describing in details how I built the front-end is out-of-scope in this tutorial, however I would like to point out few tips that I discovered while doing this project.

Read more »
Created by Jayant 6 years 26 weeks ago – Made popular 6 years 26 weeks ago
Category: Raspberry Pi   Tags:

ArduCAM NOIR Raspberry Pi camera with Motorized IR Cut Filter

http://www.arducam.com

Raspberry pi camera has both color version pi camera board and NoIR version pi camera board. So let’s take a look at the difference between these two types of camera.

Read more »
Created by Jayant 6 years 26 weeks ago – Made popular 6 years 26 weeks ago
Category: Raspberry Pi   Tags:

IoT Based Notification System using Android

http://electronicsforu.com

Presented here is a smart notification system for a door sensor, motion detector, fire alarm and doorbell using Raspberry Pi (RPi) and Pushover app. The project triggers an event through various sensors and sends notifications to your smartphone.

Read more »
Created by Jayant 6 years 35 weeks ago – Made popular 6 years 35 weeks ago
Category: Raspberry Pi   Tags:

Smart Charger using Raspberry Pi

https://www.hackster.io

A Smart charger which will automatically turn off power supply when Smartphone Battery is full. This raspberry pi based project is explained in detail with circuit diagrams and python code.

Read more »
Created by Jayant 7 years 12 weeks ago – Made popular 7 years 12 weeks ago
Category: Raspberry Pi   Tags:

IoT - Controlling a Raspberry Pi Robot over internet

https://www.hackster.io

Controlling a RPi robot (or anything), using low level commands written with shell scripts commanded straight from a HTML page.

Read more »
Created by Jayant 7 years 12 weeks ago – Made popular 7 years 12 weeks ago
Category: Raspberry Pi   Tags:

Make your Raspberry Pi speak

http://www.instructables.com

A simple method to get some feedback from the Raspberry Pi is to use Text To Speech (TTS).

I this Instructable I will show you how to do this using Python and Espeak.

Read more »
Created by Jayant 7 years 13 weeks ago – Made popular 7 years 13 weeks ago
Category: Raspberry Pi   Tags:

Raspberry Pi Beetbox

http://scott.j38.net

The BeetBox is a simple instrument that allows users to play drum beats by touching actual beets. It is powered by a Raspberry Pi with a capacitive touch sensor and an audio amplifier in a handmade wooden enclosure.

Read more »
Created by Jayant 7 years 16 weeks ago – Made popular 7 years 16 weeks ago
Category: Raspberry Pi   Tags:

Raspberry Pi Weather Station

http://circuitdigest.com

This IoT based Project aims to show the current Humidity, Temperature and Pressure parameters on the LCD as well on the Internet server using Raspberry Pi, which makes it a Raspberry Pi Weather Station. You can install this setup anywhere and can monitor the weather conditions.

Read more »
Created by Jayant 7 years 16 weeks ago – Made popular 7 years 16 weeks ago
Category: Raspberry Pi   Tags:

Raspberry Pi LCD Tutorial

http://circuitdigest.com

n this tutorial, we will Control a 16x2 LCD Display using Raspberry Pi. We will connect the LCD to GPIO (General Purpose Input Output) pins of PI to display characters on it. We will write a program in PYTHON to send the appropriate commands to the LCD through GPIO and display the needed characters on its screen.

Read more »
Created by Jayant 7 years 32 weeks ago – Made popular 7 years 32 weeks ago
Category: Raspberry Pi   Tags:

DC Motor Control using Raspberry Pi

http://circuitdigest.com

Learn how to control the speed of DC motor using Rasberry pi 2 board. There are 40 GPIO output pins in Raspberry Pi 2. But out of 40, only 26 GPIO pins (GPIO2 to GPIO27) can be programmed. Some of these pins perform some special functions. With special GPIO put aside, we have 17 GPIO remaining.

Read more »
Created by Jayant 7 years 39 weeks ago – Made popular 7 years 39 weeks ago
Category: Raspberry Pi   Tags:

Raspberry Pi Water Cooler

http://www.instructables.com

So I decided to build my own. But I wanted to give the gift of easy water cooling to the entire raspberry pi community. I decided to design a 3D printable water block that anyone with access to a 3D printer could build. What if you don't have a 3D printer?

Read more »
Created by Jayant 7 years 42 weeks ago – Made popular 7 years 42 weeks ago
Category: Raspberry Pi   Tags:

Home Automation System with a Raspberry Pi and Arduino

http://lifehacker.com

We've seen a lot of DIY home automation projects over the years, but Instructables user electronichamsters shows off one of the most complete systems we've seen yet. With it, you'll be able to monitor just about everything in your house.

Read more »
Created by Jayant 7 years 49 weeks ago – Made popular 7 years 49 weeks ago
Category: Raspberry Pi   Tags:

How to Make a Raspberry Pi Case

http://www.instructables.com

Found this tutorial on Instructables to make a raspberry pi case from an altoids tin.

Read more »
Created by Jayant 8 years 4 weeks ago – Made popular 8 years 4 weeks ago
Category: Raspberry Pi   Tags:

Raspberry Pi Based Wall Mounted Google Calendar

http://www.instructables.com

First we'll setup the Raspberry Pi, to do this you'll need to have Raspbian installed. You can buy a Pi with Raspbian pre-installed or you can use a 2GB or larger SD card that you already have.

Read more »
Created by Jayant 8 years 18 weeks ago – Made popular 8 years 18 weeks ago
Category: Raspberry Pi   Tags:

Raspberry Pi Camera Motion Detection

https://www.youtube.com

Demonstration of a small motion detection script I wrote for the picamera. This video was recorded before any optimizations were done to the script. Each image is captured at 64x36 then compared to the previous image pixel for pixel based on their RGB value. As I come up with ways to make the script better I will push the changes to GitHub.

Read more »
Created by Jayant 8 years 18 weeks ago – Made popular 8 years 18 weeks ago
Category: Raspberry Pi   Tags:

Fisher Price Talking Chatter Smartphone

http://www.grantgibson.co.uk

The Chatter Telephone is a classic Fisher Price toy that has been sold since 1962. The design has evolved over the years, but in 2010 the original ‘classic’ Chatter phone was brought back into the limelight in the Disney / Pixar film Toy Story 3 where the phone helped Woody escape from Sunnyside Daycare.

Read more »
Created by Jayant 8 years 18 weeks ago – Made popular 8 years 18 weeks ago
Category: Raspberry Pi   Tags:

Navigation

User login