B4J Question R-Pi Hardware PWM - techknight    Apr 13, 2018 I was doing some searching on the forum and found several threads that detail on how to setup the software PWM for use.
But i couldnt find anything on how to use the hardware PWM in B4J.
So, how do you use the hardware PWM on B4J? I need something around 18 to 20Khz frequency with at least 8 bits of resolution but not sure if the Pi can do it. I know the software pwm cannot.... B4J Question PWM on Raspy (Comfile) - micro    Oct 3, 2017   (1 reaction) .
this has a buzzer connected to GPIO 30 piloted in PWM
This is an example in C ++, how can I turn... achieve 2700Hz due to the sampling
// rate, but it will do the best it can
set_PWM_frequency... B4J Question PWM Raspberry Pi - YIM bunchhat    Nov 23, 2014 I want to use library Jpi4j to generate signal PWM with GPIO of Raspberry Pi. How can I do? Thank... B4A Question Controlling a WS2812B LED strip connected to an ARDUINO UNO board via the Bluetooth system of an Android smartphone - Marc DANIEL    Oct 15, 2025   (5 reactions) a PWM pin ~ (3, 5, 6, 9, 10, or 11) on the Arduino UNO board. Let's choose pin 6, for example... Share My Creation aquarium LED light controller with raspberry pi - corwin42    Feb 19, 2016   (14 reactions) pi. The LED stripes can be dimmed with PWM so I first tried to use jPi4J library with software PWM... pwm uses a very low PWM frequency. A test on the hardware PWM port of the raspberry pi was much better. So I decided to order the ADAFruit 16 channel PWM board for the raspberry pi which has 16 hardware... B4J Question PI4J V2 Wrapper - MicroDrie (first post)    Jan 27, 2025 interfaces like SPI, I2C and PWM.
Since PI4J V2 source code is on Github, I see that the source code there already contains IC2, SPI and PWM sub directory with source code.
I have no Raspberry... B4J Question AC Dimmer on raspberry pi with gui - KiloBravo (first post)    Dec 11, 2021 I use the forum search to look for "rpi pwm b4j" several pages came up. Erel had a post from 2014 that described this.
The dimmer board is controlled by one i/o pin and on pwm pin from the rPI. You should be able to getting it working with the rpi.... B4J Question pcDuino support - Mostez    Jan 26, 2016 Hello, Is it possible to access I/O pins on pcDuino board (A/D and PWM) in B4J code? and how to integrate Arduino code or libraries into B4J?... B4J Question pi4j wiringpi - Fabrice La    May 29, 2020 Here my problem I am trying to use ServoMotor If I do gpio mode 1 pwm gpio pwm-ms gpio pwmc 400 gpio pwmr 1000 And to turn the servo from left to right gpio pwm 1 48 gpio pwm 1 96 Every thing...) '0 = OK Gpio.RunMethod("pinMode", Array As Object (1, 2)) 'PWM_OUTPUT = 2 Gpio.RunMethod("pwmSetMode", Array (0)) 'PWM_MODE_MS = 0 Gpio.RunMethod("pwmSetClock", Array (400)) Gpio.RunMethod("pwmSetRange", Array (1000)) Log... B4J Question Raspberry Pi 4 - 5V pin - Cableguy (first post)    Mar 24, 2021 For the fan control you should look into a pwm capable pin...... Page: 1   2   3   |