Esp8266_deauther: No Access Point is created on startup

Created on 1 May 2018  路  14Comments  路  Source: SpacehuhnTech/esp8266_deauther

I have two versions of the board. The larger one, and the small compact one. I believe both are the 4mb modules. I have flashed the board with arduino, and upon plugging it into a power bank, it blinks both LEDs twice, once normally and then again very faintly.
Afterwards there is no result. No wifi network is being broadcasted.
I've tried multiple settings in arduino. nothing works
Please help lmao

the wifi chip also heats up after a while of being plugged in

help wanted

Most helpful comment

Yes, I typed status and tested chicken and indeed got serial output from the chip.
It just doesn鈥檛 do da wifi :(

It鈥檚 a very nice chicken by the way.

All 14 comments

heat is a sign it's alive lmao

have you tried plugging it to a PC/Mac and open the serial monitor to see the log?

Yes, I typed status and tested chicken and indeed got serial output from the chip.
It just doesn鈥檛 do da wifi :(

It鈥檚 a very nice chicken by the way.

I got the same problem...
Here's the log from com6:

Mounting SPIFFS...OK
Switched to Channel 1
Settings loaded from /settings.json
Settings saved in /settings.json
Device names loaded from /names.json
SSIDs loaded from /ssids.json
Scan results saved in /scan.json
Serial interface enabled
Started AP
[WiFi] Path: '/web', Mode: 'AP', SSID: 'pwned', password: 'deauther', channel: '1', hidden: false, captive-portal: true
STARTED! \o/
v2.0.5
Executing /autostart.txt
Done executing script

I do have reset the sketch, the log:

STARTING...
EEPROM initialized
EEPROM cleaned
SPIFFS initialized

My board is wemos D1 with 4MB flash.

Do other sketches work with the WiFi AP? Arduino has examples for that.

it works well with v1.6 firmware.

works with 1.6 && won't work with 2.0.x could it be pin assignment problems?

Adafruit_NeoPixel I'm looking at you :eyes:

Sorry I haven鈥檛 been able to get back to you. My cat seems to have nabbed one of my boards, I have yet to find it. The one she did take is the one I was having issues with unfortunately. The small one you recommended works but once I log in it crashes :(

same problem here, i've wiped the firmware, reset the arduino code, and reflashed the board several times and the serial monitor shows that everything is working but still no "pwned" AP

Can someone here please share the serial output for the sysinfo command?

Open the serial monitor and do set mac random then save and restart the device. Someone contacted me per email with a similar issue and it fixed it for him. I suspect some suspicious ESP8266 modules or something with the old SDK.

[======== SYSTEM INFO ========]
RAM usage: 56464 bytes used [69%], 25456 bytes free [31%], 81920 bytes in total

Current WiFi channel: 1
AP MAC address: 00:00:00:00:12:0d
Station MAC address: 00:00:00:00:4c:eb
SPIFFS: 2761 bytes used [0%], 2946489 bytes free [99%], 2949250 bytes in total
block size 8192 bytes, page size 256 bytes
Files:
/names.json 2 bytes
/ssids.json 27 bytes
/autostart.txt 0 bytes
/settings.json 514 bytes
/scan.json 24 bytes
[WiFi] Path: '/web', Mode: 'AP', SSID: 'pwned', password: 'deauther', channel: '1', hidden: false, captive-portal: true
===============================
another thing that works is erase_flash in esptool and uploading the .ino and the .bin with dio mode,
and also make sure that your usb cable works

closing this as fixed

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dave0111 picture dave0111  路  3Comments

lamkeysing92 picture lamkeysing92  路  3Comments

ryuk171 picture ryuk171  路  4Comments

ghost picture ghost  路  4Comments

m00n21 picture m00n21  路  4Comments