-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi to Arduino firmata PWM #35
Comments
Can Nobody help me? |
take a look at my comment on this issue: #31 |
I did before i posted this. |
Do you want to do it on the pi or on the connected arduino? Arduino doesn't let you change the frequency: https://www.arduino.cc/reference/en/language/functions/analog-io/analogwrite/ The raspberry pi itself has 2 PWM pins, but I'm not sure if it's possible to change that frequency either |
I controll the Arduino with the Pi, It is really not possible to change the frequency of the Arduino? |
Correct. You can't change it in Arduino. |
And when i change it in the Pi it not change the Output of the Arduino... |
It is possible to change the frequency in the Firmata. |
Hello,
i just a Raspberry Pi 3b+ witch is connected to a MEGA 2560.
I want to controll the Mega 2560 with Node-Red which is installed at the Pi to change the speed of PWM Fans.
The Problem is that i need a frequency of 25kHz, is there a way to change it?
Thanks
The text was updated successfully, but these errors were encountered: