I'm totally open to feedback/criticism/insults concerning this project
Ulrich Rosenbaum
@jsdungeon
Hi all, how difficult would it be for me as a coding noob to create an app on the M5 which is recognizing a sudden fall and sends out an e-mail if not picked up after 2 minutes? Something like the apple watch 4 is doing now.
@tobozo - Too bad ... would be nice to use it on Mongoose-OS together with some bigger Flash. Who needs GB of data on an ESP32? And it's a pity it is always connected to the Arduino Framework ... :flushed:
No, storage flash. I use the ODROID-GO as my favorite prototyping device (don’t need much pins as I use mainly SPI and I2C with GPIO extenders and an interrupt pin), so it has 16MB flash - that would be enough for some nice scenarios, no SD-Card needed there ...
tobozo
@tobozo
What scenario on the ESP32 could possibly use gigabytes of SQLite data ?
not a web server since filesystem access is enough
Manfred Müller-Späth
@mamuesp
I don’t know - so that’s the question why the SQLite lib is only using an SD-Card. But I think it’s because of the Arduino awareness … addtional filesystems are not very well known there in conjunction with „normal“ flash chips, so the obvious is used ...
tobozo
@tobozo
maybe for someone porting code logic from another language onto an IoT, for database reimport purpose ?
when I played with the video format for m5stack I was surprised how fast the file seek was, it was much faster than opening a bunch of files with the same weight
Manfred Müller-Späth
@mamuesp
Well, and I’m using LFS on my device with Mongoose-OS - this is also faster than SPIFFS.