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

try to work on ESP8266 arduino #2

Open
asetyde opened this issue Jan 7, 2017 · 9 comments
Open

try to work on ESP8266 arduino #2

asetyde opened this issue Jan 7, 2017 · 9 comments

Comments

@asetyde
Copy link

asetyde commented Jan 7, 2017

Hi , now i will try to adapt your library , that is good choice for non-blocking feature , do you can help me ?

@olewolf
Copy link
Owner

olewolf commented Jan 7, 2017

Glad to hear you find my library useful. What is your specific question?

@asetyde
Copy link
Author

asetyde commented Jan 7, 2017

first things to improve it is adapt this option in library prop.

from architectures=avr to architectures=* (i use sometimes visualstudio with arduino micro , this option is needed)

@asetyde
Copy link
Author

asetyde commented Jan 7, 2017

this is git of adafruit , it uses from most programmar of esp
https://github.com/adafruit/DHT-sensor-library/

@asetyde
Copy link
Author

asetyde commented Jan 7, 2017

this is esp git
https://github.com/esp8266/Arduino

@olewolf
Copy link
Owner

olewolf commented Jan 7, 2017

I'm sorry, but changing my code to indicate that architectures=* would imply that it works on all architectures. I only expect it to work on a 16 MHz "vanilla" Arduino, which probably excludes several architectures. I'll try and look into the library.properties file to see which Arduino types are likely to be supported, but '*' doesn't seem likely.

@asetyde
Copy link
Author

asetyde commented Jan 7, 2017

yes , it's true . i will try in these days your library and if all go as i think we can add

architectures=avr,esp8266

arch ok ?

@asetyde
Copy link
Author

asetyde commented Jan 7, 2017

i 've problem with visual micro to import library .. when i risolve it and i go to test it

@asetyde
Copy link
Author

asetyde commented Jan 9, 2017

not read value , i don't know why

@kbickham
Copy link

kbickham commented Aug 1, 2019

I was about to go through and start removing delays, but checked first. Thank you for doing this. I actually, figured out the data transfer protocol reading your comments. 28 usex low, 70usec high on the logic high pulses. These things are good sensors, but the original library is a pain in terms of timing if you have a very complex system to integraste.

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