Search found 3 matches

by dwayne@dforsyth.net
Thu Aug 12, 2021 4:36 pm
Forum: General Discussion
Topic: Toggle GPIO in esp_wake_deep_sleep()
Replies: 0
Views: 2114

Toggle GPIO in esp_wake_deep_sleep()

I'm trying to drive the GPIO 27 within the esp_wake_deep_sleep()... unable to see the toggle on the logic analyse. Not sure what I'm missing.. Running on 4.1 idf void RTC_IRAM_ATTR esp_wake_deep_sleep(void) { static RTC_RODATA_ATTR const char fmt_str[] = "Hello Seep Sleep Wakeup\n"; esp_default_wake...
by dwayne@dforsyth.net
Thu Apr 16, 2020 12:10 am
Forum: ESP-IDF
Topic: ble uart
Replies: 2
Views: 4586

Re: ble uart

Thanks for the info. I though the bleuart was and active component.

Per your response, and reviewing it I see it really is example in the nimble code space.
I ported what I needed for my project.
by dwayne@dforsyth.net
Mon Apr 13, 2020 8:45 pm
Forum: ESP-IDF
Topic: ble uart
Replies: 2
Views: 4586

ble uart

Looking to add bleuart to a project.

I see
components/bt/host/nimble/nimble/nimble/host/services/bleuart/src/bleuart.c
components/bt/host/nimble/nimble/nimble/host/services/bleuart/include/bleuart/bleuart.h

Is there any documentation on how to properly use this in an application?