rtl8720dn

There are 17 repositories under rtl8720dn topic.

  • RTL8720dn-Deauther

    tesa-klebeband/RTL8720dn-Deauther

    My ESP32-Deauther ported to the RTL8720dn, allowing users to deauthenticate on 5GHz now!

    Language:C++10611614
  • tesa-klebeband/RTL8720dn-WiFi-Packet-Injection

    Send raw 802.11 WiFi frames using an RTL8720dn

    Language:C++43353
  • warwick320/5G-deauther-with-OLED-SSD1306

    RTL8720 BW16 5G 2.4G deauther

    Language:C++406
  • khoih-prog/NTPClient_Generic

    Library for NTPClient to connect to an NTP time-server. Get time from a NTP time-server and keep it in sync. For ESP8266/ESP32, nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, etc. besides AVR, using ESP WiFi, WiFiNINA, Ethernet W5x00, ENC28J60, LAN8742A, ESP8266/ESP32 AT-command WiFi.

    Language:C++303912
  • khoih-prog/SinricPro_Generic

    Simple way to control your IOT development boards like ESP8226, ESP32, Arduino SAMD21, Adafruit SAMD21, SAMD51, nRF52, STM32, Teensy, SAM DUE with Amazon Alexa or Google Home

    Language:C++29467
  • khoih-prog/WiFiManager_RTL8720

    Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards.

    Language:C++16326
  • khoih-prog/Timezone_Generic

    Library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments. For ESP8266, ESP32, WT32-ETH01 (ESP32 + LAN8720), SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, RTL8720DN, RP2040-based (Nano_RP2040_Connect, RASPBERRY_PI_PICO), Portenta_H7 (Ethernet or WiFi) boards, etc. using W5x00/ENC28J60/LAN8742A Ethernet, ESP or ESP-AT WiFi or WiFiNINA. Ethernet_Generic library is used as default for W5x00.

    Language:C++13377
  • khoih-prog/WiFiWebServer_RTL8720

    Simple WiFiWebServer, HTTP Client, MQTT and WebSocket Client library for Realtek RTL8720DN, RTL8722DM, RTM8722CSM boards using WiFi. Supporting WiFi at 2.4GHz and 5GHz

    Language:C++12675
  • khoih-prog/WiFiManager_Generic_Lite

    "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RASPBERRY_PI_PICO), AmebaD RTL8720DN, etc. boards, using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) modules/shields. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS/InternalFS, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32, FlashStorage_RTL8720 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library

    Language:C++11344
  • HuangYuTse/RTLduino-RTL8720DN-board-fritzing-part

    RTLduino-RTL8720DN-board-fritzing-part

  • Northstrix/Midbar

    Midbar is more than just a password vault! Midbar is designed to significantly increase the cost of unauthorized access to its user's personal data.

    Language:C++9111
  • MXV3A/BW16-OTA-Updates

    Library on Arduino to add over the air (OTA) Update Capabilities to bw16/rtl8720DN

    Language:C++8114
  • khoih-prog/RTL8720_RTC

    This library enables you to use RTC from RTL8720-based boards such as RTL8720DN, RTL8722DM, RTL8722CSM. This RTL8720-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.

    Language:C630
  • Arifmaulanaazis/Ereshkigal

    Ereshkigal is software for performing packet injection testing with the RTL8720DN module

    Language:Assembly41
  • khoih-prog/RTL8720_TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an RTL8720-based board. These RTL8720 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

    Language:C3201
  • HuangYuTse/RTL8720DN-A1-PICO-Type-C-board-fritzing-part

    RTL8720DN-A1-PICO-Type-C-board-fritzing-part

  • darvik80/iot-rtl872x

    RTL8720DN ASDK

    Language:C10