制造商零件编号 SSD005/4-V2B
BLUETOOTH 5 LOW ENERGY USB DONGL
Smart Sensor Devices
License: General Public License Bluetooth / BLE Arduino Adafruit Feather Raspberry Pi MCU
We are going to show how you can set up the USB stack and communicate with BleuIO using the Adafruit Feather RP2040 board. Later in the next project, we will show how to read a temperature and humidity sensor and display the data with the help of the Bluetooth Low Energy (BLE) interface.
https://cdn-learn.adafruit.com/downloads/pdf/adafruit-feather-rp2040-with-usb-type-a-host.pdf
Requirements
Setting Up the Development Environment
Arduino IDE Download
This section covers getting your Arduino IDE set up to include your board.
Add Board Support Package
Choose Your Board
Now you’re ready to begin using Arduino with your RP2040 board! The main use case for this Feather is to act as a USB host.
Library InstallationInstall Adafruit_TinyUSB Library
To use your Feather as a USB host, you’ll need to install the Adafruit TinyUSB library. It can be installed using the Library Manager in the Arduino IDE.
Click the Manage Libraries > menu item, search for Adafruit TinyUSB, and select the Adafruit TinyUSB Library
Install Pico PIO USB Library
Additionally, you’ll need to install the Pico PIO USB library.
Click the Manage Libraries > menu item again, search for PIO USB, and select the Pico PIO USB library.
Board Upload Settings
Serial Host Bridge Example
Now you can control the BleuIO USB Dongle via the Adafruit Feather board.
With these steps completed, you’re now ready to start integrating BleuIO with your Adafruit Feather RP2040 board. This setup lays the foundation for exciting IoT projects, and we’ll explore more functionalities in future tutorials where we will show how to make the BleuIO USB Dongle advertise data from a temperature and humidity sensor.
Stay tuned for further guides on applying BleuIO and Adafruit Feather RP2040 for your projects!