Arun (Arundale Ramanathan)

Results 115 comments of Arun (Arundale Ramanathan)

Sorry I saw this message only now. Yes, as you said it would work on any C Compiler or architecture, regardless of enddian-ness. It is also flexible with the IO...

Sorry I saw this message only now. Also, I won't be able to help with integrating this with your code, please check out examples given. > Also I wanted to...

@our30K Please try my other library https://github.com/siara-cc/sqlite_micro_logger_arduino, which exactly fits your need. It was built for the purpose of logging sensor data faster than the official library. @tobozo What you...

@ChaitanyaYeole02 Not sure what you mean by accessing the whole session, but I think the PreparedStatement solution suggested by @Fischkopppp will let you access the records in a loop instead...

In SQLite, tables are also indexes which have the primary key as ROWID, which is invisible. So if you are updating using mac_id upon conflict, it would have no choice...

For using the FRAM you would have to change esp32.c to write to FRAM using API for whatever file system it supports. If it is raw data storage then you...

Thanks for sharing your experience!! I purchased the esp32+sdmmc board from banggood.com but I am unable to find it now either.

I will fix it for LITTLEFS during weekend and close both. Thanks for the info!!

@pasleto I fixed the issue and also added an example for Little FS. Thanks @Fischkopppp !!

Hi, Thank you very much for communicating your findings. I will incorporate these into the repo.