This shows the pinout for the Raspberry Pi 4. It shows both the BOARD numbering scheme, and the BCM numbering scheme. You define which numbering scheme you want to use in your python program. You must start by importing the GPIO Library:
import RPi.GPIO as GPIO
Then, if you use setmode to define which numbering scheme you want:
GPIO.setmode(GPIO.BOARD)
will give you the Physical Pin numbering scheme.
If you use:
GPIO.setmode(GPIO.BCM)
You will be using the BCM Numbering Scheme. I prefer the BOARD Scheme as it is much easier to keep track of. Hope this helps.
In this video we unbox and review the new CrowPi Raspberry Pi. Bottom line is, this is a really well done products, and I think it is a great option for using in High School and College STEM programs. I have been impressed and intend to continue to use this platform. We unbox, boot and program it in this video.
This is a super cool project where we build a concealable, portable, live streaming IP camera based on the Raspberry Pi Zero Model W, and the Raspberry Pi camera module. In order to do this lesson, you need to start with Lesson 1, where we show you how to get the IP address of your Pi zero, and how to get it booted. For this project, you need a Raspberry Pi Zero Model W. If you do not have one, you can get the ESSENTIAL HARDWARE HERE. In addition, you will need the Raspberry Pi Camera, which you can GET HERE. The Pi Zero needs a special Camera Cable, which you can get HERE.
That should be the equipment you need to this really fun project. When you are ready to go, the instructions are in the video below.
We are Excited to Get our Pi Zero Model W Up and Running
We have our Raspberry Pi Zero Model W booted up and running. Our interest is to run the device headless, but we must first discover our IP address. This lesson shows a simple tutorial on how to Boot the Pi Zero Model W, and get its IP address. Once you get the IP address, you will want to reserve that IP address for this device. You can do that through your wireless router, or if you are at work, talk to your Network Administrator. We plan to do a really cool project with this, so get your gear ordered now. The best deal we have found that has the two adapters you need can be ORDERED HERE.
This video takes you through setting up your Pi zero W step by step. Enjoy!
Be sure to tune into the LiveStream of our Launch of Eagle VI. Things begin at 7:45 AM CST on March 8. Tune in live, and give us a shout out on the Live Stream!
Making The World a Better Place One High Tech Project at a Time. Enjoy!