theAgingApprentice / HexaFloorRide

Arduino based six legged robot project
MIT License
0 stars 0 forks source link

Look in to adding external RAM for holding flow arrays #187

Open theAgingApprentice opened 1 year ago

theAgingApprentice commented 1 year ago

As we build up flow scripts we may want to store arrays for the scripts in non volatile memory. Can we add more non-volatile memory to the ESP32? Find out what memory we can add that will do this.

nerdoug commented 1 year ago

Another alternative might be adding a USB interface to a thumb drive. That would let us pre-load the storage device from a PC, and avoid the downloading process, or the need to include scripts in compiled code.