pi-blaster
pi-blaster copied to clipboard
PWM on the Raspberry pi - done properly (in hardware, stable)
Hi, Installed as per instructions, but it doesn't work. Failed to start pi-blaster.service - Daemon for PWM control of the Raspberry Pi GPIO pins Docker install also doesnt work. Unable...
Hey, i tried a lot and searched also to get started with pi-blaster in bookworm 64bit version. There are a lot changes in the os. In 32bit it works, but...
pretty much same as https://github.com/sarfata/pi-blaster/issues/119, only I'm on a fresh install of archlinuxarm on a pi zero 2w PWM ``` Starting program: /usr/bin/pi-blaster -g12,13 -f [Thread debugging using libthread_db enabled]...
pi-blaster is crashing on 64-bit raspbian. I've traced it down to to this line: ` memset(ctl->sample, 0, sizeof(ctl->sample)); ` in `init_ctrl_data` Wondering if anyone is looking at 64-bit, or if...
Using the default settings I get 50Hz on my oscilloscope when pi-blaster thinks it is doing 100Hz. If I recompile and change CYCLE_TIME_US to 5000 I get 100Hz but now...
Rererences: - https://users.rust-lang.org/t/sysfs-vs-mmap-for-gpio-pwm-dma-control/23405/6 - Interesting comments on which DMA channel to use - And https://github.com/besp9510/dma_pwm - Newer C lib for DMA access - https://github.com/golemparts/rppal - Raspberry PI HAL - does...
Hello, i have been trying to install Pilaster on a Raspberry Pi 4b (running raspbian 10 with Homebridge) for quite some time now. When I install it via the deb...
I try to control a servo using the PWM timings in the range of 1000 us to 2000 us (https://en.wikipedia.org/wiki/Servo_control#/media/File:Servomotor_Timing_Diagram.svg). I set the maximum steps to 2000 us: ``` MBox...
I am using this library via a [tutorial](https://github.com/craig-mulligan/resin-servo-node), which is working for everyone but me. So i thought that the problem is probably at the pi-blaster library. After running: `./pi-blaster...
I use [Pi-Somfy](https://github.com/Nickduino/Pi-Somfy) to control my shutters and [homebridge-gpio-rgb-ledstrip](https://github.com/manfredipist/homebridge-gpio-rgb-ledstrip) to control my LED strip. homebridge-gpio-rgb-ledstrip is using pi-blaster that is why I created the issue here. It looks like that...