You probably want the PWM pin connected to a GPIO pin too. If it's set high (or low) it would be the equivalent of 100% duty cycle.Try three connections:
pi 3V3 to controller board Vcc
pi GND to controller board GND
pi GPIO18 to controller board EN (enable)
Then without writng any .NET code or python code, start a Terminal on the pi and type this:what happens?Code:
raspi-gpio set 18 op dh
Thenwhat happens?Code:
raspi-gpio set 18 op dl
Statistics: Posted by ame — Sat Aug 10, 2024 8:12 pm