HUSKYLENSGeneral

HuskyLens and Servo libraries [Arduino]

userHead billardgil77 2020-07-25 22:40:18 2818 Views4 Replies
Hi From France,
I'd like to use at the same time HuskyLens AND Servo libraries.
But, as soon as the single include command "#include <Servo.h>" is written in the code, HuskyLens module is not responding as B4.
I guess the timer(s) is (are) involved.
Can anyone help me to fix that pb ?
Gilles.
2020-07-29 19:13:38 Hello billardgil77,
What is your mainboard(UNO, Leonardo?), and which communication is between huskylens and mainboard? It could be better for anyone to find the problem if you upload your problem.
For the second question, is the rate of your I2C interface 100K or 400K? You can try the rate of 100K to see whether it can solve this problem.
For more detailed help, please contact [email protected].
userHeadPic Youyou
2020-07-26 19:40:06 If I want to do otherwise and want to send the computed datas received fom the HuskyLens board to another Arduino board via I2C, the same issue is comming: As soon as I un-comment
Code: Select all
  //Wire.begin();// Start the I2C Bus as Master
the HuskyLens becomes dumb.
??? What's up ???
userHeadPic billardgil77