# Multi-function USB Dongle based on ESP32-S3

DevFeed: [Multi-function USB Dongle based on ESP32-S3](<https://devfeed.tech/articles/multi-function-usb-dongle-based-on-esp32-s3-13927.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/multi-function-usb-dongle-based-on-esp32-s3/>)

Author: John Lee

Published: 2024-10-24T00:00:00Z

Content type: article

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [USB](<https://devfeed.tech/topics/usb.md>), [Data Management](<https://devfeed.tech/topics/data-management.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [dongle](<https://devfeed.tech/tags/dongle.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [http-server](<https://devfeed.tech/tags/http-server.md>), [usb](<https://devfeed.tech/tags/usb.md>)

## AI overview

The article presents a multi-function USB dongle based on the Espressif ESP32-S3 module. It addresses cumbersome workflows for transferring camera photos, printing files, and sharing videos, and describes a device combining a USB MSC wireless disk with a USB wireless network card and dual-function switching.

## Source excerpt

In modern digital life, we often encounter scenarios where data transfer is not flexible or efficient enough, especially when exporting camera photos, printing files, and sharing videos. In this article, we will have a closer look at the mentioned scenarios and propose a solution - Multi-function USB Dongle based on ESP32-S3.