QN8066

ESP32 WEB ACTIVE PORTAL AND QN8066 FM TRANSMITTER

This application is very similar to the ‘02_WEB_WIFI_ESP32_QN8066’ application, with one subtle difference: the ESP32 itself will provide its own internet network (Access Point), allowing you to configure the FM Transmitter by connecting your device (phone or computer) directly to the ESP32. This eliminates the need for another Wi-Fi network configured in your home or any similar setup.

Requirements

Hardware

Software

How to Use

To use this application, follow these steps:

  1. Hardware Setup: Wire the ESP32 and QN8066 according to the connection diagram in the 02_WEB_WIFI_ESP32_QN8066 folder
  2. Upload Code: Flash the ESP32_ACTIVE_PORTAL_QN8066.ino sketch to your ESP32
  3. Power On: Connect power to the ESP32
  4. Connect to Access Point: On your computer or mobile device, connect to the Wi-Fi network:
    • SSID: ESP32_QN8066
    • Password: esp32qn8066
  5. Access Web Interface: Open a web browser and navigate to 10.0.0.1
  6. Configure Transmitter: Use the web interface to set frequency, power, and RDS parameters

Access Point Credentials

Important Notes

Troubleshooting

ESP32 Access Point connection

The following image illustrates the connection of a computer to the ESP32 via the Access Point provided by the ESP32.

ESP32 Access Point connection 01

The following image illustrates the connection to the ESP32 from an iPhone.

ESP32 Access Point connection 02

The following image shows a web page provided by the ESP32.

ESP32 Access Point connection 03

QN8066 and ESP32C3 Dev Module setup

The following images illustrate a homemade assembly of the QN8066 soldered onto an adapter board. An active 32.768 MHz crystal was used in this setup. An ESP32C3 Dev Module development board was used, but other boards such as the ESP32 Dev Module can also be used.

QN8066 and ESP32C3 Dev Module setup 01

QN8066 and ESP32C3 Dev Module setup 02