Arun (Arundale Ramanathan)

Results 163 comments of Arun (Arundale Ramanathan)

Hi, Although SQLite is light for desktops, its not so light for ESP32/ESP8266. The SQLite source heavily uses dynamic memory allocation and I could not say much why you are...

It seems to be because of changes in the dependent library SdFat. It works fine if I downgrade it to 1.0.7. I intend to remove the dependency by using the...

@kabilramar I am not sure about catalex adapter @Auroratechive Please see the picture on README page. The connection is shown in the adapter itself. > Can I change mount(Sd0/Ss) to...

I would like to point out that given the limited RAM on ESP8266 and even ESP32, it would be a challenge to get a project working, even if you manage...

The file gets corrupted sometimes. I assume it is because of power disconnection when write happens. I am not sure. I suggest copy the file again, try the example sketch...

Hi, I just upgraded to 2.6.3 and tried.. I am able to compile and run it. You probably may have to get the SdFat library which is causing this problem....

Like I said, I think temporarily you can get it working with SdFat 1.0.7 downloaded using Library Manager till I fix it?

I already have plans to do so.. This reminds me about it. Will see how it goes. Thanks.

I tried this on my side with the same result. I don't have an answer at this time. Why not just run multiple insert statements or use a Prepared statement?

Other than the suggestion that you could try WITHOUT ROWID feature of SQLite, I don't have any other solution.