Donovan Buck

Results 130 comments of Donovan Buck
trafficstars

If you are using the Arduino app to build and upload the sketch, sometimes errors can be easy to miss. Make sure you read closely all output in the pane...

Hi @J040M Yes, I've seen that but only when there are other devices involved. Can I see your code, and ask what microcontroller are you using?

It appears @averlon is spot on, but I don't have the hardware to confirm. This is a great first issue for anyone who has access to a BMP180.

Can we see your code? At least the part where you are instantiating the board.

This has come up before. [Here](https://github.com/rwaldron/johnny-five/issues/1115) is a long thread that discusses possible culprits and solutions. It doesn't look like it was ever resolved. It could be anything in the...

Thanks. I've got some DS18B20's on the way. Hopefully, somebody else will be able to try this out before I can get to it.

My sensors arrived today. I'll try and reproduce tonight. Any updated information?

Hi @saksholm I've got good news, bad news and then a little more good news... Good news part 1: I was able to recreate the issue immediately. This is good...

Does the screen work fine if you don't have your OneWire stuff running? Is there anything else besides the DS18B20's and the PCF8574?

I have a PCF8574AT, but need to dig up a Mega to try it all out on. Not enough RAM on an Uno to use I2C and OneWire side-by-side.