[GH-ISSUE #103] Can't upload the sketch #70

Closed
opened 2026-02-27 23:22:52 +03:00 by kerem · 7 comments
Owner

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.

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.
kerem 2026-02-27 23:22:52 +03:00
Author
Owner

@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

<!-- gh-comment-id:285359463 --> @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
Author
Owner

@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.

<!-- gh-comment-id:285368202 --> @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.
Author
Owner

@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

<!-- gh-comment-id:285498892 --> @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
Author
Owner

@spacehuhn commented on GitHub (Mar 9, 2017):

But the errors can't occur if you pick the wrong board and the right port, right...? :D

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?

<!-- gh-comment-id:285508188 --> @spacehuhn commented on GitHub (Mar 9, 2017): > But the errors can't occur if you pick the wrong board and the right port, right...? :D 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?
Author
Owner

@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.

<!-- gh-comment-id:285509423 --> @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.
Author
Owner

@spacehuhn commented on GitHub (Mar 9, 2017):

That's necessary yes.

<!-- gh-comment-id:285519549 --> @spacehuhn commented on GitHub (Mar 9, 2017): That's necessary yes.
Author
Owner

@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.

<!-- gh-comment-id:285620280 --> @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](https://github.com/spacehuhn/esp8266_deauther/releases) **1** Upload using the ESP8266 flash tool of your choice. I recommend using the [nodemcu-flasher](https://github.com/nodemcu/nodemcu-flasher). Alternatively you can use the official [esptool](https://github.com/espressif/esptool) from espressif.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#70
No description provided.