Was looking for maximum PWM frequency any Espruino board can produce. Looking for up to 1.6..2.0MHz. So far I could produce about 262144Hz (2**18) with PICO. Could not find any reference.
Any experience with upper limit?
Any alternative to PWM is welcome... I just need a something that I can code control to sweep from about 0.5 MHz to about 2 MHz... best w/ 50% duty cycle.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Was looking for maximum PWM frequency any Espruino board can produce. Looking for up to 1.6..2.0MHz. So far I could produce about 262144Hz (2**18) with PICO. Could not find any reference.
Any experience with upper limit?
Any alternative to PWM is welcome... I just need a something that I can code control to sweep from about 0.5 MHz to about 2 MHz... best w/ 50% duty cycle.