Go to advanced search

by theweissguy
Mon Jul 11, 2016 9:18 pm
Forum: Troubleshooting
Topic: BME280 module
Replies: 12
Views: 5123

Re: BME280 module

"PS: my BME280 is working like a charm."
Care to share details?
by theweissguy
Mon Jul 11, 2016 6:51 pm
Forum: Troubleshooting
Topic: BME280 module
Replies: 12
Views: 5123

Re: BME280 module

Sorry you feel this way - thanks for trying but you didn't solve my problem. Best that I can tell from internet searching is a rather laborious process of running an Arduino simulation on the PI and converting the BME280test.ino to run on the PI (https://robidouille.wordpress.com/2013/12/26/installi...
by theweissguy
Sun Jul 10, 2016 9:15 pm
Forum: Troubleshooting
Topic: BME280 module
Replies: 12
Views: 5123

Re: BME280 module

Doesn't work -

Anyone else?
by theweissguy
Sun Jul 10, 2016 5:50 pm
Forum: Troubleshooting
Topic: BME280 module
Replies: 12
Views: 5123

Re: BME280 module

Yes I've followed their instructions, ambiguous though they are - e.g., " run the following command from this folder:
python Adafruit_BME280_Example.py". The folder is never specified hence I've tried many possibilities and none work.
by theweissguy
Sun Jul 10, 2016 4:16 pm
Forum: Troubleshooting
Topic: BME280 module
Replies: 12
Views: 5123

Re: BME280 module

Did the download, installed the unzipped files. Ran the program in the installed directory/sub-directories. Same error. Do you actually have this working? If so what is your directory structure and content that contains the working Adafruit_BME280_Example.py?
by theweissguy
Sun Jul 10, 2016 12:46 am
Forum: Troubleshooting
Topic: BME280 module
Replies: 12
Views: 5123

BME280 module

I'm trying to run a BME280 (IC2) on a PI3. The IC2 connection checks out so hardware looks ok. Attempting to run the Arduino eample: #!/usr/bin/python from Adafruit_BME280 import * sensor = BME280(mode=BME280_OSAMPLE_8) degrees = sensor.read_temperature() pascals = sensor.read_pressure() hectopascal...
by theweissguy
Sat Jul 09, 2016 3:30 pm
Forum: Troubleshooting
Topic: DS18B20 reading high
Replies: 9
Views: 1658

Re: DS18B20 reading high

Correct - it's a three pin IC from Dallas Maxim.
by theweissguy
Sat Jul 09, 2016 3:13 pm
Forum: Troubleshooting
Topic: DS18B20 reading high
Replies: 9
Views: 1658

Re: DS18B20 reading high

Sorry, you misunderstood. I was setting up a test for non-parasitic use but had a parasitic only device from a old one-wire system.
by theweissguy
Sat Jun 25, 2016 10:13 pm
Forum: Troubleshooting
Topic: DS18B20 reading high
Replies: 9
Views: 1658

Re: DS18B20 reading high

Problem solved - wrong DS18B20 (PAR version) which only works in parasitic ("true" 1-wire) mode. All works now as it should.
by theweissguy
Fri Jun 24, 2016 2:05 pm
Forum: Troubleshooting
Topic: DS18B20 reading high
Replies: 9
Views: 1658

Re: DS18B20 reading high

Just checked the specs for the DS18B20 - "The power-on reset value of the temperature register is +85°C". It's clearly not getting the correct 1-wire signal from the PI. Wiring problem? Will check it out later today.
by theweissguy
Thu Jun 23, 2016 6:56 pm
Forum: Troubleshooting
Topic: DS18B20 reading high
Replies: 9
Views: 1658

DS18B20 reading high

I have a problem with my GPIO reading any of several DSB20 much too high - a constant 85 deg. C. The device isn't even warm to the touch. Any clues?

Go to advanced search