Krupis

Results 36 comments of Krupis

Thanks for the response! Okay, that is quite strange! I have now ran another example script that is provided by this library. Unfortunately, I dont think it recongnizes the EEPROM...

Running my code above, the values that I get : ![image](https://user-images.githubusercontent.com/22237034/106113305-03478580-6157-11eb-873c-caa0ac117f21.png)

Are none of the preset partition tables correct? ![image](https://user-images.githubusercontent.com/22237034/106240371-d5bd1380-620c-11eb-9edf-6c0d89967ba1.png) Also, I am not sure whether that makes any difference but as I mentioned above, I am able to use original...

Okay I might have confused myself. Do I need to manually create partitions for eeprom1 and eeprom2 as suggested here?: ![image](https://user-images.githubusercontent.com/22237034/106242987-3cdcc700-6211-11eb-8197-6c50e5cdd527.png) If so, I have created a new .csv file...

I figured out what was the problem. The CSV that I have saved in the excell was not correct format. I must make sure that it does not have a...

Yes thanks for clarifying! I did not properly understood the part that you manually have to define your own custom partition. Also, could you clarify something for me... In my...

Hey. Can you clarify me little bit regarding my project and use of rotate EEPROM? Perhaps I am still not fully understanding how to use it? When the restart is...

Perhaps I havent properly understood the working principle of this library. I have also noticed some strange behaviour of that program I have shown you before where we write to...

I have swapped the ESP32 device, and added your sketch: ![image](https://user-images.githubusercontent.com/22237034/106744103-f976c400-6627-11eb-873d-27cc7b909b4b.png) As you can see, I have both partitions recognized. Its weird why I am not able to read back...

Hello. Here is the code to perform OTA over the GSM: ``` #include #define TINY_GSM_MODEM_SIM800 // Increase RX buffer #define TINY_GSM_RX_BUFFER 1030 const char apn[] = "omnitel"; const char user[]...