You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an Adafruit Huzzah and reading data from ds18b20 - so far so good.
Due to my stupidity I had to reflash the software and decided to use version 0.9.6-dev_20150625 to find out that the example from http://nodemcu.readthedocs.org/en/dev/en/modules/ow/#example no longer works. Going back to 0.9.5_20150318 fixes the issue for me. I did not yet try a newer version though.
No working is that the data read here (from the example)
data = string.char(ow.read(pin))
for i = 1, 8 do
data = data .. string.char(ow.read(pin))
end
has all 8 bytes set to 255.
The text was updated successfully, but these errors were encountered:
Sorry but we are now up to SDK V1.4 on master and SDK 1.5.1 on dev. Please see #719 for an explanation of how to seek programmer support on old versions.
While I understand that the report is not against HEAD, it was not a
question about programmer support.
I have running code against 095, that breaks afterwards with a later
nodemcu version.
If this is a known ow-Issue and fixed already then fine.
Am 10. Februar 2016 22:49:22 schrieb Terry Ellison [email protected]:
Sorry but we are now up to SDK V1.4 on master and SDK 1.5.1 on dev. Please
see #719 for an explanation of how to seek programmer support on old versions.
Reply to this email directly or view it on GitHub: #1033 (comment)
I am using an Adafruit Huzzah and reading data from ds18b20 - so far so good.
Due to my stupidity I had to reflash the software and decided to use version 0.9.6-dev_20150625 to find out that the example from http://nodemcu.readthedocs.org/en/dev/en/modules/ow/#example no longer works. Going back to 0.9.5_20150318 fixes the issue for me. I did not yet try a newer version though.
No working is that the data read here (from the example)
has all 8 bytes set to 255.
The text was updated successfully, but these errors were encountered: