Page 1 of 1

Raspberry Pi Pico W

Posted: Sun Jul 03, 2022 2:10 pm
by ag123
Raspberry Pi Pico W: your $6 IoT platform
https://www.raspberrypi.com/news/raspbe ... -platform/

Re: Raspberry Pi Pico W

Posted: Thu Jul 07, 2022 10:38 pm
by dannyf
1. dual cores are cool. how to use it?
2. what's the workflow in C under Windows?

Re: Raspberry Pi Pico W

Posted: Fri Jul 08, 2022 3:10 am
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.

Re: Raspberry Pi Pico W

Posted: Sat Jul 09, 2022 12:17 am
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.