Hi,
I am using Arduino 1.8.9 with ESP32 and sqlite3.
I created a sqlite3 db-file on the PC with DB-Browser and stored it on a SD card. Then connected the SD card to the ESP32 and listed the files with size. All works so far. But when I open the database it just says "unable to open file".
Any tips on how I can create a compatible database? Can I create a database on the SD card with the ESP?
All the examples use the SD.h instead of SdFat.h. Is there any difference?
Am thankfull for any tips.
Best regards
Does your filename adhere to 8.3 naming convention?
Further I have no experience with what you're using.
Hi, yes it does. Thanks.