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

Errors in DHT11 #9

Open
a-v-ebrahimi opened this issue Aug 30, 2015 · 2 comments
Open

Errors in DHT11 #9

a-v-ebrahimi opened this issue Aug 30, 2015 · 2 comments

Comments

@a-v-ebrahimi
Copy link

I tried Thermometer-DHT11-Thingspeak it works properly, but sometimes it reports temperature wrong, for example when room temperature is about 28 sometimes it reports 10 or 12.

@adamjennison
Copy link

I had a similar problem I solved it by forcing the CPU to 160MHZ at the start of the init.lua
It's been super stable since then.

--init.lua
node.setcpufreq(node.CPU160MHZ)

@a-v-ebrahimi
Copy link
Author

Great, doesn't it harm the CPU?

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

2 participants