Raspberry Pi Pico

Thread Starter

dendad

Joined Feb 20, 2016
4,451
I am going to have a play with the new Raspberry Pi Pico. Cheaper than the Arduinos and a LOT more powerful.
Have you thought of trying them?
 

dl324

Joined Mar 30, 2015
16,839
Raspberry Pi Org claims that people commonly use Pi's to drive Arduino microcontrollers, so they built one. It has impressive specs, but I prefer my generic $3 Uno's that I can order in quantity when I need a microcontroller. When I need more, I use a Mega or Pi Zero W. $5 shipping and handling for a $4 product is a non starter for me (you can only buy 1 at a time). There isn't even a reliable source for Pi Zero and Pi Zero W.
 

Thread Starter

dendad

Joined Feb 20, 2016
4,451
I think the Pi Pico will be different to the Pi Zero. I had no problem buying a number of Picos, there was no limit on them, and there are at least 2 other boards in the works from Adafruit that uses the same chip.
All that said, mine are due to arrive in a couple of days so I have not had a play as yet. The PIO blocks sound very interesting.
Time will tell.
 

Thread Starter

dendad

Joined Feb 20, 2016
4,451
Ah. It must be popular.
I went back to my store here in Oz, and they too now have a limit of 1.
Maybe I was greedy to get 3 originally?
 

upand_at_them

Joined May 15, 2010
940
I am going to have a play with the new Raspberry Pi Pico. Cheaper than the Arduinos and a LOT more powerful.
Have you thought of trying them?
No, I have enough things to do. And I'm not easily swayed by "You HAVE to buy this new thing!!"

Cheaper than Arduinos? You must not have seen the clone market for Arduinos.
 

dl324

Joined Mar 30, 2015
16,839
Ah. It must be popular.
I think the issue is profit margin. Years after Pi Zero was introduced, I can still only buy one at a time; same for the Zero W. The only way I can order more than one at a time is if I pay for their ridiculously expensive installed header.
 

John P

Joined Oct 14, 2008
2,025
Cheaper than Arduinos? You must not have seen the clone market for Arduinos.
Micro Center is selling the Pico for $1.99, if your local store still has any in stock. Predictably, the store in Cambridge MA ran out almost immediately, but you can get them in Duluth.
 

Thread Starter

dendad

Joined Feb 20, 2016
4,451
Cheaper than Arduinos? You must not have seen the clone market for Arduinos.
Oh yes, I use them a lot. I can save about $1 by using an Arduino Nano, like in this VFO I built for a Philips FM828 VHF transceiver.
VFOinFM828E.jpg
(I have also built a version for HF radios with the ESP32 and animated dial)
VFO_Delux_01.png

But these Nanos are not as powerful as the Pico, and the number of channels I can program is a bit limited by memory constraints. Also, if I change to an Arm board, like the Blue Pill or Pi Pico, more features can be included.
But these Picos are cheaper than the STM32 boards here, and are available in Oz (when stocks improve again), not having to wait for long shipping delays from China.
And the method of programming the Picos is easier too.
It will be interesting to see how they stack up in reality.
According to the tracking, they are due for delivery today :)
 

John P

Joined Oct 14, 2008
2,025
I'll revive this thread to follow up my own message, "I'll wait till it becomes easy to use on a Windows system." Somebody (not the official Arduino organization, who say they're also working on it) has come up with an addition to the Arduino environment which lets you program the Pico in C. The instructions for loading the material you need are quite simple to follow; I've got it on my computer and I've written some simple code, which I've verified with a scope. It is way faster than the Python equivalent! The one annoying feature is that compilation and uploading is rather slow, but perhaps it's just always going to be that way. Here are the instructions I used:
https://www.tomshardware.com/how-to/program-raspberry-pi-pico-with-arduino-ide
 

Thread Starter

dendad

Joined Feb 20, 2016
4,451
Yes, I used that link too and have started the Pico VFO. But it is on the back burner for a while.
PiPico_1.825Mhz.jpg

But I did add a reset button! Well worth it.
PiPicoResetButton.jpg

Still to do is the encoder input, OLED display etc. But here is a simple test code file if anyone wants to have a play.
 

Attachments

Top