Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble getting it running. #11

Open
LotDev opened this issue Aug 22, 2017 · 6 comments
Open

Trouble getting it running. #11

LotDev opened this issue Aug 22, 2017 · 6 comments

Comments

@LotDev
Copy link

LotDev commented Aug 22, 2017

I'm a noobie at esp8266 and i don't know how to flash this onto my nodemcu esp8622?

@Spritetm
Copy link
Owner

...hokay, what have you tried already?

@LotDev
Copy link
Author

LotDev commented Aug 23, 2017

I’m just confused in general of how to flash the file science I don’t see any .bins

@Spritetm
Copy link
Owner

Ah, there we go. There aren't any bins in this package because that wouldn't make any sense: this is an embeddable webserver meant as a component you include in your own (C, esp8266-sdk-based) project so it serves files and exports functionality relevant to that project. In that sense, this is only a demonstration application, illustrating how to do that. A .bin doesn't make much sense there, because it would just give you the default sample application without any chance to change anything.

If you want to do something with this, I'm afraid you need to know how to program in C for the ESP8266. That should also give you the knowledge to compile this thing.

@LotDev
Copy link
Author

LotDev commented Aug 24, 2017

Thanks for the understanding, but I do know how to read and write in C, heck I even made my own android game, I was just really confused on how to install it

@Spritetm
Copy link
Owner

Okay, again: where do you get stuck then? I got that you're having trouble getting it to work, but only mentioning that is about as effective as telling a help desk that you cannot send email: the problem may be anything from a power cord not plugged in to a misconfigured server.

@Cicero-MF
Copy link

Heh, in the readme it tells you how to compile and build the project to create the bins.

Once built, flash those bins onto the ESP using esptool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants