Forum Discussion
Altera_Forum
Honored Contributor
8 years agoWiFi dongle with DE2 board
Hi everyone, Does anyone have an experience with using a WiFi dongle connected to a DE2 board. In my project, I am trying to connect the DE2 to WiFi. Could you please help me.... Thank ...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Before deciding for one or the other solution, you should understand their different features and first of all, know what you exactly want to achieve. A "WiFi dongle" is an USB communication device designed to be used by a host computer with USB host capability. Parts of the network stack have to be implemented in software. Usual implementations are based on an OS, mostly Linux. WiFi part of RFS module is an ESP32 module, connected through UART. Many different configurations possible, no OS or embedded host processor required. --- Quote End --- Thank you for clarifying this! Indeed, I want to go with the ESP32 since my project is just to connect to Internet and transfer packets from the board to the PC. It is a challenging project, but I am reading now to see how to do it. Thanks again