Question about GROVE sensors and m5stack core2
-
I tried to connect several GROVE sensors (i.e. GSR) directly to APORT of core2,
but it doesn't works since they are not i2c devices.
When I connect grove sensor to ADC, which connected to APORT and power the grove sensor via separate 5V connection, it seems work properly.Non-i2c sensors are NOT directly compatible to APORT, right?
I am looking for more simple way to connect multiple GROVE sensors (non i2c) to core2.
-
ipsych in UIFlow 1.7.1 is a Problem with the Core 2 and the grove port, a update to UIFlow 1.7.2 will solve the problem https://community.m5stack.com/topic/2672/uiflow-1-7-1
-
Thanks, but I don't use the gui, but commandline-based working.
Do the sensors like
https://wiki.seeedstudio.com/Grove-GSR_Sensor/
would supported for APORT? -
@ipsych Port A is a digital/I2C port however there is no garentie that the firmware will have the drivers for the hardware.
UART and analog sensors are not compatable with PORTA
Are you using Arduino or Micropython over REPL?