Philipp
Philipp
@dceejay That's why i wrote the note. It's ok to set another value but gpiod will round it to the next valid value. As we don't know what the user...
@dceejay I just checked if there's any easy possibility to get the sample rate but didn't found one. So i could make a dropdown with all values possible on all...
It seems that the default rate is the 6th rate (1-4000, 2-2000, 4-1000, 5-800 , 8-500 , 10-400). As for the default rate 5 leads to a default frequency of...
Format: Selected sample rate - Frequency in Hz Is it ok to set a value of Config UI (pi-gpiod.html) from the node logic (pi-gpiod.js)?
I asked because the frequency is only changed when the node is deployed or started. But i think i will split it of the node handling if it's possible (need...
I figured out 2 ways of getting the current/actual frequency value. 1. Set the value when a connection was established and frequency was set in pi-gpiod.js (needs to be deployed...
I'm implementing it with the node.status now, but had troubles with get_PWM_frequency(). I need to investigate on that first. It seems that the callback isn't ever called. I do not...
Seems that the callback isn't ever called because there's another command in progress (set_mode() or set_PWM_frequency()). Got it to work so far by adding callbacks for these functions in js-gpio....
Hi, no this wasn't intentional. Just wanted to rebase with master branch to get other changes. This somehow went wrong :confused: Sorry. As https://github.com/miketrebilcock/js-pigpio/issues/3 is still not resolved i can't...
I was just searching for something else, but i think they already have the RTT source code on GitHub. Didn't checked if the version is the newest one (they always...