mAPBhlJ

Results 7 comments of mAPBhlJ

I'm now using interrupt pin 3 (interrupt source 1) instead of pin 2 (interrupt source 0) And I use pin 4 (instead of pin 2) for the other regular I/O...

I'm a little late to the party, but this could be done by checking the voltage on Pin 20? And if it's lower as 6V, write a specific message to...

You may check https://github.com/thibauts/node-castv2-client/blob/master/examples/queue.js This library is based on cast-V2-client and that GitHub seems to have a queue (playlist) example.

> I have a problem with this script. Wenn i put in terminal : > `sudo sh philips.py --host 192.168.10.35 pair` It is a python script; not a bash script....

I'm having a comparable problem, tried to delete all files/folders from the FATX F partition, it shows 'operation not permitted' even though I'm root. ``` # rm -rf /home/user/Desktop/xboxf/* xboxf/Alias/shell_xbox/res/common/sound':...

[The page for the CC1101 Driver Lib](https://github.com/LSatan/SmartRC-CC1101-Driver-Lib) (the project where this is based on) has connection diagrams available. For example: ![image](https://user-images.githubusercontent.com/16624288/210115571-965218a0-0c67-469f-bbd6-27667ca6427d.png) Though do note the unit most likely works on...

The input pins of the Raspberry Pi only allow 3.3V Putting a 5V on it is no good. Using no resistor is bad. Using only one 1k resistor isn't very...