Forum >HuskyLens and Servo libraries [Arduino]
HuskyLens and Servo libraries [Arduino]

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.
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-30 03: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].
Youyou
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].

2020-07-27 03: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
??? What's up ???
billardgil77
Code: Select all
the HuskyLens becomes dumb. //Wire.begin();// Start the I2C Bus as Master
??? What's up ???
