Skip to content

Commit 0e4541c

Browse files
committed
Doc
1 parent 1e5f519 commit 0e4541c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/07_ESP32/04_ESP32_WEB_ACTIVE_PORTAL_QN8066/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ESP32 WEB ACTIVE PORTAL AND QN8066 FM TRANSMITTER
22

3-
This application is very similar to the '[07_WEB_WIFI_ESP32_QN8066](https://github.com/pu2clr/QN8066/tree/main/examples/07_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.
3+
This application is very similar to the '[02_WEB_WIFI_ESP32_QN8066](../02_ESP32_WEB_WIFI_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.
44

55
To use this application, all you need to do is power on the ESP32, connect to the Wi-Fi network with the SSID ESP32_QN8066 (password esp32qn8066) via your computer or mobile device, and start controlling the transmitter through the web page.
66

77

8-
To configure the ESP32 settings with the FM transmitter, please refer to the documentation in the folder [07_WEB_WIFI_ESP32_QN8066](https://github.com/pu2clr/QN8066/tree/main/examples/07_WEB_WIFI_ESP32_QN8066). Once the connections are set up and the sketch ESP32_ACTIVE_PORTAL_QN8066.ino is uploaded, you can access the ESP32 by following these steps:
8+
To configure the ESP32 settings with the FM transmitter, please refer to the documentation in the folder [02_WEB_WIFI_ESP32_QN8066](../02_ESP32_WEB_WIFI_QN8066/). Once the connections are set up and the sketch ESP32_ACTIVE_PORTAL_QN8066.ino is uploaded, you can access the ESP32 by following these steps:
99

1010
1. Connect your device to the Wi-Fi provided by the ESP32 (SSID: ESP32_QN8066, password: esp32qn8066);
1111
2. Use a web browser and go to the address 10.0.0.1.

examples/compile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ arduino-cli compile --fqbn esp32:esp32:esp32c3 ./07_ESP32/04_ESP32_WEB_ACTIVE_PO
7777
# compiles STM32 sketch
7878
echo "STM32"
7979
# arduino-cli board -b stm32duino:STM32F1:genericSTM32F103C details
80-
arduino-cli compile --fqbn stm32duino:STM32F1:genericSTM32F103C ./08_STM32/STM32_ENCODER_LCD --output-dir ~/Downloads/hex/STM32/F1/STM32_ENCODER_LCD
80+
arduino-cli compile --fqbn STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 ./08_STM32/STM32_ENCODER_LCD --output-dir ~/Downloads/hex/STM32/F1/STM32_ENCODER_LCD
8181
8282
8383
echo "ATTINY85"

0 commit comments

Comments
 (0)