IR32
IR32 copied to clipboard
Infrared remote using rmt peripheral on esp32
Hello, When trying to compile on ESP32C3 i got an error with vector, any idea? `IRRecv.h:35:10: error: 'vector' in namespace 'std' does not name a template type std::vector _preferred; `
I needed to talk to an ARRIS dcx3200 and liked the layout of this library but ran into some compilation issues. - added ARRIS timing, no idea if its 100%...
First, thanks for this code, it works ok enough for me and is the first code I could find that worked with RMT. Also, thank you for making the output...
The example code works fine on my ESP32, but when I integrate your lib in a much bigger code base that uses DMA and probably one code to push to...
I get the following error in console when trying to run the loopback example: ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4...