Replies: 3 comments 2 replies
-
Hello, You have to write these parameters on the EEPROM so 0xA0 and not 0x80. On the other hand I did not implement this functionality voluntarily: in case of a bug, for example something that runs in a loop, there is a risk of writing many times on the EEPROM which is a memory with a limited number of writes (about 10,000) and therefore of breaking this memory. So first I have to find a way to secure all this. What you can do in the meantime is to connect an IR led on one of the free GPIOs, and to adapt the program to implement this (I could help you if needed). Sincerely, |
Beta Was this translation helpful? Give feedback.
-
@philibertc Hello, but if we use the remote we also write to eeprom is correct? (the remote send the command to MOBO that write the eeprom) |
Beta Was this translation helpful? Give feedback.
-
Yes thanks a lot Philibert!! Perfect :) |
Beta Was this translation helpful? Give feedback.
-
Hello,
I try to integrate the modification of the power, and the temperature setpoint. If I send {0x80, 0x58, 0x50, 028} to increase power, {0x80, 0x58, 0x54, 0x2C} to decrease power; {0x80, 0x58, 0x52, 0x2A} to increase the setpoint, or {0x80, 0x58, 0x58, 0x30} to decrease the setpoint, the stove screen is activated, but neither the set point nor the power changes.... I must be missing something! An idea? Thank you
Beta Was this translation helpful? Give feedback.
All reactions