Is there any way to record data on phone locally, using only js (I am beginner and not familiar with typescritpt, which is used for mobile on github) and then convert it in “raw features” for model. Now I have a code that save data from accel and gyro 62.5 times per second (frequency is same as in ts code). I need just a thing that will correcty convert this data to the models raw feauters. Maybe someone has already done it?
Hi @Deltas,
You have a couple of options:
- Collect your data in a CSV file on your phone and then upload that file to your Edge Impulse Studio project. See here for more information: CSV Wizard - Edge Impulse Documentation
- Use our ingestion API to send samples to your project directly from your phone: https://docs.edgeimpulse.com/reference/ingestion-api