Adrian Siemieniak

Results 83 comments of Adrian Siemieniak

Well, to be honest I had no idea if this is significant. Previously I've used modified Adafruit MAX31856 library that had additional linearization (not by default - also mod) ```...

It should be relatively easy to add it to library - it's just math - but since author still haven't accept my last commit, I've asked if we can [add...

I've given some thought, during coding, about auto-tune. But, perhaps wrongly, I've assumed it's to big temperature scale (like 20C-1200C window) and too slow process to do reliable auto-tune. But...

Hmm I'm vaguely remember I had a reason for that - but perhaps debugging only. I'll take a look.

Hi, It shouldn't be difficult to install RAMP 12864B (the one with sdcard and button) - it's all the same/similar hw, just perhaps controller is to be replaced in the...

Hi, I don't use SDCard in PIDKiln - only build in SPIFFS. And LCD is simple SPI interface - 4 wires only VSPI (MOSI-23, MISO-19, CLK-18, CS-5). Other LCD connections...

Hi, Update your ESP32 framework - you are using 1.0.6 and it's clearly stated in requirements 2.0.x is needed.

As I understand specs, fully safe (safe to board, chip etc.) current from IO pin is limited to 12mA, but it can get higher as 50mA - I wrote this...

Ok, so I've tested mine SSR and it draws max 8,73mA (at least this is how much my multimeter can measure in MAX mode - I don't know it's frequency)....

I have another idea - quite easy to implement :). You could use logic level converter module like [this](https://www.aliexpress.com/item/32916020205.html?spm=a2g0s.9042311.0.0.27424c4dfihkjk). ![LogicShifter](https://user-images.githubusercontent.com/25805887/67274287-695b4c80-f4c0-11e9-80a1-829c0efdcfa5.jpg) This way you can have up to 8 SSRs -...