Search found 4 matches
- Fri Oct 09, 2020 10:02 am
- Forum: ESP-IDF
- Topic: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
- Replies: 22
- Views: 18929
Re: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
Hi Sir, I checked my working code where I found out that we have send each byte in the reverse order and then accordingly I generated waveform for one and zero without using the ESP_RMT Library.In this way,I was able to run the code for Mitsubishi AC.Thanks for your support.Sorry for the late reply,...
- Tue Sep 29, 2020 8:26 am
- Forum: ESP-IDF
- Topic: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
- Replies: 22
- Views: 18929
Re: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
The code I am using is below for transmitter now: #include <stdio.h> #include <math.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/queue.h" #include "freertos/semphr.h" #include "freertos/ringbuf.h" #include "esp_err.h" #include "esp_log.h" #inclu...
- Wed Sep 23, 2020 1:48 pm
- Forum: ESP-IDF
- Topic: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
- Replies: 22
- Views: 18929
Re: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
I have attached the details of Mitsubishi AC below:
- Fri Sep 18, 2020 6:07 am
- Forum: ESP-IDF
- Topic: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
- Replies: 22
- Views: 18929
Regarding rmt_tx library to transmit rawData to Mitsubishi AC
Hi, This is the code used for transmitting rawData to the Mitsubishi AC using esp-idf: Mitubishi_tx.c: * NEC remote infrared RMT example This example code is in the Public Domain (or CC0 licensed, at your option.) Unless required by applicable law or agreed to in writing, this software is distribute...