Use the new Pico W with the Arduino IDE instead of microPython!
Article with code:
More articles and tutorials:
Join the conversation on the forum:
Subscribe to the newsletter and stay in touch:
On June 30, 2022, Raspberry Pi announced the latest iteration of it’s RP2040-based Pico microcontroller. The Pico W has the same pinout and form factor as the original Pico and has WiFi capabilities.
Raspberry Pi also released a new UF2 file and several samples using microPython with the new WiFi chip. However, although they did release a C SDK, there was no update to the Arduino IDE for the new microcontroller.
But you CAN use the Pico W with the Arduino IDE by using a new boards manager file that covers virtually every RP2040-based board. And today, I’ll show you how to install that for the classic Arduino IDE 1.8 and the newer
1 view
31
6
2 months ago 00:15:52 1
I Made The Half-Life Bottle Opener Real
3 months ago 00:48:17 36
Raspberry Pi Pico Lecture 1: Course Introduction
3 months ago 00:51:24 5
Raspberry Pi Pico Lecture 2: Hardware/software overview
3 months ago 00:52:23 4
Raspberry Pi Pico Lecture 3: Timers, timer interrupts, SPI
3 months ago 00:51:23 3
Raspberry Pi Pico Lecture 4: Direct Digital Synthesis
3 months ago 00:50:02 4
Raspberry Pi Pico Lecture 5: Multicore, and Introduction to Protothreads
3 months ago 00:51:14 2
Raspberry Pi Pico Lecture 6: Protothreads and Fixed Point Arithmetic
3 months ago 00:49:59 1
Raspberry Pi Pico Lecture 7: ADC and DMA
3 months ago 00:51:07 1
Raspberry Pi Pico Lecture 8: Detecting cricket chirps and Q&A
3 months ago 00:50:57 3
Raspberry Pi Pico Lecture 9: Review session
3 months ago 00:48:14 1
Raspberry Pi Pico Lecture 10: Synchronization of Pulse-Coupled Oscillators
3 months ago 00:48:59 1
Raspberry Pi Pico Lecture 11: Boids, Bees, and Synchronization Bugs
3 months ago 00:52:36 1
Raspberry Pi Pico Lecture 12: Implementing the Boids algorithm
3 months ago 00:50:16 1
Raspberry Pi Pico Lecture 13: Computer animation and UART
3 months ago 00:49:51 1
Raspberry Pi Pico Lecture 14: Introducing PIO
3 months ago 01:13:04 1
Raspberry Pi Pico Lecture 15: PIO Overview and Examples
3 months ago 00:42:14 1
Raspberry Pi Pico Lecture 16: More PIO Examples (UART and SPI) and SpinLaunch/chipsats
3 months ago 00:51:33 1
Raspberry Pi Pico Lecture 17: VGA driver using PIO
3 months ago 00:53:14 1
Raspberry Pi Pico Lecture 18: Final project brainstorming
3 months ago 00:49:43 1
Raspberry Pi Pico Lecture 19: Introducing the inverted pendulum lab, and DC motor circuits
3 months ago 00:52:42 1
Raspberry Pi Pico Lecture 20: Pulse Width Modulation
3 months ago 00:50:20 1
Raspberry Pi Pico Lecture 21: I2C
3 months ago 00:51:36 1
Raspberry Pi Pico Lecture 22: Complementary filters
3 months ago 00:49:59 1
Raspberry Pi Pico Lecture 23: Tuning the reaction wheel inverted pendulum PID controller