- Joined
- Mar 22, 2017
- Messages
- 48
- Reaction score
- 30
Do you have an example python script that I could use as a starting point that would update the PWM value to each channel every second? Thanks!We can change the update frequency (like per second) , but i doubt how meaningful this is. Given there is only 4096 level, for a 8 hour photo period, you are applying intensity values 8x3600 times. So, most of the time there is nothing really to change, may be a middle ground is better. There is also the risk of thrashing cpu . I think I can make it configurable, and ship with 1 minute interval, and users can change that to suit their needs.
When i say programming, i dont mean you have to change reef-pi code. reef-pi is API driven, and you can use a simpler language like python or javascript/node js to tell reef-pi anything custom you want, including most of the things you have mentioned here: https://reef-pi.github.io/additional-documentation/api/
