Post topics, source code that relate to the Arduino Platform

User avatar
By wanting2learn
#90751 I have an Elegoo Arduino Uno R3 board and a MakerHawk ESP8266 WiFi chip https://www.amazon.co.uk/gp/product/B07 ... UTF8&psc=1

My Arduino IDE is version 1.8.12

I have connected up the chip to my arduino as follows:
arduino_esp8266.png


I have correctly installed the Boards Manager as outlined here: https://github.com/esp8266/Arduino and also the correct tools etc from git as outlined here: https://arduino-esp8266.readthedocs.io/ ... it-version


I want to set up my esp8266 as an access point so I opened the following sketch:
File-->Examples-->ESP8266WiFi>WiFiAccessPoint and selected Upload from my Arduino IDE.
It appears to build and upload correctly:

Sketch uses 289120 bytes (30%) of program storage space. Maximum is 958448 bytes.
Global variables use 27328 bytes (33%) of dynamic memory, leaving 54592 bytes for local variables. Maximum is 81920 bytes.
C:\Users\jimmy\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3 C:\Users\jimmy\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.4/tools/upload.py --chip esp8266 --port COM4 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 C:\Users\jimmy\AppData\Local\Temp\arduino_build_411273/MyWiFiAccessPoint.ino.bin

esptool.py v2.8
Serial port COM4
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 48:3f:da:9e:b5:00
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 2MB
Flash params set to 0x0330
Compressed 293280 bytes to 214470...

Writing at 0x00000000... (7 %)
Writing at 0x00004000... (14 %)
Writing at 0x00008000... (21 %)
Writing at 0x0000c000... (28 %)
Writing at 0x00010000... (35 %)
Writing at 0x00014000... (42 %)
Writing at 0x00018000... (50 %)
Writing at 0x0001c000... (57 %)
Writing at 0x00020000... (64 %)
Writing at 0x00024000... (71 %)
Writing at 0x00028000... (78 %)
Writing at 0x0002c000... (85 %)
Writing at 0x00030000... (92 %)
Writing at 0x00034000... (100 %)
Wrote 293280 bytes (214470 compressed) at 0x00000000 in 18.6 seconds (effective 126.4 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...


But now when I go to my laptop and view all the availabe WiFi Access Points I do not see the esp8266 access point that I expect to be now up and running.

Is there anything I am doing wrong?
You do not have the required permissions to view the files attached to this post.