Is there a straightforward way to know / verify at what clock speed my ESP32 is running?
I am developing with ESP-IDF.
Search found 8 matches
- Fri Aug 03, 2018 9:08 pm
- Forum: General Discussion
- Topic: What's my CPU clock speed?
- Replies: 1
- Views: 9828
- Fri Aug 03, 2018 6:15 pm
- Forum: ESP-IDF
- Topic: Builds are too big and take too long?
- Replies: 19
- Views: 23181
Builds are too big and take too long?
Hi all, I am just starting to get off the ground with ESP32 and ESP-IDF. Right now, my project doesn't have much in it, just one source file that runs one task. However it seems as though the builds are taking way too long and are building immense amounts of source files from ESP-IDF. I understand t...
- Thu Aug 02, 2018 5:32 pm
- Forum: ESP-IDF
- Topic: esp-idf or esp-iot-solution?
- Replies: 2
- Views: 5149
Re: esp-idf or esp-iot-solution?
Thank you for your help!
- Thu Aug 02, 2018 5:31 pm
- Forum: Hardware
- Topic: ESP-WROVER-KIT and a2dp_sink example
- Replies: 2
- Views: 4534
Re: ESP-WROVER-KIT and a2dp_sink example
Thank you for your help!
- Wed Aug 01, 2018 5:15 pm
- Forum: ESP-IDF
- Topic: esp-idf or esp-iot-solution?
- Replies: 2
- Views: 5149
esp-idf or esp-iot-solution?
The getting started guide for ESP-WROVER-KIT instructs to install esp-idf. I see that there is also esp-iot-solution, which includes esp-idf as a submodule. Is it better to get that instead? Getting started guide seems to make no mention of it.
- Wed Aug 01, 2018 4:29 pm
- Forum: Hardware
- Topic: ESP-WROVER-KIT and a2dp_sink example
- Replies: 2
- Views: 4534
ESP-WROVER-KIT and a2dp_sink example
This is a n00b question. On the ESP-WROVER-KIT is it possible to run the a2dp_sink example (from esp-idf/examples/bluetooth/a2dp_sink)? I ask because README.md says it uses GPIO25 and GPIO26: On this board GPIO25 is connected to LCD screen and GPIO26 is connected to camera? There is no camera connec...
- Sun Jul 29, 2018 11:27 pm
- Forum: General Discussion
- Topic: Explanation of ESP-IDF branches?
- Replies: 12
- Views: 16063
Re: Explanation of ESP-IDF branches?
A section about the different versions (and how to choose which version to use) will be added to the IDF Programmers Guide soon (very similar to the advice ESP_Sprite posted, above). I am new to ESP32 and just cloned esp-idf today. Such documentation will be extremely helpful for new users like me....
- Sun Jul 29, 2018 11:07 pm
- Forum: General Discussion
- Topic: iOS BLE example to help start ESP32 project?
- Replies: 3
- Views: 23949
iOS BLE example to help start ESP32 project?
Hi all, I am new to ESP32 and bought a ESP-WROVER-KIT. The goal is to develop a IoT device with ESP32 that is monitored/controlled by iOS app running on iPhone/etc using Bluetooth BLE communication. I need to develop both the ESP32 firmware and the iOS app. I see that esp-idf/examples/bluetooth dire...