-
I've embarked on a cute little project that requires me to detect the power toggle IR signal from a Bell Fibe TV remote control. This is known to be a problematic signal and a few forums have discusse…
-
Implementation: replace Long.parseLong(String) by IrpUtils.parseLong(String)
-
For sending, this is the transmit module in the specification: http://www.harctoolbox.org/Girs.html#Transmitters. It is not planned to implement these as independent channels, i.e. allowing them to se…
-
For plugin Lirc drivers which are not of the "LIRCCODE" type (see http://lirc.org/html/driver-api.html), support should be possible. There is already the possibility to run them through the "mode2" pr…
-
The Arduino sketch does not compile anymore on the latest (I used hourly) Arduino IDE. For example, it still includes `Platform.h` which was deprecated.
Also it would be nice if the sketch could be di…
-
IrScrutizer v1.1.3 is not stable in my Windows 10 environment:
[1] If I use "Scrutinize signal" and alternate between "Capture" and "Scrutinize", after 2-3 times, it locks up and I have to use Task M…
-
Using the basic anatomy of an Arduino sketch
```
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
```
will help this t…
-
```
Using sqlheavy 0.1.1, with prefix set to /home/manu/Sources/INSTALL using:
./configure --prefix=/home/manu/Sources/INSTALL
Installation fails:
[manu@hobbes sqlheavy-0.1.1]$ make install
Making…
-
`g-ir-scanner`: `--add-include-path=PATH`
`g-ir-compiler`: `---includedir=DIRECTORY`
-
In versions 0.3.17-1 (saucy) (from regular Ubuntu repositories)
and 0.3.18-4~gitdf24f17 (from PPA)
I get this error: ERROR:root:Could not bind media keys
and the media keys on my laptop don't function…