Making Stuff With Chris DeHut

Making Stuff With Chris DeHutMaking Stuff With Chris DeHutMaking Stuff With Chris DeHut

Making Stuff With Chris DeHut

Making Stuff With Chris DeHutMaking Stuff With Chris DeHutMaking Stuff With Chris DeHut
  • Home
  • Contact
  • More
    • Home
    • Contact

  • Home
  • Contact

Raspberry PI PICO PagE 3

Add a Realtime Clock to your PICO for Enhanced Capability

Realtime clocks add additional capability to your PICO.  These devices are battery powered and maintain accurate Date and Time without needing an outside reference such as the Internet.  By having a realtime clock, your PICO can record / timestamp events and data recordings etc.  In this video we will be looking at a Waveshare device with a Maxim DS3231clock.  Example of converting clock time format into integers for precise numerical processing is provided. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

Thonny Tips - Check File Storage Space on the PICO

 More file management functions to help you with your PICOs. See how much available space there is for files and what size the files are.  Great feature for those larger projects and for those projects that store data internally. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

How to use the PICO Watchdog Timer

The PICO has a built in Watchdog timer.  This feature can help to improve the reliability of your PICO powered projects.  Chris walks you through all the details of how easy it is to utilize this amazing feature. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

Thonny Tips - Learn about the ToDo and Outline Features

 Learn about the Outline and ToDo features of Thonny. Often overlooked but can be very helpful! 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

Run BOTH Cores with Threading On The PICO

While the Raspberry PI PICO is fast and powerful, most people never use the other half of its processing devices - Core 1.  The RP2040 has two cores and you can use both of them with MicroPython.  This video shows you how to use them to "double" your processing speed.  Also covered is the details of how to lock data and other resources so that only one core can access certain data at any given time. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How to use the HIH 4030 Humidity Sensor with a PICO

 If you are looking at working with environmental sensors, this humidity sensor should be on your radar.  This is a high accuracy humidity sensor that is easy to interface with the PICO.   


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How to make this PICO powered Novelty Clock

Here is a great PICO powered project that looks very attractive and is highly functional.  The design for "Hollow Clock 3" is by Shiura who hosts it on Thingiverse. Originally designed for an Arduino, I felt that those of us in the PICO community needed a PICO powered version.  A fun project that is also fairly inexpensive.  


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How To Control Relays With A PICO

 Relays can be very complex devices and if not handled correctly, a lot of problems and danger can be found!  Chris covers a lot of the basics about controlling relays with MicroPython and the Raspberry PI PICO microcontroller.  Stand alone relays and relay modules are covered.
 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How to use the Adafruit Water Detector with the PICO

Water Detectors/Sensors are great devices for monitoring areas for water. This inexpensive unit from Adafruit is no exception and when paired with your PICO, you are well on your way to creating a serious warning system to potential problems. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How to Control Multiple Relays With a PICO

Driving multiple relays from a PICO may not work or only work unreliably.  In this video, Chris shows you how to incorporate an additional chip into the circuit that adds a lot of protection for the PICO and increases its ability to drive more outputs.  Take a look at this video how the ULN2803 chip is a great addition to many projects. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 


HOW TO CONTROL A RELAY https://youtu.be/eMCdo2bSzos 


PROTECT YOUR PICO WITH THIS CHIP https://youtu.be/IKvmihb33B8 

DOWNLOAD SUPPORTING FILES

Control Stepper Motor by "Sequencing" the Outputs

Use your PICO to provide the proper sequencing to control a stepper motor.  While not the most efficient nor the best way, it does show you a bit about how stepper motors and drives work.  This is the first in a small series of videos on stepper motors. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How to interface and use the DHT11 Temp Humidity Sensor

 Learn how to How to interface and use the DHT11 Temp Humidity Sensor. A lot is covered in this video from getting basic readings, through data logging, and even creating a nice looking enclosure for the device. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How to work with Open Collector outputs

 Open Collector outputs can be tricky to understand. In this video, Chris explains enough of the details to get you "over the hump" so that you can work with them on the PICO and other electronic devices. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

Let's Get Started with the PICO W

 In this video we will cover the very basics of obtaining the proper UF2 file and installing it into the PICO.  Also covered is an example program that will be used as a framework for several other videos on this channel.  This particular example program creates a nice looking webpage that the PICO W can serve and it has a nice graphical interface for sending data to the PICO W. 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

Adding WiFi to the DHT11 Temp & Humidity Sensor Project

 In this video, we will show you how to add WiFi connectivity to  the DHT11 Temp & Humidity Sensor Project.  Using a very nice HTLM framework found on another website, we will tailor that example to allow us to set the current date and time in the PICO from a remote computer.  Be sure to watch these videos first...

https://youtu.be/tAU5bN3RVRU  Interfacing the DHT11 to the PICO  https://youtu.be/OoL4ESJeNew  Intro the WiFi on the PICO
 


SEE ASSOCIATED VIDEOS: 

Raspberry Pi PICO Setup and Preparation for Programming   https://youtu.be/-1xDEE3vrawPICO 


Machine Library PIN Class   https://youtu.be/QDtZpuh-Owg 

DOWNLOAD SUPPORTING FILES

How to use Step and Direction step motor drives

 Step and Direction step motor drives are the leading method to control & drive stepper motors.  They are used in applications from toys to industrial machinery.  In this video, Chris explains the "ins and outs" of what is involved when using your PICO with them.  
 

SEE ASSOCIATED VIDEOS: 

Control Stepper Motor by "Sequencing" the Outputs 

https://youtu.be/omlGv-5jzXs

DOWNLOAD SUPPORTING FILES

How to use the A3144 Hall Effect Sensor with your PICO

 Hall effect sensor - Magnetic Switches are very useful in many projects.  Anywhere you want a switch that can't be touched, is a good place for a hall effect sensor. In this video, Chris reviews the data sheet, wiring and coding for the A3144 sensor.
 

SEE ASSOCIATED VIDEOS: 

Control Stepper Motor by "Sequencing" the Outputs 

https://youtu.be/omlGv-5jzXs

DOWNLOAD SUPPORTING FILES

Lets Make A Photography/3D Scanner Turntable

 This is a great project for anyone that does photography or 3D scanning.  This turntable features variable speed, CW or CCW direction selection, and incremental indexing of a programable number of degrees and activated by a remote switch.  Most parts are 3D printed and can be printed with most 3D printers using PLA.
 

SEE ASSOCIATED VIDEOS: 

How to use Step and Direction step motor drives

https://youtu.be/-kPW4TGeijg

DOWNLOAD SUPPORTING FILES

How to Use the RPR-220 Photo Reflective Sensor With the PICO

In this video, Chris will show how to Use the RPR-220 Photo Reflective Sensor With the PICO.  This Photo Reflective sensor offers a fast switching speed making it a good choice for use in Tachometer applications.  This video is the basis for an upcoming tachometer video/project.
 

SEE ASSOCIATED VIDEOS: 

How to use Step and Direction step motor drives

https://youtu.be/-kPW4TGeijg

DOWNLOAD SUPPORTING FILES

Getting Started with the Waveshare 1. 28" Round LCD Display (SPI)

Chris gets you started with the AWESOME Waveshare 1. 28" round LCD display.  Round displays are fascinating devices that allow for enclosure designs that are simply not possible with square or rectangular displays.  Follow along as Chris demonstrates writing text and some basic graphics to the display.  This display will be used in a future Tachometer project and most likely in other projects too.   
 

SEE ASSOCIATED VIDEOS: 

How to use Step and Direction step motor drives

https://youtu.be/-kPW4TGeijg

DOWNLOAD SUPPORTING FILES

Creating a 7 Segment Font for the 1.28" Round LCD Display

 In this video, Chris shows you how to creating a 7 segment font for the 1.28" round LCD display.  While the built-in fonts are good, sometimes you want a very special look for a project.  This video shows how I created a way to quickly draw a 7 segment character on the display.  This font will be used in a future video when we create a tachometer.    
 

SEE ASSOCIATED VIDEOS: 

Tachometer - Part 1

https://youtu.be/g4_ZpVmTi9g


Tachometer - Part 2

https://youtu.be/77dbz1G_678

DOWNLOAD SUPPORTING FILES

Learn how to make a Tachometer for your machine

 In this video, Chris explains how he made a tachometer for his precision drill press.  The spindle on this machine runs at 11,000 and this tachometer can easily handle that speed.  Utilizing a 3D printer, the housing can be made quickly and easily.  The tachometer is run on a PICO, and uses the Waveshare  1.28" round display and an RPR-220 photo reflective sensor.   
 

SEE ASSOCIATED VIDEOS: 

Tachometer - Part 1

https://youtu.be/g4_ZpVmTi9g


Tachometer - Part 2

https://youtu.be/77dbz1G_678


Tachometer - Part 3

https://youtu.be/MAefUZgJP_g 

DOWNLOAD SUPPORTING FILES

USB Cable For Raspberry Pi PICOs That Are Self Powered

Many of your PICO projects will be self powered and you need a special USB cable to communicated with it otherwise you can damage the PICO or the batteries.  Connecting USB while the PICO is powered can also create a safety hazard!.


This video explain why this is a problem and how to take an ordinary and inexpensive cable and make is safe for use.


BE SURE TO HAVE THE USB CABLE UNPLUGGED WHEN MAKING THIS MODIFICATION!

Copyright © 2025 Making Stuff With Chris DeHut - All Rights Reserved.

Powered by

  • Home

This website uses cookies.

We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.

DeclineAccept