tinygo.org/x/drivers@v0.27.1-0.20240509133757-7dbca2a54349/rtl8720dn/README.md (about) 1 # RTL8720DN Driver 2 3 This package provides a driver to use a separate connected WiFi processor `RTL8720DN` for TCP/UDP communication. 4 5 ## Using th RTL8720DN Driver 6 7 For now, it is only available for the `RTL8720DN` on `Wio Terminal`. 8 You can try the following command. 9 10 ``` 11 $ tinygo flash --target wioterminal --size short ./examples/net/webclient/ 12 $ tinygo flash --target wioterminal --size short ./examples/net/tlsclient/ 13 ``` 14 15 ## RTL8720DN Firmware 16 17 Follow the steps below to update. 18 The firmware must be version 2.1.2 or later. 19 20 https://wiki.seeedstudio.com/Wio-Terminal-Network-Overview/