Search found 5 matches

by CseaTec
Wed May 29, 2024 3:36 pm
Forum: ESP-IDF
Topic: Where to Define Preprocessor Symbols in Different Build or Launch Configurations?
Replies: 3
Views: 751

Re: Where to Define Preprocessor Symbols in Different Build or Launch Configurations?

To manage different build configurations in an ESP-IDF CMake project, it's usually done via command-line options or scripting within CMakeLists.txt rather than through IDE-specific "build configurations. Thank you for that input. I was suspecting that and given I'm a bit of a CMAKE ignoramus. Can y...
by CseaTec
Wed May 29, 2024 1:58 pm
Forum: ESP-IDF
Topic: Where to Define Preprocessor Symbols in Different Build or Launch Configurations?
Replies: 3
Views: 751

Where to Define Preprocessor Symbols in Different Build or Launch Configurations?

Hello all. I tried searching the various forums for answers to my questions, but the search engine keeps crashing if I enter more than one word in my advance search string. So, if this is a duplicate question, please forgive me. I tried! I have a ESP-IDF CMAKE project for which I want to create diff...
by CseaTec
Thu Apr 18, 2024 12:24 pm
Forum: ESP-IDF
Topic: Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def
Replies: 2
Views: 867

SOLVED: Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def

Wow. I'm not sure how I feel about this given I lost about 5 days of project progress because of this. (I had posted here for help about 4 days into the nightmare.) It turns out the issue with the characteristics not having the correct properties flags was not at all due to the ESP32 and its code. I...
by CseaTec
Wed Apr 17, 2024 12:35 pm
Forum: ESP-IDF
Topic: Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def
Replies: 2
Views: 867

Help: NimBLE Characteristics Properties (Flags) Aren't Properly Applying From ble_gatt_svc_def

I redeveloping an existing product with existing smartphone apps that previously used a different BT BLE module. I'm using an ESP32 now which is generally new to me. I've done plenty of 8-bit ESP8266 Arduino projects in the past, but this is my first foray into the ESP-IDE and the ESP-IDF with a ESP...
by CseaTec
Thu Jul 07, 2022 12:54 pm
Forum: ESP-IDF
Topic: Eclipse unresolved inclusion
Replies: 16
Views: 28269

Re: Eclipse unresolved inclusion

I had this same issue as well, and I had started out with the Hello World project using the following: Espressif-IDE V2.5.0 ESP-IDF V4.4 I somehow resolved it by doing the following: I created a totally new project with its own unique name (choosing not to use a template for now). NOTE that this pro...