https://github.com/espressif/esp-idf/bl ... -partition
https://github.com/espressif/esp-idf/bl ... ol.py#L129
Search found 5 matches
- Fri Jan 04, 2019 12:25 pm
- Forum: ESP-IDF
- Topic: fill otadata partition to boot from ota_0
- Replies: 2
- Views: 4964
- Tue Jan 01, 2019 3:36 pm
- Forum: ESP-IDF
- Topic: A2DP Source Example - SDP connection error
- Replies: 2
- Views: 21150
Re: A2DP Source Example - SDP connection error
Brief update - I got another model of BT speaker and the example connects to that one straightaway. Both speakers work fine with multiple other devices though. Is there anything I should do or try with the non-working speaker to get it to connect?
- Mon Dec 31, 2018 9:23 pm
- Forum: General Discussion
- Topic: Running programs from sd using ESP32.
- Replies: 6
- Views: 18053
Re: Running programs from sd using ESP32.
See here for what might be a similar question in the GitHub issues. I also found this this post which seems to sum it up: There isn't an equivalent for mmap-ing from a filesystem or any other device Here is more info about the IRAM that ESP_Sprite mentioned. Seems like SPI flash is the closest thing...
- Mon Dec 31, 2018 1:00 pm
- Forum: ESP-IDF
- Topic: Powering ESP32 WROVER Dev Kit with Batteries
- Replies: 4
- Views: 8117
Re: Powering ESP32 WROVER Dev Kit with Batteries
According to https://www.espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf : Operating voltage/Power supply 2.3 V ~ 3.6 V Operating current Average: 80 mA NiMH AAs have a nominal voltage of 1.2V. So either two or three in series should give a viable output voltage. Worth ...
- Sun Dec 30, 2018 5:26 pm
- Forum: ESP-IDF
- Topic: A2DP Source Example - SDP connection error
- Replies: 2
- Views: 21150
A2DP Source Example - SDP connection error
Hi all - first off, apologies if I was unable to find an existing post on this subject, but I did spend a few minutes searching. I am trying to stream audio to a Bluetooth speaker using an ESP-WROOM-32 dev board. I have tested the speaker using a Windows 10 laptop and an Android phone - both are abl...