Search found 2 matches

by krunaldhonde
Tue Oct 30, 2018 4:22 am
Forum: ESP-IDF
Topic: RMT iterface is not working when giving the pulse from outside
Replies: 5
Views: 6217

Re: RMT iterface is not working when giving the pulse from outside

I have tested the RMT interface with following test cases. 1. frequency 80 mhz [ APB Clock ] - with limited pulses we are getting the data on ring buffer. - with continuous pulses we are not getting the data on ring buffer. - But, if we by pass the buffer we are able to achive the results. 2. freque...
by krunaldhonde
Wed Oct 24, 2018 2:22 pm
Forum: ESP-IDF
Topic: RMT iterface is not working when giving the pulse from outside
Replies: 5
Views: 6217

RMT iterface is not working when giving the pulse from outside

I have connected the function generator to esp to give frequency and changed the code as below to only receive the data. i am giving 46hz frequency from generator [ i have mesured with CRO, it is as expected ]. Code sample : /* NEC remote infrared RMT example This example code is in the Public Domai...