Raspberry Pi Pico

avatar

image.png
I just read about the newest member of the raspberry pi family, the pico, at an unbelievable price of $5.24CDN (4USD I believe?)!!!
It is the first Raspberry Pi purpose built microcontroller using their own RP2040 processor. For those not familiar, a microcontroller is a small dedicated processor that runs either a C/C++ or Micro Python program and provides very fast response to changes in I/O pins, native analogue inputs, and operates at a fraction of the power consumed by it's older and larger brothers. Here is a link to the datasheet
A Pi 4 is a great device to run linux software, connect wirelessly to the web, surf the net, check your email, and while it is taking care of all of those tasks, monitor the GPIO (General Purpose Input & Output) pins to your plant watering system, or weather station and react to their changing inputs. While it can do all of those tasks, there will be delays in its response to changes with the input and therefore the output.
A microcontroller is a small dedicated computer that could monitor those inputs and modify the outputs with less delay since this is its primary job. Since it draws a fraction of the power consumed by the next largest sibling, the Pi Zero W, it is a great candidate for battery operated projects.
You need to communicate with your microcontroller through your larger computer, such as your Pi 4, laptop, or PC.To program it, you'll need to develop your software on your larger computer and then download it to the Pico. If you hold down the "BOOTSEL" button on the Pico while plugging in your MicroUSB > USB cable into your Pi4 it will appear as a USB mass storage device on your computer. You would then copy your program to it and restart it. There is a great Raspberry Pi project for getting started with the Pico and MicroPython.
I've often used Arduino Nano & Uno microcontrollers with my Raspberry Pi project when I wanted a dedicated microcomputer to monitor inputs and react quickly. I've been successful in connecting them together using USB or Serial communication. So I've placed my order and am really looking forward to playing with it once it arrives!
Thanks for viewing.
Robin

Posted with STEMGeeks



0
0
0.000
8 comments
avatar

Adafruit is porting Circuit Python to the Pico as well. They are also developing several different boards using the same processor chip.

0
0
0.000
avatar

Yes, there are several manufacturers starting to build products with the Pi processor, so it will be interesting to see what projects arise from them. I was thinking about Circuit Python, but the Pi website has great documentation on implementing Micro Python, so I think I'll start there first. Both / either would be great choices in my opinion

0
0
0.000
avatar

The great thing about Circuit Python is Adafruit has modules for all their sensors and displays etc.

0
0
0.000
avatar
(Edited)

Good thing I put an order in for 4 of the Pico's (grin). I can play with C/C++ on one, Micro Python on another, and Circuit Python on a third..... and one for spare in case something tragic occurs during the testing phase.....grin! $5.25CDN each, crazy price!

0
0
0.000
avatar

Looking forward to seeing your review. How will you compare/contrast it with Arduino? Benchmarks? Power consumption? Ease of use?

0
0
0.000
avatar

Yes, I am excited to get my hands on the Pico and start to play with Micro Python. I continue to be impressed with the educational leadership role of the Raspberry Pi organization. Affordable technology and lots of online examples of how to use it (just like Adafruit!).

0
0
0.000
avatar

I saw this too! I wish I had a need for one, or two... or three... just to get them. Hopefully you'll get to share something awesome!

0
0
0.000
avatar

Congratulations @robingreig! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

You distributed more than 200 upvotes. Your next target is to reach 300 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out the last post from @hivebuzz:

Next Hive Power Up Day is February 1st 2021
0
0
0.000