Search found 5 matches

by qqflx2
05 Nov 2023 23:11
Forum: Discussions in English
Topic: Z-Uno shield and power supply
Replies: 6
Views: 27871

Re: Z-Uno shield and power supply

From where can one buy Shield for Z-Uno 2?
by qqflx2
01 Jan 2022 14:20
Forum: Z-Uno
Topic: Shield PWM output
Replies: 10
Views: 11644

Re: Shield PWM output

Any updates to projected availability of the new shield?
by qqflx2
12 Oct 2021 15:54
Forum: Z-Uno
Topic: Z-Uno Gen2 and Fast PWM
Replies: 4
Views: 5372

Re: Z-Uno Gen2 and Fast PWM

does the silence mean that gen2 not capable of 25khz pwm? I mean I tried gpt timers and digitalWrite() on multiple outputs too but were not able to go higher than 8-9khz (measured by cheap multimeter) and it was not stable - duty cycle seemed to "jump around". Out of ideas except to use so...
by qqflx2
06 Oct 2021 10:53
Forum: Z-Uno
Topic: Z-Uno Gen2 and Fast PWM
Replies: 4
Views: 5372

Re: Z-Uno Gen2 and Fast PWM

Ok, with analogWrite() I could specify duty cycle but how can I configure frequency on PWM* pins? Something similar to zunoFastPWMSet(low, high)?
I have 24V fan which speed can be controlled by 5V PWM duty cycle signal at ~25kHz.
by qqflx2
03 Oct 2021 20:51
Forum: Z-Uno
Topic: Z-Uno Gen2 and Fast PWM
Replies: 4
Views: 5372

Z-Uno Gen2 and Fast PWM

Hi, Can you clarify the situation with Fast PWM on A0 on the gen2 board? I'm getting: sketch_oct03d.ino: In function 'void setup()': sketch_oct03d:20:3: error: 'zunoFastPWMInit' was not declared in this scope zunoFastPWMInit(0); ^~~~~~~~~~~~~~~ And I do not find any reference to zunoFastPWM*() funct...