ESP32睡眠模式下保持GPIO输出, 视频播放量 484、弹幕量 0、点赞数 12、投硬币枚数 4、收藏人数 16、转发人数 1, 视频作者 张大飞的灯, 作者简介 ,相关视频:ESP32-I2S音频放大器自制蓝牙音响,老铁们再也不用担心没有音响了,在家也能手搓音响了,ESP32-TCP数据传输速率慢
RTC GPIO 一共有 18 个 IO 口,这些 GPIO 管脚具有低功耗 RTC 性能和模拟功能,并且由 ESP32 的 RTC 子系统控制。这些功能不使用 IO_MUX 和 GPIO 交换矩阵,而是使用 RTC_MUX 将 IO 指向 RTC 子系统。 当这些管脚被配置为 RTC GPIO 管脚时,作为输出的管脚能够在芯片处于 Deep-Sleep 睡眠状态下保持输出电平...
gpio_deep_sleep_hold_en(); 进入低功耗模式 esp_deep_sleep_start(); 唤醒 gpio_hold_dis(GPIO_NUM); gpio_deep_sleep_hold_dis(); 必须这么操作,该操作一般是gpio初始化中,否则唤醒后GPIO还是上一次的状态
Re: esp32使用emac时,gpio0作为EXT_OSC_CLK,如何避免进入下载模式 by rudi ;-) » Mon Jul 31, 2017 8:38 am hfc108 wrote:Hi rudi ! Now I plan to use IO0 to do it. i am not sure you can use IO0 for "generating" the 50Mhz signal that comes then on IO0 as PhyCLK ..but ...
Just to check if I understand it correctly: You have an external 50MHz clock source and want to feed that signal into GPIO0 to feed the Ethernet MAC inside the ESP32, right? The problem is that GPIO0 on startup also is a bootstrap pin: making it low on reset (power-on, external ...