Search found 5 matches

by ayan4m1
Tue Jan 01, 2019 3:36 pm
Forum: ESP-IDF
Topic: A2DP Source Example - SDP connection error
Replies: 2
Views: 20394

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?
by ayan4m1
Mon Dec 31, 2018 9:23 pm
Forum: General Discussion
Topic: Running programs from sd using ESP32.
Replies: 6
Views: 15884

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...
by ayan4m1
Mon Dec 31, 2018 1:00 pm
Forum: ESP-IDF
Topic: Powering ESP32 WROVER Dev Kit with Batteries
Replies: 4
Views: 6940

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 ...
by ayan4m1
Sun Dec 30, 2018 5:26 pm
Forum: ESP-IDF
Topic: A2DP Source Example - SDP connection error
Replies: 2
Views: 20394

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...