-
Dear all,
I'm very new to this arduino environment and this is actually my first project to explore my smart home study. I have installed the Platformio software, imported the "OpenMQTTGateway" pro…
-
Use one timer to generate the carrier signal and a second one to generate interrupts to toggle output and load new capture value.
-
I've been attempting to use the gateway with an Arduino Duemilanove using a 433mhz RF transmitter/receiver, yet have been having quite a fair amount of difficulty in getting it to work. It seems that …
-
Use an EXTINT to detect input edges and timestamp them in an interrupt with ticks_ms + the ticks timer counter value.
-
Delighted to have this in the code, but can't seem to get it working. Not sure if it's me being stupid or a bug!
I have defined GPIO15 as "08 IRRemote", but when I issue the command in the console …
-
### Steps to reproduce
If I want to send for example a long pulse with 16 bits (FFFF).
http://192.168.1.140/control?cmd=IRSEND,RAW,ffff,38,400,400
### Expected behavior
I would expect that out…
-
Not sure if this is an error in IRLib2's ifdefs or in the MegaCore support but when trying to even include in the library for the ATmega64a I run into these errors. I've gone through the IRLibe2 code …
-
### Version/revison of the library used
2.1.0
### Expected behavior
_What steps did you do and what should it have done?_
e.g.
1. Initialise the IRRecv
2. Receive all commands
### Actual be…
-
HI everybody,thanks for looking my issues!
Sorry for my pool English.
here is the question, when i use the SUBLIME TEXT 3(Build 3103) to compile any arduino file,it return an errot as follow:
C:\User…
-
xdrv_ir_send:46: error: 'IRsend' does not name a type
IRsend *irsend = NULL;
Removed all RobotIRSend lib still getting this error
using Widows 7
IDE :1.8.2
Board :armtronix NodMCU 4 rela…