-
Dices wouldn't work beyond the Shake Me message so I changed the IMU to MPU6886 and 1 was showing two spots so I adjusted the condition in the for loop in draw_dice() to d < 6. The code now works on …
-
Hi - I've taken the Webthings sample and got it working without a display on the ESP32. I added a led, and using the built in switch and got it working with Moz IOT gateway. This stuff is very cool …
-
In https://github.com/m5stack/M5StickC/blob/3f8f30d6d77c064526723a7d33cd885cbe387ff7/src/RTC.cpp#L5-L7 , `Wire1.begin()` is called in a constructor. This is bad form, and none of the other modules do …
-
According the datasheet of AXP192, it's currently configured to charge the battery at 190mA (in AXP192.cpp), which is a bit too much for an 80mAh cell. Would you consider lowering the default to 100mA…
ghost updated
5 years ago
-
Currently the YAML playbook and parser does not support multiple I2C buses.
This is problematic for platforms that make extensive use of the multiple i2c busses in their design.
Currently am t…
-
## Describe the bug
Hi there,
I've got a M5StickC module and I've ported LittlevGL to it. Everything works great except it doesn't get along ESP-IDF's NVS library. If I commit any NVS write oper…
-
I would like to calculate posture of M5StickC.
But it seems that accelerometer in SH200Q does not reflect gravity acceleration.
SH200Q only provides linear acceleration?
http://www.senodia.com/en…
-
Hi. I'm trying to use Moddable on [M5StickC](https://docs.m5stack.com/#/en/core/m5stickc), a new product from M5Stack.
I added new target files.
* [setup-target.js](https://github.com/meganetaaan/mo…
-
These lines contain a printf without any parameter.
https://github.com/m5stack/M5StickC/blob/781128641206017e99f211ee7bb14fce98428259/examples/Basics/FactoryTest/FactoryTest.ino#L54
https://gith…
-
Simply trying to run this, i get errors that esp_event_loop_handle_t is not declared ...