QN8066

Nano 33 IoT as Access Point, WEB Service and QN8066 Controller

This application demonstrates how to use the Arduino Nano 33 IoT as an Access Point to control a QN8066 FM transmitter through a web interface. The Nano 33 IoT creates its own Wi-Fi network, allowing direct connection from any device with Wi-Fi capability for remote FM transmitter configuration.

Features

Requirements

Hardware

Software

Hardware Connections

QN8066 Pin Nano 33 IoT Pin Description
VCC 3.3V Power supply
GND GND Ground
SDA (pin 2) A4 I2C Data
SCL (pin 1) A5 I2C Clock

How to Use

Setup Instructions

  1. Hardware Connection: Wire the Nano 33 IoT and QN8066 according to the table above
  2. Upload Code: Flash the appropriate sketch to your Nano 33 IoT
  3. Power On: Connect USB power to the Nano 33 IoT
  4. Connect to Access Point: On your device, connect to:
    • SSID: QN8066
    • Password: qn8066123456
  5. Access Web Interface: Open browser and navigate to 10.0.0.1
  6. Configure: Use the web interface to control the FM transmitter

Access Point Information

Available Controls

Project Structure

NANO_IOT_WEB_SERVICE/
├── README.md                    # This file
└── NANO_CAPTIVE_PORTAL/
    └── NANO_CAPTIVE_PORTAL.ino  # Main sketch file

Troubleshooting

Common Issues

  1. Cannot see QN8066 network
    • Check if Nano 33 IoT is powered on
    • Verify sketch uploaded successfully
    • Check serial monitor for startup messages
  2. Cannot connect to 10.0.0.1
    • Ensure connected to QN8066 network (not your home Wi-Fi)
    • Try refreshing the browser
    • Check if firewall is blocking connection
  3. No FM transmission
    • Verify QN8066 connections
    • Check if antenna is connected
    • Ensure frequency is set correctly
  4. Web interface not responding
    • Check serial monitor for error messages
    • Try resetting the Nano 33 IoT
    • Verify all required libraries are installed

LED Indicators

Example Usage

  1. Power on the Nano 33 IoT
  2. Wait for the Access Point to start (check serial monitor)
  3. Connect your phone/computer to “QN8066” network
  4. Open browser and go to 10.0.0.1
  5. Set frequency to 106.9 MHz
  6. Enter “TEST FM” as Program Service
  7. Tune your FM radio to 106.9 MHz to hear the transmission

Security Notes

References