-
Notifications
You must be signed in to change notification settings - Fork 13.3k
cyborg5/IRLib gives an error when compiling #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
F() macro definition lost during merge, need to add it back again. |
Looking at the code again, there's also some AVR specific stuff here that's needs a rewrite: https://github.com/cyborg5/IRLib/blob/master/IRLib.cpp#L926 |
There are news about this? I found some post on forum talking about, but not success for now :( http://www.esp8266.com/viewtopic.php?f=11&t=3035&p=21524#p21524 This one talks about one RTOS example, but I haven't knowledge to get it working on Arduino IDE ESP: Regards |
See https://github.com/markszabo/IRremoteESP8266/ Unfortunately it only supports sending so far and not yet receiving but it is a start. |
Any progress on this end? Is it impossible to receive IR signals on the ESP8266? |
Changelog: 324c2fd Terminate connection if increase_bm_data_size fails 96fbb39 Update README.md c18bb56 Add travis CI 9eaeca3 Postpone freeing of X509 context to the first data exchange after handshake 28869ea Use free followed by malloc instead of realloc when increasing raw buffer 43a90bc Merge pull request #8 from slaff/feature/lwipr-compat 66e1a5f Merge pull request #7 from slaff/feature/sni 1154d0a Changed the code to reserve bytes for hostname only if needed. 63da899 Added SNI ( https://en.wikipedia.org/wiki/Server_Name_Indication ) support. 7c38865 Restructured the lwip raw comat code. Added replacements for the time functions on ESP8266. 885ff3e Merge pull request #6 from slaff/feature/lwip-raw d78e7a0 Initial version of axTLS integration with lwip raw tcp mode (http://lwip.wikia.com/wiki/Raw/TCP).
Initial support for LWIP raw tcp mode.
pgmspace.h has been reworked several times since this was opened. |
Gonna dump some info about IR on ESP8266 to help people bumping into these issues - I was wondering about the current status of IR on the ESP8266 - and it seems to work with the project linked before, including sending. https://github.com/markszabo/IRremoteESP8266/ Here is also some very crude receiver that will just output to serial(since the examples I found out needed at least some modification to run on current library/arduino IDE versions):
Also #3371 seems to be related(came up when googling the include error), so I'm linking it through for posterity. |
I am trying to use https://github.com/cyborg5/IRLib/
How would I have to change https://github.com/cyborg5/IRLib/blob/master/IRLib.h to make it work on the esp8266?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: