-
I was trying to prototype with the Max31865 and FT232h but couldn't get it to work, while the Metro M4 Express had no trouble. Then I saw the note [here](https://learn.adafruit.com/circuitpython-on-an…
-
Using the following heater and tool definition in RRF 3 (note, heater 2 is not defined but is used by tool 1):
`; RRF 3`
`M308 S0 Y"thermistor" P"bedtemp" T100000 B3950`
`M308 S1 Y"rtd-max31865" …
-
Hello, really like your code, thank's ! That's the best PID tool I found so far.
I slightly modified the Adafruit max31865 library and example code to be non blocking ( no 10 msec after "bias on" an…
-
Hello, I'm still not used (yet) to play (understand) with libraries, so I'm just asking if your library is non blocking and would work well with the esp8266 12E.
Thank's for sharing your "savoir fai…
-
### Bug Description
Trying to compile the bugfix-2.0.x version for the STEVAL-3DP001V1 board with PlatformIO, I first obtain errors on TIM6 timer which doesn't exist in the F401VE processor. I solved…
-
Hello,
it's possible to add to support max31865? I read the max31855 it's support.
many thanks
-
You guys are always so helpful and have taught me so much already, but I keep discovering new issues with my firmware. After updating my firmware to the latest 2.0.4.3 bilinear autolevel fails at the …
-
I am trying to compile MarlinFW for my SKR mini e3 v1.2 (https://github.com/MarlinFirmware/Marlin) Using visual code.
The issue is being unable to download&install depencies:
LibraryManager:…
-
Hi,
So I'm currently trying to replace my Creality CR10 S5's motherboard with a SKR 1.4 Turbo. I purchased this along with TMC 2208 v3 Drivers. So far I've got most things working, from the motors …
-
I am using PT100 (3 Wire) to measure the temperature.
I have connected everything perfectly.
Configuration in the code i am using is :
`max1.begin(MAX31865_3WIRE);`
And the output is:
**o…