-
how to use this library in Arduino IDE.
Is this work with blue pill stm32f1 series development module?
How to compile this project, means in which IDE.
-
I found the sensor here: https://iotmaker.vn/module-dieu-khien-hong-ngoai-tu-xa-hx1838.html
But I can not read data from it, Can the lib used for it? Or do you have any other solution?
I am very fre…
-
This might be trick with out two badges :/
Found this library
https://github.com/enternoescape/Arduino-IRremote-Due
It should help IR_TX is already on the correct pin for the send examples
IR_RX p…
-
The approprirate pin on the arduino uno is 0->RX. Wiring diagram is wrong.
This might have occured by the library update they did.
Otherwise kudos to you and this repo, saved me a lot of time!
-
`
int nfcrfid_sucsese = 0;
int door_openclosed = 0;
void setup() {
pinMode(0, OUTPUT); // DigitalPin.P0
pinMode(1, INPUT); // DigitalPin.P1
}
void loop() {
// Equivalent of on_forev…
-
I'm not getting any output on pin3. I successfully verified the hardware was operational with blink outputting on pin3. Input works fine.
-
In file included from C:\Users\staur\OneDrive\Documents\Arduino\sketch_oct25a\sketch_oct25a.ino:2:0:
C:\Users\staur\OneDrive\Documents\Arduino\libraries\FirmataWithDeviceFeature\src/DeviceFirma…
-
Hello,
I'm trying to use irplus to speak to an arduino to get some things automated. The library I'm using is: https://www.arduino.cc/reference/en/libraries/irremote/
I'm having problems dublicati…
-
First, thanks for this code, it works ok enough for me and is the first code I could find that worked with RMT.
Also, thank you for making the output compatible with IRRemote.
When I use it though…
-
Hello
I have question about IR support
Will air conditioners via IR ever be supported? I know that you have a beta firmware that supposedly supports most IR devices, but in fact, the firmware do…