Hello,
The UnitV2 framework (https://github.com/m5stack/UnitV2Framework) seem not available.
Is there an other way to access to it ?
Hello,
The UnitV2 framework (https://github.com/m5stack/UnitV2Framework) seem not available.
Is there an other way to access to it ?
Hello
I connected the unitV2 to my raspberry using the usb cable
A eth1 interface is available (10.254.239.89) from the RPI to the UnitV2.
I am able to connect from the RPI using ssh m5stack@10.254.239.1
I wanted to request the UnitV2 from the RPI using the eth1 interface like "curl http://10.254.239.89"
I have the response: "Not authorized"
Is there something to configure to grant this access ?
Hello,
The UnitV2 framework (https://github.com/m5stack/UnitV2Framework) seem not available.
Is there an other way to access to it ?
Hello
I try to execute the Maixpy example: "Button" in https://github.com/m5stack/m5-docs/blob/master/docs/en/related_documents/M5StickV-Maixpy.md
unsing MaixPy IDE, and I have the error (line 12):
AttibutError: 'Board_info' object has no attribut 'BUTTON_A'
Note:
Is there something to configure for using the "Board_info" lib with the M5StickV configuration ?