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

ESP8266 Firmware Global settings #2

Open
hassineaimen opened this issue Dec 23, 2017 · 5 comments
Open

ESP8266 Firmware Global settings #2

hassineaimen opened this issue Dec 23, 2017 · 5 comments

Comments

@hassineaimen
Copy link

hello, thank you for your work it's really interresant.
Please, You can explain the configuration of the wifi, or how to add the ESSID wireless, WPA / WEP password, server host name and server path to the servlet URI. is it on the inside of the program? or outside? and how ?
thank you very much dear developpe

@X-Ryl669
Copy link
Owner

If you run the software with a clear flash, it'll boot as an access point called "EINKWIFI"
Connect to that gateway with your browser, you'll see a HTML form where you can set your access point and credentials. Post the form, the ESP will reboot and connect as a client to your wifi's AP.

@hassineaimen
Copy link
Author

hassineaimen commented Dec 24, 2017 via email

@hassineaimen
Copy link
Author

Image

@X-Ryl669
Copy link
Owner

X-Ryl669 commented Dec 25, 2017

The server is wrong, it's the server that's running the PHP script generating the screen (you need to set the IP address of YOUR server, or better, hostname here)
The URL part seems wrong to me too. It should be /path/to/index.php?action=rendereink&id=yourscreen, the ESP will build this complete request URL: http://yourserver:port/path/to/index.php?action=rendereink&id=yourscreen

À propos, il est nécessaire d'avoir un serveur qui fait tourner du PHP pour que ce système fonctionne. Vous pouvez à tout moment vérifier que la partie PHP fonctionne en vous connectant sur http://yourserver:port/path/to/index.php?action=renderpng&id=yourscreen, cela doit générer l'image, en png, que l'écran doit afficher.

@hassineaimen
Copy link
Author

Merci pour votre réponse,
je bien ajouter php a un server avec adress ip , et je suivis votre réponse pour le path, mais mon esp ça connecte pas toujours sur mon wifi. voici le path utiliser

eink1
eink2

j'en sais pas le problème exact mais je bien remplis les cases.

dans le Makefile vous avez générer firmware-0x00000.bin et firmware-0x40000.bin

par contre moi ça me génère firmware-0x00000.bin et firmware-0x10000.bin , est ce que ça change quelque chose pour le connexion wifi?

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

2 participants