reflow946 icon indicating copy to clipboard operation
reflow946 copied to clipboard

Bluetooth LE temperature controller for the 946C electronic hot plate

Results 4 reflow946 issues
Sort by recently updated
recently updated
newest added

Hi, first of all to the devs: thanks for sharing the design! I am currently debugging my build and besides reading temperature 0°C (SPI issue?) I think the segment display...

I had to swap + ans - at my K element connector to get correct polarity. No big deal but rotating the connector socket would fix this.

MISO and CLK have been interchanged - no SPI connection to the MAX31855K this way. [#define PIN_NUM_MISO 12](https://github.com/DurandA/reflow946-firmware/blob/6782341b24b91ee0388d14db7c9579f278806f31/main/max31855.c#L8) Correct defines are: ``` #define PIN_NUM_MISO 14 #define PIN_NUM_CLK 12 ```

Hello, I have received this new version of the 946C : ![hot plate new version](https://github.com/DurandA/reflow946/assets/113461/d4f3fa96-4ce7-47c5-a5d3-ddc4e128ad4b) The PCB look really different : ![2023-10-06-12-11-12-046](https://github.com/DurandA/reflow946/assets/113461/04f1274b-7602-4edf-98e7-88f468001179) ![2023-10-06-12-11-26-298](https://github.com/DurandA/reflow946/assets/113461/f0995245-1194-4f5b-94cf-9da28a81bb5b) Do you think we could adapt yours...