ESP8266 & DS18B20
-
jx2b.graham
- Posts: 11
- Joined: Fri Feb 26, 2016 6:43 am
I assume my Raspberry Pi and ESP8266 should not be trying to use the same location correct? I created a new location and have assigned it and the password that goes with it and am using the same server for everything.
-
jx2b.graham
- Posts: 11
- Joined: Fri Feb 26, 2016 6:43 am
It continues to do this...
You do not have the required permissions to view the files attached to this post.
-
jx2b.graham
- Posts: 11
- Joined: Fri Feb 26, 2016 6:43 am
Here are some other screen captures that might help. They are in order as well.
You do not have the required permissions to view the files attached to this post.
-
jx2b.graham
- Posts: 11
- Joined: Fri Feb 26, 2016 6:43 am
In the picture below, after enter config mode I unplug the wires for the button just to be sure it would not effect the board. I then rebooted my router and allowed it to boot up so I could watch it connect. At the end it just displays the same info over and over again. I might try my own server some time this weekend if I have time.
You do not have the required permissions to view the files attached to this post.
-
jangolen
- Posts: 16
- Joined: Thu Apr 14, 2016 6:10 pm
Sometimes I have a similar issue on same Esp after reprogramming.
In router I see a IP lease for Esp and than rebooting of Esp.
Mange this by 2-3 times programming flash with different software.
In case of rebooting GPIO5 was in LOW ( output?) mode because pullup resistor not help.
Sometimes programming blank.bin (1000h zero bytes) to 3c000h in flash also help.
It erase config sector.
In router I see a IP lease for Esp and than rebooting of Esp.
Mange this by 2-3 times programming flash with different software.
In case of rebooting GPIO5 was in LOW ( output?) mode because pullup resistor not help.
Sometimes programming blank.bin (1000h zero bytes) to 3c000h in flash also help.
It erase config sector.
-
astonix
- Posts: 22
- Joined: Wed Aug 03, 2016 5:45 am
Hello jangolen,jangolen wrote:Sometimes I have a similar issue on same Esp after reprogramming.
In router I see a IP lease for Esp and than rebooting of Esp.
Mange this by 2-3 times programming flash with different software.
In case of rebooting GPIO5 was in LOW ( output?) mode because pullup resistor not help.
Sometimes programming blank.bin (1000h zero bytes) to 3c000h in flash also help.
It erase config sector.
What did you mean "programming blank.bin" ?
Are you create new file with blank code then compile it ?
I also have the same issue regarding Wifi config.
