Search found 3 matches
- Thu Aug 12, 2021 4:36 pm
- Forum: General Discussion
- Topic: Toggle GPIO in esp_wake_deep_sleep()
- Replies: 0
- Views: 2317
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...
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.
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.
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?
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?