Search found 1365 matches

by Ritesh
Fri Feb 01, 2019 4:04 am
Forum: ESP-IDF
Topic: Wear Leveling File System with Directory Support
Replies: 6
Views: 11487

Re: Wear Leveling File System with Directory Support

I highly recommend LittleFS: https://github.com/ARMmbed/littlefs It's easy to implement on the ESP32, has built in wear leveling, directory support, power failure resilient and much, much faster than SPIFFS. Jason Thanks for quick response for that. But as i have checked that it has only file suppo...
by Ritesh
Fri Feb 01, 2019 4:00 am
Forum: Hardware
Topic: Need help for ESP-EYE development board
Replies: 2
Views: 4122

Re: Need help for ESP-EYE development board

Hi Ritesh, For now ESP-EYE is a development board, and in the future we may give it an enclosure or integrate it into AIoT products. We have also been trying with many kinds of cameras, including those with higher resolutions. So it would be possible that ESP-EYE has better camera and more memory, ...
by Ritesh
Thu Jan 31, 2019 5:58 pm
Forum: ESP-IDF
Topic: Wear Leveling File System with Directory Support
Replies: 6
Views: 11487

Wear Leveling File System with Directory Support

Hi, We need waer level file system with directory support into ESP32 IDF. We know that SPIFFS is giving support for that but it is not providing directory level support for that and we need it for small file size like 10 to 20 KB. So, SPIFFS is not suitable for that. Please provide or suggest me oth...
by Ritesh
Thu Jan 31, 2019 5:44 pm
Forum: ESP-IDF
Topic: Uart1 won't transmit after esp_restart()
Replies: 6
Views: 6655

Re: Uart1 won't transmit after esp_restart()

Hi, Yes, I was doing multiple interface on the same pin, which was bad and caused the problem. However this multiple interface only happened as I was shutting down for a reboot. So yes it was my bad and I fixed the old code and the problem went away. However I still feel like the act of calling esp...
by Ritesh
Tue Jan 29, 2019 4:42 pm
Forum: ESP-IDF
Topic: LWIP listening socket breaks when attempting to connect to WiFi access point
Replies: 10
Views: 13438

Re: LWIP listening socket breaks when attempting to connect to WiFi access point

I just want to clarify that are you facing issue every time while commissioning WiFi credentials means LWIP listening socket is going to break when attempting to connect to WiFi access point? No, it doesn't happen every single time, but in about 90% of cases. So it very rarely works as intended. Al...
by Ritesh
Tue Jan 29, 2019 8:30 am
Forum: ESP-IDF
Topic: LWIP listening socket breaks when attempting to connect to WiFi access point
Replies: 10
Views: 13438

Re: LWIP listening socket breaks when attempting to connect to WiFi access point

My plan B is to abandon the AP mode and HTTP server altogether and use Bluetooth in combination with a custom Android / iOS app to configure WiFi credentials. This solution is a lot more work but it also avoids (legitimate) security warnings from browsers when the user tries to enter their WiFi cre...
by Ritesh
Tue Jan 29, 2019 8:23 am
Forum: ESP-IDF
Topic: Started validation for ESP-EYE Development Board
Replies: 12
Views: 11316

Re: Started validation for ESP-EYE Development Board

Configuring the wake word at this moment essentially means re-training the neural network that underpins it, which requires having a lot of voice samples at this point. If you have a commercial need for this, feel free to contact us at sales at espressif dot com, and we can look into it. So unfortu...
by Ritesh
Mon Jan 28, 2019 6:24 pm
Forum: ESP-IDF
Topic: LWIP listening socket breaks when attempting to connect to WiFi access point
Replies: 10
Views: 13438

Re: LWIP listening socket breaks when attempting to connect to WiFi access point

Hi, sorry for the super-long delay, I've been busy with more pressing issues, but yes, this still is an issue for us. To answer the questions: Would you please provide few more details like are you using any http components like nghttp or something like third party components? We don't use any thir...
by Ritesh
Mon Jan 28, 2019 3:06 pm
Forum: ESP-IDF
Topic: Started validation for ESP-EYE Development Board
Replies: 12
Views: 11316

Re: Started validation for ESP-EYE Development Board

Note that the keyword is trained mostly on the pronounciation of 'Hi Lexin' from Chinese speakers; 'Lexin' is actually Pinyin for the Chinese name of Espressif... long story short, it may help if you pronounce the 'x' more as an 's'. Ok. Understood. So, do we have any option to be configurable to c...
by Ritesh
Sun Jan 27, 2019 2:13 pm
Forum: ESP-ADF
Topic: Need help to start with ESP32 Audio Framework
Replies: 4
Views: 6447

Re: Need help to start with ESP32 Audio Framework

So, I believe Alexa device can also be used with that framework for audio related functionality. Correct? Hi Ritesh, The Amazon Alexa functionality is on the roadmap but not yet implemented. To evaluate this functionality please check https://github.com/espressif/esp-va-sdk/blob/master/README-Alexa...