platform-espressif32 VS IRremoteESP8266

Compare platform-espressif32 vs IRremoteESP8266 and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
platform-espressif32 IRremoteESP8266
13 18
826 2,761
2.4% -
8.5 6.0
3 days ago about 1 month ago
Python C++
Apache License 2.0 GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

platform-espressif32

Posts with mentions or reviews of platform-espressif32. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-23.
  • Is there a way to communicate with uart_write_bytes and read_bytes with s3s native USB
    1 project | /r/esp32 | 6 Dec 2023
    [env:esp32-s3] platform = espressif32 ;https://github.com/platformio/platform-espressif32.git board = esp32-s3-devkitc-1 framework = arduino monitor_speed = 115200 lib_deps = ${common.lib_deps} build_flags = -D MONITOR_SPEED=115200 -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 board_build.flash_mode = qio
  • No serial output on ESP32S3N16R8V custom board when using platform io.
    1 project | /r/esp32 | 24 Oct 2023
    [env:esp32-s3-devkitc-1-n16r8v] platform = https://github.com/platformio/platform-espressif32.git framework = arduino board = esp32-s3-devkitc-1-n16r8v board_build.filesystem = littlefs lib_extra_dirs = ~/Documents/Arduino/libraries build_unflags = -std=gnu++11 -fconcepts build_flags = -std=gnu++17 -fconcepts -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue monitor_speed = 115200 monitor_rts = 0 monitor_dtr = 0 monitor_filters = default time colorize esp32_exception_decoder
  • How to setup platform up for this flashing board?
    1 project | /r/esp32 | 20 Mar 2023
    If you want, you can also copy the board definition file https://github.com/platformio/platform-espressif32/blob/develop/boards/esp32-s3-devkitc-1.json and create a custom one in your own repo (if it differs much from the esp32-s3-devkitc-1).
  • Can't import IDF headers for I2S. Please help me work out what I'm doing wrong?
    1 project | /r/esp32 | 3 Mar 2023
    On the "Platforms" tab of the quick access toolbar, I can click on "platforms" (again) and see that I have version 6.0.1 of the Espressif 32 platform instaled. If I look at the release info, it seems that support for IDF v5.0 was added in Espressif 32 version 6.0.0.
  • New T-Display S3 ESP32S3 review
    1 project | /r/esp32 | 17 Dec 2022
    board: esp32-s3-devkitc-1 #https://registry.platformio.org/platforms/platformio/espressif32/boards
  • Does anyone have experience moving from PlatformIO/arduino to the native API?
    3 projects | /r/esp32 | 23 Oct 2022
    This is probably the simplest next step before fully transitioning to ESP-IDF and dumping PlatformIO. Here's the PlatformIO example repo that does just this. https://github.com/platformio/platform-espressif32/tree/develop/examples/espidf-arduino-blink
  • Novel errors on boot, SPIFFS not working. All this is new
    1 project | /r/esp32 | 6 Aug 2022
    Sounds like this might be a similar issue to this problem I ran into with the S3 and Platform.io?
  • ESP32C3 support
    1 project | /r/Esphome | 11 Mar 2022
    esphome: name: myesp32c3 esp32: board: esp32-c3-devkitm-1 variant: esp32c3 framework: ### Arduino type: arduino version: dev platform_version: https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream ### ESP-IDF # type: esp-idf ...
  • ESP32-CAM lower performance due to Espressif update?
    3 projects | /r/esp32 | 15 Jan 2022
    Yes this seemed to be it. I don't know what is the difference between "development platform" and "development framework" (IDF), but all I know is that the change that made thinfs slower happened in the former. And I know that because I reverted the version used inside Platform.io. Other than that, I have no idea what is happening in the background. I just use PlatformIO on VSC and have pretty basic programming skills.
  • Will platform IO update it's boards file for the ESP32-S3-DEVKITC-1
    2 projects | /r/esp32 | 23 Oct 2021
    platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.0

IRremoteESP8266

Posts with mentions or reviews of IRremoteESP8266. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-02.
  • I built an offline smart home, and why you should too
    1 project | news.ycombinator.com | 11 Jan 2024
    I am planning to do this soon(TM).

    Probably starting with ESPHome to control my heat pumps over IR.

    The remote works but I forget to turn it off when not in one of the rooms, and it can't do smarts like keeping temperatures in desired bounds.

    An ESP32 running ESPHome with high power IR LED, a presence sensor, temperature sensor, and some pre-built library to control heat pumps[1]. it looks like it should be fairly simple to implement with Home assistant.

    Now if I could only disable the beep from the heat pumps receiving commands.

    I would like to do smarter lighting, but the lack of decent smart light switches that support local control and are also licenced for use in AU are a blocker there.

    [1] https://github.com/crankyoldgit/IRremoteESP8266/wiki#ir-send...

  • ThermTerm: an open source heat pump controller and home automation terminal, built on ESP32
    2 projects | /r/esp32 | 2 Sep 2023
    ThermTerm solves all the problems I've had with these physical controls, while integrating the heat pumps into Home Assistant via MQTT. Additional sensors pipe temperature, humidity and light data, for statistics and automation. Out of the box, ThermTerm supports Mitsubishi's infrared protocol, since that's the system I have. Thanks to integration with IRRemoteESP8266, you can make ThermTerm work with your own heat pumps by writing a few lines of adaptor code.
  • Mitsubishi aircon control without HA/OH
    2 projects | /r/esp32 | 8 Jun 2023
    This library has the IR codes defined for tons of heat pumps. The only thing about node red is that it uses Java to build the UI on the webserver. If your already familiar with Java then no big deal, but it's just one more syntax to learn lol.
  • ESP32 AC Remote
    3 projects | /r/homeautomation | 25 May 2023
    I used this library with a D1 mini. I then use this to put in my dashboard There are some examples one is a receiver code that you can get your codes, they also have a lot of ACs codes already. There is also an IRServer example that integrates with MQTT and has some stuff to put in your configuration.yaml so you can get it into HA easily I used this for 6 Samsung ACs, LG Dryer, some basic fans with IR. Samsung is the same each command is like all commands in one on, temp, etc. It has all this built in. I think if you have a IR receiver on your esp board and it will sometimes pick up the commands sent by the regular remote so if someone else uses the dumb remote it will update in HA. It's not perfect but it works pretty well. you can get all in one boards on ali express if you search iresp8255 they have transmitters and receivers.
  • MQTT & IR Receiver
    2 projects | /r/esp32 | 3 Feb 2023
    I have tried https://github.com/Arduino-IRremote/Arduino-IRremote and https://github.com/crankyoldgit/IRremoteESP8266, both cause the same error.
  • Struggling to get IR transmitter working
    6 projects | /r/esp8266 | 13 Oct 2022
    First, try to remove the resistor(i was made an ir remote using the top circuit for ir sender). check the components, maybe one of them are dead. Second, check the gpio and config. Third, maybe the problem is the code. Maybe you should try the original IRRemoteESP8266 library first: You should checkout the original esp8266 ir remote library first: https://github.com/crankyoldgit/IRremoteESP8266 checkout my project: https://github.com/KD-MM2/MHI-AirCon-ESP8266/blob/main/Ver-1_Webserver_IRRemote/TurnOnMitsubishiHeavyAc.ino
  • Used the Flipper as a tool for this project - hacking a TV-B-Gone into a home automation IR device
    2 projects | /r/flipperzero | 6 Oct 2022
    I was able to finally read one of my remote codes that my other receiver couldn't with the flipper. I then used this library with a D1 mini.
  • My HomeKit AC controller..
    1 project | /r/diyelectronics | 5 Oct 2022
    My AC is fujitsu and I found library to control: https://github.com/crankyoldgit/IRremoteESP8266/blob/master/src/ir_Fujitsu.cpp
  • About to buy an air-codition - can someone recommend one which is not-so-closed-cloud and can be possibly integrated into HASS?
    2 projects | /r/selfhosted | 27 Jun 2022
    If it has a remote you can try to control it with an ESP32 with an extra infrared led. Check if it is supported by this library. Some coding would be needed.
  • IR blaster misses the few button presses
    1 project | /r/Esphome | 26 May 2022
    I am using the this library and the irmqtt server example. But one thing I did was use a NPN Bipolar Transistors PN2222. I have one leg of the transistor on ground, one leg on a 220ohm resistor ( I think that's the one I used) to the D4 pin and then the ground of the ir led on the last leg then the + side of the led to the 5v side.

What are some alternatives?

When comparing platform-espressif32 and IRremoteESP8266 you can also consider the following projects:

arduino-esp32 - Arduino core for the ESP32

esphome - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

PlatformIO - Your Gateway to Embedded Software Development Excellence :alien:

esphome-panasonic-ac - Open source alternative for Panasonic air condition wifi adapters that works locally without the Comfort Cloud

esp32-oscilloscope - A very basic esp32-based logic analyzer capable of sampling digital signals at up to ~3.2MHz.

HomeSpan - HomeKit Library for the Arduino-ESP32

esp-homekit-arduino-sdk - Arduino wrapper for ESP-IDF HomeKit library

Arduino-FOC - Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library

platform-atmelavr - Atmel AVR: development platform for PlatformIO

TFLuna-I2C - Arduino library for the Benewake TFLuna LiDAR distance sensor in the I2C communication mode

UsbAsp-flash - Program allow you to program flash memory on the protocols spi, I2C, MicroWire. Supports CH341a, UsbAsp, AVRISP(LUFA), Arduino, FT232H.

Seeed_Arduino_AS5600 - The library comes with AS5600. Through this library, we can realize read the angles 、get magnetic from a magnet underneath the sensor.