Skip to content

[SOLVED] Dallas DS18B20 Hangs ESP [Arduino 1.6.4 + ESP8266 installed via Boards Manager] #290

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

Closed
juanpintom opened this issue May 20, 2015 · 4 comments

Comments

@juanpintom
Copy link

I succesfully installed a Dallas DS18B20 on a ESP12 Using the 1.6.1 ESP-IDE (Obviously I added the OneWire and DallasTemperature libraries)

On the lastest Arduino 1.6.4 and installing the ESP via Boards I load the same sketch and the ESP hangs and reset everytime.

If I load the sketch with the previous IDE it loads and works OK.

Anyone has the same problem?

@Links2004
Copy link
Collaborator

may linked to the problem #283 and #282. the OneWire libary is not part of the "hardware" is a generic library.
you can try to use:
https://github.com/esp8266/Arduino/tree/esp8266/libraries/OneWire

@juanpintom
Copy link
Author

I'll test this night! but If I remember well I downloaded and copied the Onewire library from your link.

Regards!

@juanpintom
Copy link
Author

@Links2004 You're awesome! It's working, I copied the library from the github, but a 5 days ago version... xD Issue Solved just copy the library from
https://github.com/esp8266/Arduino/tree/esp8266/libraries/OneWire

Thanks @Links2004

@juanpintom juanpintom changed the title Dallas DS18B20 Hangs ESP [Arduino 1.6.4 + ESP8266 installed via Boards Manager] [SOLVED] Dallas DS18B20 Hangs ESP [Arduino 1.6.4 + ESP8266 installed via Boards Manager] May 20, 2015
igrr added a commit that referenced this issue May 21, 2015
@igrr
Copy link
Member

igrr commented May 21, 2015

Should be fixed now.

@igrr igrr closed this as completed May 23, 2015
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