-
Just some testing ..
I have a LED, and I want to turn the LED on or OFF using soft PWM to slowly start or dim the LED:
```
import RPi.GPIO as GPIO # always needed with RPi.GPIO
from time import sl…
-
- Add a YAML file to build the project using the following steps:
```
qmake DriverInterface.pro
make
```
Adding the qmake step will require some research!
-
Hi,
apologies for a newcomer question, but I was unable to find example code how to pwmWrite to a LED. My setup looks correct, and running Sunfounder Python code (04_pwmLed.py from the Superkit 2 c…
-
HI!
I installed wiringPI like this: http://wiringpi.com/download-and-install/
but when i try to
i got: `osmc@OSMC:~/wiringPi$ sudo npm install -g node-wiring-pi`
```
> node-wiring-pi@0.…
-
Hello,
I regonized that the wiringPi lib is not available anymore for the bulleye (OS 11 for pi).
Please see also an Artikel that wiringPi is debrecated [wiringPi is deprecated](https://www.raspbe…
-
# Identify and comment the code of OpenServo
Software Components
The OpenServo consists of three main software components.
- Embedded Bootloader
- Embedded Application code
- Host Control software
…
-
Okay, at this point I can say that I've tried pretty much everything. I've searched all over on the internet and I can't get the spi1 to work through the WiringOP libs on my OrangePi Zero!
Is there…
-
Hi,
Is there anyway I can receive just the raw data and replay it later? This means I don't care for being able to understand the data format, modulation, or anything of the sort in my use case. I …
Ruegg updated
3 months ago
-
> Hi,
> Sorry to miss use this project, but i could not find a issues option in your wiringPi project.
>
> I have odroid C1+ and i want to connect a VL6180X Time-of-Flight Distance sensor.
> I wa…
-
I know that GPIO monitoring callbacks is in the roadmap but it would be really great addition. I have tried node-libgpiod with Raspberry Pi 5 4GB (I just needed to change `new Chip(0)` to `new Chip(4)…