Search found 3529 matches

by WiFive
Sat Mar 04, 2017 3:06 am
Forum: General Discussion
Topic: Pulse Counting and sleeping
Replies: 20
Views: 33675

Re: Pulse Counting and sleeping

Interested to know power consumption vs pulse rate and max possible pulse rate. Also can you post ulp template next? Current is 5uA in sleep phase and 13mA in active phase (which is possible to reduce by lowering the APB/CPU frequencies from 40 down to 2MHz at the entry of the wake stub... but i ne...
by WiFive
Fri Mar 03, 2017 4:07 pm
Forum: General Discussion
Topic: Pulse Counting and sleeping
Replies: 20
Views: 33675

Re: Pulse Counting and sleeping

Another option might be using the pulse as the rtc clock input at the peril of getting stuck sleeping if the pulses stop. I have created an example which illustrates deep sleep'ing and counting low pulses on GPIO0 Interested to know power consumption vs pulse rate and max possible pulse rate. Also c...
by WiFive
Fri Mar 03, 2017 3:06 am
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 512403

Re: ESP32 Webradio

Yes but we care about edges and how digital bck compares to jitter from bpll src https://esp32.com/viewtopic.php?f=17&t= ... t=20#p4727
by WiFive
Fri Mar 03, 2017 2:28 am
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 512403

Re: ESP32 Webradio

Hmm I see.. and resulting jitter on i2s_bck ?
by WiFive
Fri Mar 03, 2017 1:03 am
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 512403

Re: ESP32 Webradio

Anyone try with 12mhz apll clock? How is jitter?
by WiFive
Thu Mar 02, 2017 1:24 pm
Forum: ESP-IDF
Topic: [Answered] SPI Read Register Delay
Replies: 13
Views: 20253

Re: SPI Read Register Delay

qjones wrote:I see the dummy bits, and I believe I see where to set the clock disable in spi_dev_t struct definition. But I don't see an easy way to set this without a modified spi_master.c.
Yes, looks like the driver doesn't support the usr_dummy_idle option yet.
by WiFive
Thu Mar 02, 2017 1:54 am
Forum: ESP-IDF
Topic: [Answered] SPI Read Register Delay
Replies: 13
Views: 20253

Re: SPI Read Register Delay

Sounds like a job for dummy bits and disable clk during dummy phase.