A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Manowar
#55014 The task is to get data from ds18b20 and send it through the internet using mqtt. First tried it via C in eclipse, ds18b20 was detected correctly but i couldn't publish through te internet, only in local network. Then i tried Arduino ide, it sent all correctly but another problem - ds18b20 not detected. So what's the problem??? I thought about problems with DS, but with C code it works well.
User avatar
By martinayotte
#55105 You should ! :ugeek:
Probably the library you used in plain C were enabling the internal PullUp, but I recommend to still using external one, since for long wires, the OneWire specs require 4K7, far from internal one which is around 100K.