Now i need to connect, but askes for a pwd

Already googled 30min but cant find anyting , hope anybody can help me here

Moderators: grovkillen, Stuntteam, TD-er
just flashed this, and reflashed the espeasy sketch.Backbone wrote:copy from user rmtucker,
To erase eeprom and start over again clean.
https://www.dropbox.com/s/hpw14exd42v3g ... r.ino?dl=0
press 'e' to erase
press 's' to show contents
Paco
Yes I tried it with the pull up (10k) resistor , and without .CoolWombat wrote:Did you put in the pull up resistor on the data pin? I'm not too familiar with the ESP-1, but I am going to assume that it should work the same like the ESP-12E I'm using. Did you also select the right GPIO? From what I can see from the web, you have either GPIO0 or GPIO2.
That's exactly what I did , but the results are: NaNBackbone wrote:R39 is workig fine for DHT11 in all my sensors nodes.
You use DHT22 I assume you selected DHT22 from the drop down menu.
Paco
Just tested DHT-22 with R43 - it works finethe cosmic gate wrote:Is there anybody with the same issue ?
Or somebody who can help me ?
Damnn there must be something wrong.chrille wrote:Just tested DHT-22 with R43 - it works finethe cosmic gate wrote:Is there anybody with the same issue ?
Or somebody who can help me ?
- Jan
Yes 100%Backbone wrote:Does that DHT22 sensor still works on MYSENSOR?
Paco
Code: Select all
pinMode(Plugin_005_DHT_Pin, OUTPUT);
// DHT start condition, pull-down i/o pin for 18ms
digitalWrite(Plugin_005_DHT_Pin, LOW); // Pull low
delay(18);
digitalWrite(Plugin_005_DHT_Pin, HIGH); // Pull high
delayMicroseconds(20); // was 40. With 40, sensor returns NaN most of the time...
pinMode(Plugin_005_DHT_Pin, INPUT); // change pin to input
delayMicroseconds(10);
Users browsing this forum: No registered users and 26 guests