Search found 6 matches
- Thu Aug 21, 2025 4:39 am
- Forum: ESP-IDF
- Topic: Finding a method for storing a large data before run time
- Replies: 9
- Views: 307
Re: Finding a method for storing a large data before run time
You can use esptool.py to write any data to any location in flash, including to your custom partition. You just have to tell it the address of your partition in flash, i.e. the "offset" from the partition table.
Thanks for your response. Your advice is useful to me. I totally resolve my problem
- Tue Aug 19, 2025 7:27 am
- Forum: ESP-IDF
- Topic: Finding a method for storing a large data before run time
- Replies: 9
- Views: 307
Re: Finding a method for storing a large data before run time
Sorry, I don't understand what you wrote.
You create your own partition by creating your own partition table .csv file. The easiest way to do that is probably to take one of the default partition tables from the documentation and modify it. In that .csv file, you have to add a line with the ...
- Mon Aug 18, 2025 11:08 am
- Forum: ESP-IDF
- Topic: Finding a method for storing a large data before run time
- Replies: 9
- Views: 307
Re: Finding a method for storing a large data before run time
Thanks for your suggestion! It is very informative to me. I also wonder to write the data to a segment in partition in the flash time because I saw that almost skainet examples have 2 times, one is for the main program, the other is for the model such as multinet, vad, afe. If it is imposible, how ...
- Sat Aug 16, 2025 4:03 am
- Forum: ESP-IDF
- Topic: Finding a method for storing a large data before run time
- Replies: 9
- Views: 307
Finding a method for storing a large data before run time
Hi guys!
I am trying to find a method to store a large hex array in flash before run time. I also want to move that data to PSRAM in ESP32S3. Do you have any solution for storing the hex array in flash first?
Thank you very much. I hope that I will get any advice from you guys!
Best regards,
Ant Leo
I am trying to find a method to store a large hex array in flash before run time. I also want to move that data to PSRAM in ESP32S3. Do you have any solution for storing the hex array in flash first?
Thank you very much. I hope that I will get any advice from you guys!
Best regards,
Ant Leo
- Thu Jul 24, 2025 4:23 am
- Forum: General Discussion
- Topic: Replacing my own dataset in micro-speech example!
- Replies: 0
- Views: 58
Replacing my own dataset in micro-speech example!
Hi guys!
I am researching the method to replace my own model in https://github.com/espressif/esp-tflite-micro/tree/master/examples/micro_speech . I also found the script for training the model: https://colab.research.google.com/github/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/examples ...
I am researching the method to replace my own model in https://github.com/espressif/esp-tflite-micro/tree/master/examples/micro_speech . I also found the script for training the model: https://colab.research.google.com/github/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/examples ...
- Sat Jul 19, 2025 5:01 am
- Forum: ESP-SkaiNet
- Topic: Add other language support for MultiNet (French and Spanish)
- Replies: 2
- Views: 90599
Re: Add other language support for MultiNet (French and Spanish)
Hi Cedric A,
I have the same question. Did you ever try to different language speech detection with esp-sr framework?
For me, I just think about DL with tensorflow lite. However, I don't really want use it because of the lack of datasets.
I really looking forward to hearing your response.
Le Tuan ...
I have the same question. Did you ever try to different language speech detection with esp-sr framework?
For me, I just think about DL with tensorflow lite. However, I don't really want use it because of the lack of datasets.
I really looking forward to hearing your response.
Le Tuan ...