訂購產品一般會在 4個工作日內送抵臺灣 (視地點而定)。
訂購金額達 新臺幣1400元或以上即可免費運送至臺灣。 訂單金額低於 新臺幣1400元則需收取運費 600元。
UPS 運費預付: DDP (關稅由 DigiKey 支付,稅賦在送達時收取)僅接受以信用卡和 PayPal 付款。
FedEx 或 DHL 運費預付: CPT (相關稅賦與關稅在送達時收取) 僅接受以信用卡和 PayPal 付款。
![]()
![]()
![]()
![]()


來自完整授權夥伴的更多產品
平均到貨時間為 1 至 3 天,可能需支付額外運費。 請參見產品頁面、購物車與結帳畫面瞭解實際的運送時程。
國貿條規:CPT (關稅和適用的 VAT/稅賦會在送達時收取)
如需更多資訊,請造訪說明與支援
In this tutorial, we'll create a very simple button-controlled blinking LED program using Embassy's async functions and task spawning, demonstrating how async/await syntax allows you to write concurrent code that appears sequential while the executor efficiently switches between tasks.
In this tutorial, we’ll explore how to use the Raspberry Pi Debug Probe to perform step-through debugging in Rust.
In this tutorial, we'll explore how to configure and handle timer interrupts on the Raspberry Pi Pico 2, creating a blinking LED program where the processor spends most of its time sleeping while hardware interrupts handle all the timing.
In this tutorial, we'll explore how to apply TDD principles to embedded Rust by writing unit tests for our TMP102 driver library.
In this tutorial, we'll learn how to create a reusable library (crate) in Rust by extracting our TMP102 sensor code into a separate package that can be shared across multiple projects.
In this tutorial, we'll explore how to communicate with external digital devices using Inter-Integrated Circuit (I2C), one of the most popular communication protocols in embedded systems.
In this tutorial, we'll expand our blinking LED project to add USB serial communication, enabling us to send debug messages from our Raspberry Pi Pico 2 to a computer.
This guide walks you through the process of blinking an LED with embedded Rust on a Raspberry Pi Pico 2 (RP2350).
In this tutorial, we look at the history of Rust, its advantages and disadvantages, and show how to create a basic "Hello, World!" application.
Use a Pico W or Pico 2W to bridge a wireless keyboard to a USB host.