ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By gadget-dad
#19789 Can anyone help me put together a program that has the browser configuration of the esphttpd and also the GET request to thingspeak of DHT22 data?

I have been trying for 2 weeks.....and I am throwing in the towel. I will buy my savior a beer....or six-pack (paypal).

HELP....please
User avatar
By gadget-dad
#19879 I am actually not sure how far I got. :)

I had problems getting it to compile for last two weeks- then yesterday I figured out that I needed to edit the makefile (something that I had avoided because it was "magic" to me) and the project actually compiled. However, when my esp-01 is flashed I can't pull up the webpages (I can connect to it, but get "not found"). If I add in my ssid and password before compiling- then the program pushes data. That data isn't exactly right though (but close- I get a variable but I chose the wrong one).

I have attached what I have. I think that I pulled the dht22 stuff from the Relay example because I couldn't get the dht22 files from dht22-thingspeak to work.

I am using eclipse to compile and flash.
You do not have the required permissions to view the files attached to this post.
User avatar
By Sprite_tm
#19892
gadget-dad wrote:...However, when my esp-01 is flashed I can't pull up the webpages (I can connect to it, but get "not found").


Did you do a 'make htmlflash'? Uploading the web filesystem is a separate step, and without it you indeed won't get any webpages :)