|
new Raspberry Pi Pico microcontroller
#arm
#rpi
Got 5 of them 2 days after the announcement and added a page to my website about it as a personal logbook https://www.ph2lb.nl/blog/index.php?page=raspberry-pi-pico There were a few bumps to take to g
Got 5 of them 2 days after the announcement and added a page to my website about it as a personal logbook https://www.ph2lb.nl/blog/index.php?page=raspberry-pi-pico There were a few bumps to take to g
|
By
Lex PH2LB
· #10828
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
Jack, Used a lot of PIC’s when I was working. There is a C compiler but never used it. I always used Microchip’s assembler. After I retired, I found the Arduino Nano and their C IDE. Much easier and I
Jack, Used a lot of PIC’s when I was working. There is a C compiler but never used it. I always used Microchip’s assembler. After I retired, I found the Arduino Nano and their C IDE. Much easier and I
|
By
...
· #10827
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
I just bough some Uno boards. They were clone boards at a low cost. Banggood, has an unusual package where they bundled two TFT touch screen displays with a clone Uno for 11 bucks. Because the touch s
I just bough some Uno boards. They were clone boards at a low cost. Banggood, has an unusual package where they bundled two TFT touch screen displays with a clone Uno for 11 bucks. Because the touch s
|
By
Tom, wb6b
· #10824
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
For me I think the Pico will fill the gap where is seems to be necessary to trade off low cost for dubious quality boards. The RPi Pico has an old school C/C++ tool chain, but will be nice when friend
For me I think the Pico will fill the gap where is seems to be necessary to trade off low cost for dubious quality boards. The RPi Pico has an old school C/C++ tool chain, but will be nice when friend
|
By
Tom, wb6b
· #10823
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
My MFJ antenna tuner uses a PIC chip and measures the transmit frequency directly with the PIC counters. Was disappointed when I discovered the Nano could only count external frequencies to 1/2 the cr
My MFJ antenna tuner uses a PIC chip and measures the transmit frequency directly with the PIC counters. Was disappointed when I discovered the Nano could only count external frequencies to 1/2 the cr
|
By
Tom, wb6b
· #10821
·
|
|
new Raspberry Pi Pico microcontroller
#arm
#rpi
Ordered mine from Sparkfun. Arrived late last week. Brian
Ordered mine from Sparkfun. Arrived late last week. Brian
|
By
Brian Bowling
· #10819
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
I have to disagree with both of you. The PICs were around long before the Arduinos and the tools developed for them are really outstanding. Have a look at the mikroe site… I’ve written in C, Pascal, B
I have to disagree with both of you. The PICs were around long before the Arduinos and the tools developed for them are really outstanding. Have a look at the mikroe site… I’ve written in C, Pascal, B
|
By
K9HZ
· #10817
·
|
|
new Raspberry Pi Pico microcontroller
#arm
#rpi
I ordered mine from Pimoroni last week and received my package today. https://shop.pimoroni.com/products/raspberry-pi-pico -Chris KN6EQQ
I ordered mine from Pimoroni last week and received my package today. https://shop.pimoroni.com/products/raspberry-pi-pico -Chris KN6EQQ
|
By
Chris Zukowski
· #10816
·
|
|
new Raspberry Pi Pico microcontroller
#arm
#rpi
Sold out at adafruit. Can’t find on Amazon. 73, Erik, Kg7Noc Sent with thumbs and autocorrect
Sold out at adafruit. Can’t find on Amazon. 73, Erik, Kg7Noc Sent with thumbs and autocorrect
|
By
KG7NOC
· #10815
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
I actually have played a little with the pro IDE, but not enough to pass judgement yet. I had a very early version and there was no obvious debugger with it. Also, the talk then was that the IDE is ac
I actually have played a little with the pro IDE, but not enough to pass judgement yet. I had a very early version and there was no obvious debugger with it. Also, the talk then was that the IDE is ac
|
By
jjpurdum
· #10814
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
Arduino is working on a next-generation IDE that will include a debugger. No idea how long it will be before it is available. You can read a bit more about the plans here: https://www.arduino.cc/pro/a
Arduino is working on a next-generation IDE that will include a debugger. No idea how long it will be before it is available. You can read a bit more about the plans here: https://www.arduino.cc/pro/a
|
By
Shirley Dulcey KE1L
· #10813
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
I just hope they don't cripple it with a crappy clock speed. Jack, W8TEE
I just hope they don't cripple it with a crappy clock speed. Jack, W8TEE
|
By
jjpurdum
· #10812
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
There are a few C compilers for PIC. The older PIC chips like the 16F series are really badly suited to the language; the design of the instruction set and the C language are at war with each other, a
There are a few C compilers for PIC. The older PIC chips like the 16F series are really badly suited to the language; the design of the instruction set and the C language are at war with each other, a
|
By
Shirley Dulcey KE1L
· #10811
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
Arduino support for the RP2040 is not yet ready but it is under development. There are plans for an official Arduino board using the same processor as the Pico; it will also have wireless connectivity
Arduino support for the RP2040 is not yet ready but it is under development. There are plans for an official Arduino board using the same processor as the Pico; it will also have wireless connectivity
|
By
Shirley Dulcey KE1L
· #10810
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
Hi Shirley: I have the Arduino family, Teensy, STM32, and ESP32 all running in the same IDE. I install the libraries manually, so each patch has its own library path. The IDE is smart enough to know t
Hi Shirley: I have the Arduino family, Teensy, STM32, and ESP32 all running in the same IDE. I install the libraries manually, so each patch has its own library path. The IDE is smart enough to know t
|
By
jjpurdum
· #10809
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
I think the Uno still has a place in prototyping. It was never ideal for embedding because of its size and cost; the Nano or other small boards like the Pro Micro are better for that. But the Nano its
I think the Uno still has a place in prototyping. It was never ideal for embedding because of its size and cost; the Nano or other small boards like the Pro Micro are better for that. But the Nano its
|
By
Shirley Dulcey KE1L
· #10808
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
The Teensy is almost idiot-proof.... so long as you use your Arduino toolchain ONLY to develop for Teensy. If you develop for both Teensy and other Arduino-compatible boards, the only viable approach
The Teensy is almost idiot-proof.... so long as you use your Arduino toolchain ONLY to develop for Teensy. If you develop for both Teensy and other Arduino-compatible boards, the only viable approach
|
By
Shirley Dulcey KE1L
· #10807
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
It would be nice, wouldn't it? Brian
It would be nice, wouldn't it? Brian
|
By
Brian Bowling
· #10805
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
Now if we can just get a good symbolic debugger... Jack, W8TEE
Now if we can just get a good symbolic debugger... Jack, W8TEE
|
By
jjpurdum
· #10804
·
|
|
Raspberry Pi Pico vs ESP32(-S2) and STM32 Blackpill, Shootout - Re: new Raspberry Pi Pico microcontroller
#arm
#rpi
The success of Arduino is without question its IDE. Hope there will be a port soon. https://www.seeedstudio.com/blog/2021/01/29/arduino-ide-support-announced-for-the-raspberry-pi-pico/
The success of Arduino is without question its IDE. Hope there will be a port soon. https://www.seeedstudio.com/blog/2021/01/29/arduino-ide-support-announced-for-the-raspberry-pi-pico/
|
By
Relu Jianu
· #10803
·
|