Hello,
I was testing output on a GPIO pin with the mesh/dimming_server example and was only able to see 1.6V when measured.
I read through the example on infocenter and it is only outputting 50% duty cycle.
"The examples are based on the Generic Level model, which works with signed 16-bit level values.
Therefore, the dimming server maps this range on the allowed range of PWM tick values.
As a consequence, sending a level model message that sets the target level to 0x0000 results in a 50% duty cycle on the PWM output when the target level is reached."
How would I scale it to output the full VDD on the GPIO pin using this example?
Thank you in advanced.