Correct memory overflow on getEEPROM#5
Conversation
To avoi problem during save and to semplificate same thing in the library
dpeaslee
left a comment
There was a problem hiding this comment.
I didn't get a chance to test, but it looks ok. Was using larger index values of counter to debug, but can now set to zeros.
|
The modification are because the array are by 13 element, but the for count from 1 to 13 index value, in other words 2° element to the 14° element! (for the first for) |
|
Hello Why this library is not available in the Platformio library section |
I think I understand what you are asking, "why this hasn't been written for uC IDE's like PlatformIO" If you are using a uC with a high bit count ADC (12-16 bit ADC), I recommend using our ULPSM or equivalent circuit, either plugged or embedded into your device. You will probably want to build your own library to handle the sensor. If you are using a uC with multiple UART inputs, then you can use our digital sensor module (or if you only need one sensor and have one UART channel). But for lowest power/cost, I would recommend you study our circuit and imbed into yours, as this module uses a microcontroller that may be redundant to yours. |
|
hi, why this pull steel open after so much time? |
To avoi problem during save and to semplificate same thing in the library