Chopin
My feedback
4 results found
-
2 votes
An error occurred while saving the comment -
2 votes
Do you mean by “industrial sensors with Grove port”?
An error occurred while saving the comment Chopin commentedHi, Grove connector supports more than 20mA level.
-
5 votes
An error occurred while saving the comment Chopin commentedHi,
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 votes
An error occurred while saving the comment Chopin commentedHi,
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!