Skip to content
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

Setting multiple channels does not work as expected #3

Open
ghost opened this issue Dec 14, 2017 · 1 comment
Open

Setting multiple channels does not work as expected #3

ghost opened this issue Dec 14, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 14, 2017

If I use xxx.setChannels(0, 15, 0); then only the first seven channels are updated with the new value.
same with e.g xxx.setChannels(5, 15, 255); Only channel 5-11 is updated (again only 7 channels).
I use an ESP-12 + PCA9685 (both on 3.3volt). Tried several boards with the same result.
An older setup with a Mega + PCA9685 (both on 5volt) with the previous version of the library seems to be working fine (never noticed this behaviour).
Single channel setting e.g. xxx.setChannel(5, 255); works ok.
Q: Is this my hardware, or can you replicate this behaviour.
Leo..
Edit: Tested this on a Mega + different PCA board, with current library.
Same behaviour. only 7 channels are updating.

@brunnels
Copy link
Owner

brunnels commented Dec 21, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant