mongoose/tutorials/pico-sdk/pico-rndis-dashboard
Sergio R. Caprile 065027843e Change driver API: up(ifp) -> poll(ifp, 1second)
Add misc extras required by Wi-Fi drivers (in progress)
2025-03-07 14:14:16 -03:00
..
netif move vendors -> tutorials 2025-02-28 10:01:51 -03:00
CMakeLists.txt move vendors -> tutorials 2025-02-28 10:01:51 -03:00
main.c Change driver API: up(ifp) -> poll(ifp, 1second) 2025-03-07 14:14:16 -03:00
Makefile move vendors -> tutorials 2025-02-28 10:01:51 -03:00
mongoose_config.h move vendors -> tutorials 2025-02-28 10:01:51 -03:00
mongoose.c move vendors -> tutorials 2025-02-28 10:01:51 -03:00
mongoose.h move vendors -> tutorials 2025-02-28 10:01:51 -03:00
msc_disk.c move vendors -> tutorials 2025-02-28 10:01:51 -03:00
net.c move vendors -> tutorials 2025-02-28 10:01:51 -03:00
net.h move vendors -> tutorials 2025-02-28 10:01:51 -03:00
packed_fs.c move vendors -> tutorials 2025-02-28 10:01:51 -03:00
README.md move vendors -> tutorials 2025-02-28 10:01:51 -03:00
tusb_config.h move vendors -> tutorials 2025-02-28 10:01:51 -03:00
usb_descriptors.c move vendors -> tutorials 2025-02-28 10:01:51 -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.