Search found 5 matches

by Brunus
Tue Nov 22, 2016 1:01 pm
Forum: WiPy and CC3200 boards
Topic: Onewire and DS18B20
Replies: 42
Views: 56308

Re: Onewire and DS18B20

Thanks Pythoncoder ! It's a good improvement of my code. But it's still not working, and I know why, I'm testing my code in the REPL...and I just discovered the paste mode...I had a problem with auto-indent en fact. @Miguel : now I'm not anymore using the multithreaded firmware and it's working, no ...
by Brunus
Mon Nov 21, 2016 1:44 pm
Forum: WiPy and CC3200 boards
Topic: Onewire and DS18B20
Replies: 42
Views: 56308

Re: Onewire and DS18B20

Hi all, I have a coding problem while playing with the DS18B20. I want to activate/deactivate a relay if temperature is above or under 30°C. I have two version of the code opening or closing a relay while reading the temperature, both versions are starting with : import time import onewire from mach...
by Brunus
Fri Oct 28, 2016 11:00 am
Forum: WiPy and CC3200 boards
Topic: Onewire and DS18B20
Replies: 42
Views: 56308

Re: Onewire and DS18B20

Another tip for Brunus - use Robert's firmware with disabled multithreading: https://github.com/robert-hh/Shared-Stuff/blob/3b3818185de6d0ce4797e22f7ded6592a15c3af3/mcuimg.bin Otherwise it won't work (testing with stock firmwares 1.8.4 and 1.8.5 fails for me). Michal It works ! \o/ Thank you so muc...
by Brunus
Fri Oct 21, 2016 11:10 am
Forum: WiPy and CC3200 boards
Topic: Onewire and DS18B20
Replies: 42
Views: 56308

Re: Onewire and DS18B20

Hill all, I can't manage to make it work. I use the latest firmware on a WiPy 1.3, the onewire lib is installed and can import it, I have a waterproof DS18B20 sensor. The data cable is connected on the GP2 and there is a 4K7 pull up between the cable of the sensor and GP2. I tried to connect the sen...
by Brunus
Sat Oct 15, 2016 1:41 pm
Forum: WiPy and CC3200 boards
Topic: Onewire and DS18B20
Replies: 42
Views: 56308

Re: Onewire and DS18B20 instal on pyboard ver1

[quote="Ridley Walker"]Anyone here willing to help me install the drivers for the ds18b20 ?[/quote] It's perhaps and old message but while there was no answer... It's pretty simple, you just have to follow the documentation to : first, upgrade the WiPy firmware, then connect the FTP space of the WiP...