Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
-
Forked from martin-ger/esp_wifi_repeater
A full functional WiFi Repeater (correctly: a WiFI NAT Router)
C 3
-
Emulate an Ultimarc I-PAC/J-PAC using an Arduino Leonardo/Pro Micro. i.e. Arcade controls to M.A.M.E input.
Arduino 3
-
-
Forked from takigama/HomeAutomationExperiments
Some of my home automation experiments involving arduino, esp, lights and other things
KiCad Layout 1
568 contributions in the last year
Contribution activity
September 2020
Created a pull request in crankyoldgit/IRremoteESP8266 that received 3 comments
Add question & note about VS1838b use to issue template.
Hopefully this might reduce the red-herring issues. Alas, "Hope is not a strategy". Ref ... countless previous issues. ;-) Final Straw: #1277 & #1280
- Whirlpool: Change default mode in `convertMode()`
- SamsungAC: Unit tests to help debug poor signal
- Transcold: Add detailed support.
- Airwell/Whirlpool: Add handling of previous state to `.toCommon()`
- tools/mkkeywords: Fix minor parsing issue.
- IRMQTTServer: Change how MQTT packet/buffer size is set.
- Add Zhongxian Li to Contributers.md
- Technibel: Cleanup and code fixes/improvements.
- Neoclima: Add Economy & Fahrenheit support
- Fujitsu: Add support for timers.
- Add basic support for Transcold protocol.
Created an issue in crankyoldgit/IRremoteESP8266 that received 6 comments
Fujitsu Timer support
Yes, I do... BUFFER(9) -> 0x00 -> TIMER STOP BUFFER(9) -> 0x10 -> TIMER SLEEP BUFFER(9) -> 0x20 -> TIMER OFF BUFFER(9) -> 0x30 -> TIMER ON FOR TIME…