Search found 1 match

by reesebrogd
Wed Feb 14, 2024 8:13 pm
Forum: ESP32 Arduino
Topic: Reading from a large JSON file with ESP32
Replies: 2
Views: 1230

Reading from a large JSON file with ESP32

I am curious if anyone has any suggestions for reading from a 2MB JSON file with the ESP32 and an SD card. Currently, we are thinking of creating a hashtable with the JSON objects, partitioning the hashtable into smaller files, and loading them onto an SD card. Then we will be able to hash our key a...