Chopin
My feedback
4 找到的结果
-
2 票
保存评论时发生错误 -
2 票
Do you mean by “industrial sensors with Grove port”?
保存评论时发生错误 用户Chopin 评论
Hi, Grove connector supports more than 20mA level.
-
5 票
保存评论时发生错误 用户Chopin 评论
Hi,
You can get the raw data from the following code:
sampleV = analogRead(inPinV); //Read in raw voltage signal
sampleI = analogRead(inPinI); //Read in raw current signal -
8 票
保存评论时发生错误 用户Chopin 评论
Hi,
Thanks for adding this new idea and we will review it.
The I2C address for Grove RGB LCD Backlight is fixed by hardware. If you would like to have multiple devices running on Arduino at the same time, you can check this Soft_I2C library: https://github.com/loovee/Arduino_SoftI2C .
Please send you questions to this support email: techsupport(at)seeed.cc;
Thanks!