Greg Leeds

Results 9 comments of Greg Leeds

I agree. I've been using mealie to build a collection of recipes to try, then the ones that turn out well we share links to our friends and family, but...

Try changing `#define DATA_PIN` to 3, and connecting the led's to your RX pin.

@ahodges9 , I'll check it out. I've only had it setup for a day or so, but the ESPixelStick firmware has been rock solid on my ESP8266, where as the...

Hi, are you using the [Tenergy](https://www.amazon.com/Tenergy-Thermometer-Controlled-Bluetooth-Stainless/dp/B077821Z4C?th=1) probe I test with or a different one?

Also, if your probe has an indicator on the screen that it's connected, does that indicator stay connected for more than say 30-60 seconds, or does it go back to...

Pairing key not being the same for this brand would be my first guess as to the issue (assuming it is actually based on the same white label chip/software that...

So your device is definitely in the same family as mine, but the App is newer than min and decompiles even messier, but I do think that the values are...

As an aside, if you ever do decide to get a BLE sniffer, I'd recommend buying one of these two dongles and flashing the Nordic BLE Sniffer firmware on it:...

Just realized the `39` command wasn't all 0's, so here's one more option to try for `startTempUpdates`: ```javascript startTempUpdates:()=>{ var buffer = new Buffer(8) buffer.writeInt8(39,0) buffer.writeInt8(6,1) buffer.writeInt8(0,2) buffer.writeInt8(0,3) buffer.writeInt8(0,4) buffer.writeInt8(0,5)...