特價

2022全新樹莓派微控制器 PicoW

NT$ 298 (含稅)

 

售價含稅,隨貨附發票

保固3個月

45 件庫存

描述

2022全新樹莓派微控制器 PicoW

Following the hugely popular Raspberry Pi Pico, the new Raspberry Pi Pico W is a wireless-enabled version of the RP2040-based board, adding 2.4GHz 802.11n WiFi connectivity!

The addition of wireless connectivity opens up the Pico W to a vast new range of projects such as remote sensor readings, remote control, home automation, mini web servers, wireless GPIO pin control and much, much more!

At the heart of the Pico W is the RP2040 – the same chip used in the original Raspberry Pi Pico, featuring two ARM Cortex-M0+ cores clocked at 133MHz; 256KB RAM; 30 GPIO pins; and a broad range of interfacing options. This is paired with 2MB of onboard QSPI Flash memory for code and data storage.

WiFi is enabled via the use of an Infineon CYW43439 wireless chip. The CYW43439 supports IEEE 802.11 b/g/n wireless LAN, and Bluetooth 5.2; however only wireless LAN is software-supported at launch.

With the same footprint and same RP2040 chip, this WiFi Pico can be used as a drop-in replacement for your existing Raspberry Pi Pico projects, upgrading them with WiFi. Just grab a Micro-USB cable, install the latest MicroPython Pico W specific U2F file and start programming!

The Pico W can be quickly and easily programmed using MicroPython and C/C++* using popular editors such as Thonny. Learning how to use the Pico and MicroPython is also very easy thanks to the dedicated Getting Started projects and guide. There’s also a guide for connecting to the internet with the Raspberry Pi Pico W.

 

商品規格:

The main chip on board is the RP2040 made by Raspberry Pi (their first in-house microcontroller chip!) and is a dual-core ARM Cortex M0+ processor, with a flexible clock running up to 133MHz. WiFi is enabled via the use of an Infineon CYW43439.

      • RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
      • Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz
      • 264kB of SRAM, and 2MB of onboard Flash memory
      • Infineon CYW43439 wireless chip
        • IEEE 802.11n wireless LAN
        • Bluetooth 5.2 (not software supported at launch)
        • WPA3
        • SoftAP (up to 4 clients)
        • Onboard antenna licenced from ABRACON (connected via SPI to the RP2040)
      • Castellated module allows soldering directly to carrier boards
      • USB 1.1 Host and Device support
      • Low-power sleep and dormant modes
      • Drag & drop programming using mass storage over USB
      • 26 multi-function GPIO pins
      • 2×SPI, 2×I2C, 2×UART, 3×12-bit ADC, 16×controllable PWM channels
      • Real-time clock (RTC)
      • Temperature sensor
      • Accelerated floating-point libraries on-chip
      • 8×Programmable IO (PIO) state machines for custom peripheral support
      • Dimensions (WxLxH)
        • Pico W: 21mm x 51.3mm x 3.9mm
      • Weight
        • Pico W: 4g
      • Country of origin
        • Pico W: Japan
      • Product number:
        • Pico W: SC0918

Raspberry Pi Pico W Pinout

A few RP2040 GPIO pins are used for internal board functions:

  • GPIO29 OP/IP wireless SPI CLK/ADC mode (ADC3) to measure VSYS/3
  • GPIO25 OP wireless SPI CS – when high also enables GPIO29 ADC pin to read VSYS
  • GPIO24 OP/IP wireless SPI data/IRQ
  • GPIO23 OP wireless power on signal
  • WL_GPIO2 IP VBUS sense – high if VBUS is present, else low
  • WL_GPIO1 OP controls the on-board SMPS power save pin (Section 3.4)
  • WL_GPIO0 OP connected to user LED

Apart from GPIO and ground pins, there are seven other pins on the main 40-pin interface:

  • PIN40 VBUS
  • PIN39 VSYS
  • PIN37 3V3_EN
  • PIN36 3V3
  • PIN35 ADC_VREF
  • PIN33 AGND
  • PIN30 RUN

Raspberry Pi Pico W FAQs

What differences are there between the original Raspberry Pi Pico and the new Pico W?

The main changes are:

  • The Pico W includes the wireless Infineon CYW43439 wireless chip
  • The Pico W has a different component layout, including debug pins moved to the middle of the board
  • The onboard LED, Power Supply Mode Select and VBUS Detect pins are now controlled via the wireless LAN chip

What else do I need to use a Raspberry Pi Pico?

  • You’ll need a micro-USB cable to allow you to connect it to your computer or Raspberry Pi for programming
  • You may want to purchase a header set to allow you to use the Pico W with a breadboard, or select the Pico WH version instead (soldering your own headers allows you to choose the format or colour)
  • There’s also the excellent Get Started with MircoPython on Raspberry Pi Pico book for learning how to use the Pico

What can I use the new Wi-Fi connectivity for?

Any project that uses input to a GPIO pin to trigger an action in your code can be performed remotely via a WiFi connection, opening up the Pico to thousands upon thousands of new project possibilities!

This can be via a small web server running on the Pico W itself, which is covered in the Connecting to the internet with Raspberry Pi Pico W PDF. There will be many more projects and uses as the Pico W makes its way out to the creative community, and no doubt many IoT services will adopt the Pico W too. The Raspberry Pi forum Pico section is a great place to watch for new projects and ideas!

What WiFi frequency does the Raspberry Pi Pico W support?

The Pico W runs on 2.4GHz networks.

The Pico W doesn’t work (or works slowly) on my WiFi network, why?

Whilst we’re still learning about the new Pico W, many similar boards sometimes struggle with mesh networks or advanced networks that automatically switch between the 5GHz and 2.4GHz frequencies. Try restricting your network to 2.4GHz only (see your router datasheet/manual for instructions). Your 2.4GHz network may also be on a ‘busy’ local band with many other routers in your area, try analysing your local band traffic and switching bands (and/or set a static band and turn off auto band switching).

How does the onboard LED work on the Raspberry Pi Pico W?

Unlike the original Pico W, the onboard LED on Pico W is not connected to GP25 on the RP2040, but instead to a GPIO pin on the wireless chip. MicroPython has been modified accordingly and official Raspberry Pi documentation will detail how to use the onboard LED on the Pico W.

Do I need a different MicroPython UF2 for the Pico W?

Yes! You’ll now find two versions of the UF2 file on Raspberry Pi’s website, one for the original Pico/Pico H, and another for the Pico W/WH

I need help using the Pico W, where can I go?

If you need help with your Pico W project or using the new WiFi functionality, the datasheet and other official Raspberry Pi documentation are a great place to start. If you can’t find what you need in the official documentation, search for your question on the Raspberry Pi forum or create a new post if you can’t find what you need.

相關文件:

商品評價

目前沒有評價。

搶先評價 “2022全新樹莓派微控制器 PicoW”

樹莓派 Pico 及 Pico 2 規格比較表

型號 Pico 2 Pico
處理器 雙核 ARM Cortex-M33

雙核 Hazard3 RISC-V

@150MHz

雙核 ARM Cortex-M0+

@133MHz

SRAM 520KB 264KB
Flash 4MB 2MB
安全功能 啟動簽名、可用於解密的 OTP 存儲、硬體 SHA-256 加速器等
外接設備 2 × UART

2 × SPI

2 × I2C

3 × ADC

1 × USB 1.1 和 PHY

12 × PIO 狀態機 8 × PIO 狀態機
24 × PWM 16 × PWM
1 × HSTX
GPIO 針腳 26

樹莓派 Pico 系列商品比較表

編號 商品圖/型號 穩壓晶片 USB Flash 鋰電池埠 特性 參考售價
RP2350 主晶片
28568 pico树莓派原版
Pico 2
DC-DC, 800mA Micro USB 4MB 268
RP2040 主晶片
23108 pico树莓派原版
Pico W
DC-DC, 3000mA Micro USB 2MB 有 WIFI 298
23104 pico树莓派原版
Pico WH
DC-DC, 3000mA Micro USB 2MB 有 WIFI CALL
19310 pico树莓派原版
Pico
DC-DC, 800mA Micro USB 2MB 188
22600 pico树莓派原版
Pico H
DC-DC, 800mA Micro USB 2MB CALL
22809 pico微雪Type-A 版
Type-A 版
LDO, 500mA Type-A 4MB CALL
20187 pico微雪Type-C 版
Type-C 版
LDO, 800mA Type-C 2MB 128
24664 pico微雪微型版
微型版
LDO, 500mA 分體式
Type-C
2MB 分體式设计,可透過 FPC 導出 Type-C 介面 CALL
24594 pico微雪 RBG 矩陣版
RBG 矩陣版
LDO, 500mA Type-C 2MB 內建 5 × 5 RGB LED 矩陣 CALL
24082 pico微雪網路埠版
網路版
LDO, 500mA Type-C 4MB 有網路埠 CALL
26616 pico微雪藍芽版
藍芽版
LDO, 300mA 分體式
Type-C
2MB 支援藍芽 5.1,分體式设计,可透過 FPC 導出 Type-C 介面 CALL
26372 RP2040 微控制器开发板 0.99 圓形 LCD 版
0.99″ 圓形 LCD
有外殼版
LDO, 500mA Type-C 2MB 0.99 吋 IPS,CNC 金屬外殼 CALL
22668 RP2040 微控制器开发板 1.28'' 圓形 LCD 版
1.28″ 圓形 LCD 版
LDO, 300mA Type-C 2MB 支援(邊充邊放) 1.28 吋 IPS CALL
26369 RP2040 微控制器开发板 1.28'' 圓形 LCD 有外殼版
1.28″ 圓形 LCD
有外殼版
LDO, 300mA Type-C 2MB 支援(邊充邊放) 1.28 吋 IPS,CNC 金屬外殼 CALL
24580 RP2040 圓形觸控 LCD 版
1.28″ 圓形觸控 LCD 版
LDO, 500mA Type-C 16MB 支援(邊充邊放) 1.28 吋觸控螢幕 CALL
26371 RP2040 圓形觸控 LCD 版有外殼
1.28″ 圓形觸控 LCD
有外殼版
LDO, 500mA Type-C 16MB 支援(邊充邊放) 1.28 吋觸控螢幕,CNC 金屬外殼 CALL
28161 RP2040 圓形觸控 LCD 版有外殼
1.69″ 圓角觸控 LCD
LDO, 500mA Type-C 16MB 支援(邊充邊放) 1.69 吋觸控螢幕 CALL
20330 pico微雪LCD 版
0.96″ LCD 版
DC-DC, 2000mA Type-C 2MB 支援(邊充邊放) 0.96 吋 IPS CALL
20290 pico微雪升級版
升級版
DC-DC, 2000mA Type-C 4MB/16MB 支援(邊充邊放) CALL
25506 RP2040-PiZero
DVI 介面版
LDO, 300mA Type-C 16MB 支援(邊充邊放) 內建 DVI 介面、Micro SD 卡座和 PIO-USB 介面 CALL
26379 PICO-Cam-A
攝影鏡頭 LCD 版
Type-C 16MB 內建灰度攝影鏡頭、1.14 吋 IPS CALL