M5Dial icon indicating copy to clipboard operation
M5Dial copied to clipboard

Results 11 M5Dial issues
Sort by recently updated
recently updated
newest added

What is the name of these connector here? ![image](https://github.com/m5stack/M5Dial/assets/15503419/f56dfd67-892f-4013-a068-d625de1ef915)

From the documentation https://docs.m5stack.com/en/core/M5Dial The Dial uses the WS1850S rfid chip, the same as the RFID2 Unit https://docs.m5stack.com/en/unit/rfid2 I have no problem reading NFC512 ISO14443A Sticker tags with the RFID2...

What connector does the M5Dial's battery port use? This would be the one inside, below the M5Stamp ![](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/core/M5Dial/M5PPT.png) I've seen speculation (https://old.reddit.com/r/M5Stack/comments/18ppxmr/what_kind_of_battery_plug_does_the_m5_dial_use/), but when I purchased JST-ZH (https://a.co/d/h6YO8UD) and JST-SH...

When the encoder is used, the encoder interrupt seems to interfere with the USB interrupt. On my sketch with USB Keyboard and Serial, USB stops working when the encoder wheel...

If you ever refresh the tool that makes the M5Dial plastic, it would be nice if there were a notch in the circular mounting area for alignment with an enclosure....

I am a developer on the same project cited in issue #5. We have discovered an issue whereby, when you spin the dial rapidly in one direction, the sequence of...

The documentation and schematics say that GPIO 42 - the dial switch - is for WAKE. When I put the ESP32-S3 into deep sleep mode, I cannot get it to...

Sometimes my touch screen stops working and it requires a power cycle to fix. Is there anything that can be done in code to detect and fix the problem?

even a simple code like this can raise my problem `//connect to WiFi Serial.printf("Connecting to %s ", ssid); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(" CONNECTED");...

Looking at the schematic, there don't appear to be any i2c bus pullup resistors for the shared Touch, RTC and RFID lines. I'm experiencing corrupted data from the RTC. Could...