A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By samprice
#4886 I started work on getting the arduino IR Blaster code working on esp8266
Will prob be a couple weeks before I get it totally working.

It compiles though with the arduino api i worked on, haven't tried running it yet....

https://github.com/thesamprice/esp8266_arduino
https://github.com/thesamprice/Arduino-IRremote
User avatar
By CheapB
#8690
samprice wrote:I started work on getting the arduino IR Blaster code working on esp8266
Will prob be a couple weeks before I get it totally working.

It compiles though with the arduino api i worked on, haven't tried running it yet....

https://github.com/thesamprice/esp8266_arduino
https://github.com/thesamprice/Arduino-IRremote


Did you ever get this tested? also I wonder if you could provide a brief description on how to get the environment up an running/get the code compiled
User avatar
By sankar
#9112 Since ESP8266 has the PWM pins how about an encoder and decoder script on ESP8266 itself. I have used Arduino IRremote library standalone it works perfect. Tried interfacing directly with ESP's UART and Arduinos IRremote UART and Still a sucess. But the real sucess would be making it work with out external MCU. Trying to understad the protocol and and how the IRremote works..
User avatar
By RichardS
#9141 Not real PWM pins, so that may be an issue, not sure, depends what you are trying to do.... PWM is done in software.

Richard.