mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #660] Wemos D1 Mini Pro binary support #228
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AABatteries on GitHub (Nov 22, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/660
Hi,
I'm having issues trying to upload the binary to Wemos D1 Mini Pro (example product link: Wemos D1 Mini Pro)
This particular board has 16MB of flash memory, and a very handy external antenna U.FL connector. I tried uploading with esptool, using auto settings, settings that worked for every NodeMCU board I tried, but it doesn't work for this board. I manually set the flash size to 16MB, flash freq to 40/80, offset to 0x0 and 0x00000, and while the binary uploads with no issues, unfortunately none of these worked, the board does not run the code.
I'm trying to upload the esp8266_deauther_1mb.bin binary, version 1.6 if that's relevant.
Any tips on how to flash this specific board? Thank you for your help and sorry for the unusual formatting!
@AABatteries commented on GitHub (Nov 22, 2017):
Ok, I managed to flash the board with esptool using --flash_size 4MB. This fixes the issue I think? Or maybe that additional flash could be used for something?
@ghost commented on GitHub (Nov 23, 2017):
With ESP8266 use Arduno software to flash it... And use default settings.. Just change your port ie. Com 1....100. Just select right port
@spacehuhn commented on GitHub (Mar 24, 2018):
Please try the new version. With the modified Arduino SDK there is support for the 16mb Wemos pro. That beeing said, it should work with the old version just like that, also when you flash it like a 4mb board. Also with the 1mb bin file! I did it quite often actually with the wemos d1 mini pro.
Upload issues are unrelated to this project, so I will close this now.