mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #103] Can't upload the sketch #70
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#70
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 @dankocean on GitHub (Mar 9, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/103
Hey, so I'm having this issue with the sketch upload. First, how do I know what is my ESP8266 board? Second, when I'm trying to do the upload errors occur. The errors say that there are no such files or directories like # include data.h, Mac.h and Namelist.h.
@tpmodding commented on GitHub (Mar 9, 2017):
did you read this one?
https://github.com/spacehuhn/esp8266_deauther/blob/master/README.md
dont you know what you bought? did you try to search on google?
https://blog.squix.org/2015/03/esp8266-module-comparison-esp-01-esp-05.html
@spacehuhn commented on GitHub (Mar 9, 2017):
looks like some kind of directory error. Arduino don't find the files, I can't say why though, I'm not in your computer.
@dankocean commented on GitHub (Mar 9, 2017):
Yeah, I've read it. I have this one NodeMcu Lua http://www.ebay.com/itm/171907569391?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
I think I've followed your instructions carefully. But the errors can't occur if you pick the wrong board and the right port, right...? :D
@spacehuhn commented on GitHub (Mar 9, 2017):
I would not think so. It's really hard to say what the problem is here, probably something with Arduino or your copy of this project. Maybe you go with the easier method by using the nodemcu flasher and uploading the bin file?
@dankocean commented on GitHub (Mar 9, 2017):
Now that I remember, there was this one part of the project that got me confused. When I pasted ESP8266WiFi.cpp and ESP8266WiFi.h from the SDK_fix to src, the files were already found in there, so I overwrote them.
@spacehuhn commented on GitHub (Mar 9, 2017):
That's necessary yes.
@spacehuhn commented on GitHub (Mar 10, 2017):
https://github.com/spacehuhn/esp8266_deauther#uploading-the-bin-files
Uploading the bin files
Note: the 512kb version won't have the full MAC vendor list.
0 Download the current release from here
1 Upload using the ESP8266 flash tool of your choice. I recommend using the nodemcu-flasher. Alternatively you can use the official esptool from espressif.