Raspberry Pi Pico W

Anything not related to STM32
Post Reply
ag123
Posts: 1653
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Raspberry Pi Pico W

Post by ag123 »

Raspberry Pi Pico W: your $6 IoT platform
https://www.raspberrypi.com/news/raspbe ... -platform/
dannyf
Posts: 446
Joined: Sat Jul 04, 2020 7:46 pm

Re: Raspberry Pi Pico W

Post by dannyf »

1. dual cores are cool. how to use it?
2. what's the workflow in C under Windows?
ag123
Posts: 1653
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: Raspberry Pi Pico W

Post by ag123 »

it is Pico with WiFi added

I've tried this SDK
https://github.com/raspberrypi/pico-sdk

it uses cmake rather than Arduino IDE and is the "traditional" c/c++ programming.
And best of all, the same compiler used in the stm32 (official) core works just well to build the firmware for pico.
The WiFi part is new, I'd likely get one some time.
dannyf
Posts: 446
Joined: Sat Jul 04, 2020 7:46 pm

Re: Raspberry Pi Pico W

Post by dannyf »

that's interesting.
1) it uses cmake
2) it doesn't use cmsis
3) it does have enough information in the .h files (multiple of them) to enable a more generic implementation on gcc / keil / iar.
Post Reply

Return to “Off topic”