mongoose/examples/pico-sdk/pico-rndis-dashboard
2024-11-08 14:34:33 -03:00
..
netif Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
CMakeLists.txt Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
main.c Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
Makefile Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
mongoose_config.h Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
mongoose.c Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
mongoose.h Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
msc_disk.c Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
net.c Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
net.h Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
packed_fs.c Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
README.md Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
tusb_config.h Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
usb_descriptors.c Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00

Device Dashboard via RNDIS on an RP2040

Your headless Raspberry Pi Pico-based hardware can also have a device dashboard on a web browser when you connect it to your computer via USB

Note for Mac users: For this example to run on Mac, please set DUAL_CONFIG=1 in CMakeLists.txt before building; this enables CDC-ECM. Please notice that Windows may not recognize the mass-storage device in that case.