Search found 3 matches
- Sun Jul 09, 2023 11:07 am
- Forum: ESP-IDF
- Topic: how to sovle RMT encoding memory full
- Replies: 2
- Views: 1007
Re: how to sovle RMT encoding memory full
thank you. So does it mean it transmitted the whole 100 symbols actually? I'd better to check it.
- Sun Jul 09, 2023 3:16 am
- Forum: ESP-IDF
- Topic: how to sovle RMT encoding memory full
- Replies: 2
- Views: 1007
how to sovle RMT encoding memory full
I am new to RMT and want to transmit 100 symbols by RMT tx. But I encountered a problem where I wanted to send 100 symbols. During the encoding phase, there was an error with insufficient encoding memory. I used global variable to record the results(encoded symbols) of each step of encoding. Here is...
- Sun Jul 09, 2023 2:57 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用rmt模块发送红外时,编码器放不下100个红外符号的数据
- Replies: 0
- Views: 794
使用rmt模块发送红外时,编码器放不下100个红外符号的数据
我在使用rmt模块发送红外信号时,使用bytes encoder和copy encoder生成红外发送序列,我需要一次发送100个红外符号,但是encoder塞不下足够的红外序列。
我使用了全局变量来记录每次编码后,encoded symbols的值,发现在第96个编码符号时,出现了RMT_ENCODING_MEM_FULL的返回结果。
请问我要如何修改才能可以发送100个symbols?
Thank you in advance!
另外,第一次发,怎么粘贴图片?
我使用了全局变量来记录每次编码后,encoded symbols的值,发现在第96个编码符号时,出现了RMT_ENCODING_MEM_FULL的返回结果。
请问我要如何修改才能可以发送100个symbols?
Thank you in advance!
另外,第一次发,怎么粘贴图片?