전체상품목록 바로가기

본문 바로가기

오늘하루 열지않기

전체상품목록 바로가기

본문 바로가기


 
이전 제품 보기 다음 제품 보기
추천메일 보내기 상품조르기 대량구매문의

라즈베리 파이 피코 WH -WiFi/BLE (Raspberry Pi Pico WH - Pico Wireless with Headers Soldered) (해외배송 가능상품)

기본 정보
판매가(VAT별도) 14,000원
상품코드 P000BHVZ
수량 수량증가수량감소
상품요약정보 라즈베리 파이 피코 WH -WiFi/BLE 입니다.
색상 옵션
SNS 상품홍보
SNS 상품홍보

개인결제창을 통한 결제 시 네이버 마일리지 적립 및 사용이 가능합니다.

상품 옵션

(최소주문수량 1개 이상 / 최대주문수량 0개 이하)

수량을 선택해주세요.

위 옵션선택 박스를 선택하시면 아래에 상품이 추가됩니다.

상품 목록
상품명 상품수 가격
라즈베리 파이 피코 WH -WiFi/BLE (Raspberry Pi Pico WH - Pico Wireless with Headers Soldered) 수량증가 수량감소 (  )
총 상품금액(수량) : 0 (0개)
바로구매하기 장바구니 담기 SOLD OUT 관심상품등록

재고안내

  • 상품의 실시간 재고는 네이버 페이 버튼 옆 상담 톡톡 버튼 으로 문의 주시면 더 빠르게 답변이 가능합니다

  • 품목이 많으실 경우는 견적서 출력 후 견적서 출력하신 분의 성함을 알려주시면 빠른 답변이 가능합니다

 

회원가입안내

  • 1. 회원가입 후 무통장 결제시

    할인 쿠폰의 사용이 가능
  • 2. 문의 게시판을 통한 기술지원

  • 3. 신규회원 가입시 2,00원 적립

  • 4. 주문/배송 내역 SMS 발송

회원가입

이벤트




 

라즈베리 파이 피코 WH -WiFi/BLE

(Raspberry Pi Pico WH - Pico Wireless with Headers Soldered)

개요

  • 본 제품은 라즈베리 파이 피코 WH -WiFi/BLE 입니다.
  • RP2040 마이크로컨트롤러 및 WiFi/BLE CYW43439 칩을 탑재하였습니다.
  • 라즈베리 파이 피코 폼팩터를 가지고 있으며 RP2040에는 부트로더가 선 탑재되어 있습니다.
  • 헤더가 장착된 버전입니다.

특징

  • RP2040 Chip features:

    • Dual ARM Cortex-M0+ @ 133MHz
    • 264kB on-chip SRAM in six independent banks
    • Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus
    • DMA controller
    • Fully-connected AHB crossbar
    • Interpolator and integer divider peripherals
    • On-chip programmable LDO to generate core voltage
    • 2 on-chip PLLs to generate USB and core clocks
    • 30 GPIO pins, 4 of which can be used as analog inputs
    • Peripherals
      • 2 UARTs
      • 2 SPI controllers
      • 2 I2C controllers
      • 16 PWM channels
      • USB 1.1 controller and PHY, with host and device support
      • 8 PIO state machines
  • The Raspberry Pi foundation changed single-board computing when they released the Raspberry Pi computer, now they're ready to do the same for microcontrollers with the release of the brand new Raspberry Pi Pico WH. This low-cost microcontroller board features their powerful new chip, the RP2040, and all the fixin's to get started with IoT embedded electronics projects at a stress-free price.

    Raspberry Pi Pico WH brings WiFi + BLE (coming soon) wireless networking to the Pico platform while retaining complete pin compatibility with its older sibling.

    Raspberry Pi Pico WH is just like the classic Pico but adds pre-soldered headers, a new 3-pin debug connector, and an on-board single-band 2.4GHz wireless interfaces (802.11n) using the Infineon CYW4343 while retaining the Pico form factor. The on-board 2.4GHz wireless interface has the following features:

    • Wireless (802.11n), Single-band (2.4 GHz) WiFi with WPA3 and Soft Access Point supporting up to 4 clients
    • Bluetooth Low Energy - note this isn't supported in software yet, its just a hardware capability.
    • The wireless interface is connected via SPI to the RP2040 microcontroller and has a micropython driver for wireless capability

    Due to pin limitations (the Pico brings out all the GPIO) some of the wireless interface pins are shared with the exposed pads:

    • The SPI CLK is shared with VSYS monitor, so only when there isn't an SPI transaction in progress can VSYS be read via the ADC.
    • The Infineon CYW43439 SPI DIN/DOUT and IRQ all share one pin on the RP2040. Only when an SPI transaction isn't in progress is it suitable to check for IRQs.
    • The interface typically runs at 33MHz.

    For best wireless performance, the antenna should be in free space. For instance, putting metal under or close by the antenna can reduce its performance both in terms of gain and bandwidth. Adding grounded metal to the sides of the antenna can improve the antenna's bandwidth.

    The Pico WH comes with soldered headers for use in a breadboard or perfboard or can be soldered directly onto a PCB. There's 20 pads on each side, with groups of general purpose input-and-output (GPIO) pins interleaved with plenty of ground pins. All of the GPIO pins are 3.3V logic, and are not 5V-safe so stick to 3V! You get a total of 25 GPIO pins, 3 of those can be analog inputs (the chip has 4 ADC but one is not broken out). There are no true analog output (DAC) pins.

    On the slim green board is minimal circuitry to get you going: A 5V to 3.3V power supply converter, green LED connected through on the wireless module, boot select button, RP2040 chip with dual-core Cortex M0, Wireless chipset with antenna, 2 MegaBytes of QSPI flash storage, and crystal.

    Inside the RP2040 is a 'permanent ROM' USB UF2 bootloader. What that means is when you want to program new firmware, you can hold down the BOOTSEL button while plugging it into USB (or pulling down the RUN/Reset pin to ground) and it will appear as a USB disk drive you can drag the firmware onto. Folks who have been using Adafruit products will find this very familiar - we use the technique all our native-USB boards. Just note you don't double-click reset, instead hold down BOOTSEL during boot to enter the bootloader!

    The RP2040 is a powerful chip, which has the clock speed of our M4 (SAMD51), and two cores that are equivalent to our M0 (SAMD21). Since it is an M0 chip, it does not have a floating point unit, or DSP hardware support - so if you're doing something with heavy floating point math, it will be done in software and thus not as fast as an M4. For many other computational tasks, you'll get close-to-M4 speeds!

    For peripherals, there are two I2C controllers, two SPI controllers, and two UARTs that are multiplexed across the GPIO - check the pinout for what pins can be set to which. There are 16 PWM channels, each pin has a channel it can be set to (ditto on the pinout).

    You'll note there's no I2S peripheral, or SDIO, or camera, what's up with that? Well instead of having specific hardware support for serial-data-like peripherals like these, the RP2040 comes with the PIO state machine system which is a unique and powerful way to create custom hardware logic and data processing blocks that run on their own without taking up a CPU. For example, NeoPixels - often we bitbang the timing-specific protocol for these LEDs. For the RP2040, we instead use a PIO object that reads in the data buffer and clocks out the right bitstream with perfect accuracy. Same with I2S audio in or out, LED matrix displays, 8-bit or SPI based TFTs, even VGA! In MicroPython and CircuitPython you can create PIO control commands to script the peripheral and load it in at runtime. There are 2 PIO peripherals with 4 state machines each.

    There is great C/C++ support, an official MicroPython port, and a CircuitPython port! We of course recommend CircuitPython because we think it's the easiest way to get started and it has support with most of our drivers, displays, sensors, and more, supported out of the box so you can follow along with our CircuitPython projects and tutorials.

    At the time of launch, only MicroPython has WiFi support.

    For Arduino usage we recommend the Philhower Arduino core, which does not use mbed, has lots of peripherals supported, and many makers/companies have submitted board definitions.

    While the RP2040 has lots of onboard RAM (264KB), it does not have built-in FLASH memory. Instead, that is provided by the external QSPI flash chip. On this board, there is 2MB, which is shared between the program it's running and any file storage used by MicroPython or CircuitPython. When using C/C++ you get the whole flash memory, if using Python you will have about 1 MB remaining for code, files, images, fonts, etc.

문서

  • Click here to get started with your Pico!
  • Resources and more!

    Raspberry Pi Pico and RP2040 FAQ

    • Should I buy a Raspberry Pi Pico or a Raspberry Pi Zero?
      These are two very different devices, a microcontroller and a microcomputer, intended for different purposes. Pico is a great device for dedicating to a very specific task, whereas Zero is a multipurpose device. Raspberry Pi Zero has HDMI out, a camera interface, etc; Raspberry Pi Pico does not. However, Pico has an on-board ADC as well as other peripherals not present on Raspberry Pi Zero, and consumes considerably less power; it is therefore much more suited to embedded applications than Raspberry Pi Zero.
    • What OS does it run?
      Like other microcontrollers, it doesn't run an OS by default, but we supply a SDK which provides a rich library of functions for using the hardware/features of the chip, along with higher-level functionality often found in an OS. You can use this to write "bare metal" C/C++ applications easily, or you can use MicroPython, which is even simpler for beginners.
    • Can I buy the RP2040 chip?
      Yes it is available here
    • Is it open-source?
      The Raspberry Pi Pico board design files are open-source, along with all the provided software, examples, and documentation. The internal design of the RP2040 microcontroller itself is not open-source.
    • Does it support Arduino/Blockly/other programming environments?
      Yes!  For Arduino usage we recommend the Philhower Arduino core, which does not use mbed, has lots of peripherals supported, and many makers/companies have submitted board definitions.
    • Is RP2040 5V tolerant?
      No. RP2040 microcontrollers use 3.3V for GPIO.
    • I've accidentally connected +5V to my Raspberry Pi Pico or other RP2040-based microcontroller. Is the pin dead?
      It depends; often RP2040 will survive, but it is not recommended, and can reduce the life of the microcontroller.
    • What is the maximum flash size for the RP2040 chip?
      16 MiB of flash (2^24 bytes).
    • Can I overclock it?
      The maximum clk_sys clock speed is 133MHz at normal core voltage (1.1V ±10%), but it can be overclocked. However, this requires more power and a higher core voltage, and may affect the life expectancy of your device. No warranties are given when running outside of the limits specified in the datasheet.
    • What low-power modes are there?
      There is no specific low-power mode, but you can do various things to reduce power consumption: slow the system clock, power down some of the memories, gate the clock to peripherals, reduce the core supply voltage, etc.
      There are two specific modes for turning off parts of the device when not being used:
      SLEEP mode is when processors are in wfi/wfe and DMA is inactive, so you can shut off most system clocks, including things like bus fabric.
      DORMANT mode is when you shut down all oscillators, and so is lower power still, but then you have fewer options for waking.
    • I'm using VSCode. How do I set a breakpoint on the second core?
      At the moment you need to use the command window in VSCode to set a gdb breakpoint.
    • GCC 10.2 is available. Why aren't you using it by default?
      Our development work has been using the more common versions of GCC as supplied with various distributions. We have checked builds using major gcc versions from 6.3.1 to 10.2, so all of those should work.
    • What is the maximum source impedance required for the ADC inputs to achieve the 9-bit resolution?
      We are currently working on characterising this, and will update the datasheet.

연관제품

상품결제정보

결제는 신용카드, 실시간 계좌이체, 무통장 입금 등을 선택하여 진행하실 수 있습니다. 세금계산서 발행을 요청하실 경우에는 결제방법을 무통장 입금으로 선택하시고 사업자등록증 사본을 cs@vctec.co.kr으로 보내주셔야 합니다.

배송정보

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,500원
  • 배송 기간 : 1일 ~ 10일
  • 배송 안내 : - 산간벽지나 도서지방은 별도의 추가금액을 지불하실 수 있습니다.
    - 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.
    - 구매 총액이 10만원 미만의 주문 경우는 택배발송시에는 배송비 3,500원이 추가됩니다.
    - 구매 총액 10만원 미만 주문의 퀵발송 및 급행처리 요청시 핸들링 비용 3,500원이 추가 됩니다.
    - 매장이 아니므로 방문구매 및 수령이 불가능 합니다.
    - 영업일 기준 2일 이내 미출고 물품은 해외 수입 제품입니다.
    - 높은 전압과 전류를 사용하는 제품은 사용 전 안전에 유의 바랍니다.
    - 제품을 교육수준으로 설명하거나 사용자 프로젝트에 대한 컨설팅이나 기술지원을 하지 않사오니 참고부탁 드립니다.

교환 및 반품정보

교환 및 반품안내
- 상품을 공급 받으신 날로부터 7일이내에 교환 및 반품이 가능하며,
- 미개봉/미설치 제품인 경우이거나 불량제품인 경우에 한해 가능합니다.

- 교환/반품시 승인 없이 제품을 먼저 발송시 왕복 택배비가 발생합니다.
- 상품가치가 훼손되어 재판매가 불가능 할 경우는 교환/반품이  불가능합니다.
- 소프트웨어는 개봉시 교환/반품이 불가능합니다.

- 주문수입제품의 경우는 환불/교환이 불가능합니다.

- 수입제품의 경우는 수리가 불가능합니다.
- 배송지연안내를 받으신 경우는 주문 수입되는 경우이며, 주문 수입 제품의 경우 환불/교환이 불가능합니다.

- 고객변심에 의한 교환 및 반품 시 왕복 배송비는 고객님께서 부담하셔야 합니다.
- 제품구성품 및 스펙은 제조사 사정에 의해 예고없이 변경 될수도 있습니다.

서비스문의

기술문의는 상품Q&A 및 상단의 "제품문의" 게시판으로만 답변을 드리고 있사오니, 게시판에 문의 요청 드립니다.
견적서 출력 및 주문서작성 시에는 브라우저의 팝업창 해제를 취소하셔야 해당 창이 나타납니다.

제품리뷰

제품 리뷰를 적어주세요.

게시물이 없습니다

상품문의하기 모두 보기

상품 Q&A

상품에 대해 궁금한 점을 해결해 드립니다.

게시물이 없습니다

상품문의하기 모두 보기

 

이전 제품  
다음 제품