
Posts made by kuriko
-
RE: where can i find source for "PaperS3 Factory Test"?
@palani
there is no examples specially for PaperS3. you have to use examples of M5GFX
https://github.com/m5stack/M5GFX/tree/master/examples -
RE: Time Problem UTC/localtime
@taunushexe
this is a java problem... for example Etc/GMT+8 means GMT-8 actually
will fix it by using UTC -
Grab your CoreMP135 and connect it to UiFlow2.0!
UiFlow2.0 quick start for CoreMP135 has been released. https://docs.m5stack.com/en/guide/linux/coremp135/uiflow2
-
RE: where can i find source for "PaperS3 Factory Test"?
@palani
the source code of PaperS3 factory firmware will not release -
RE: M5stickc plus 1.1
@amdiaz1065391
try reflash factory firmware
https://docs.m5stack.com/zh_CN/guide/restore_factory/m5stickc_plus -
RE: What other M5Stack forums do you folks use?
@TomKatt you can checkout reddit and discord servers
-
RE: CoreMP135 by UIFlow
@MCU1536
what will happen if you click run instead of download? -
RE: Welcome to the world of M5Stack.
UiFlow: https://flow.m5stack.com/
UiFlow2: https://uiflow2.m5stack.com/
UiFlow2 micropython documentation: https://uiflow-micropython.readthedocs.io/en/latest/index.html
Official account of M5Stack on GitHub: https://github.com/m5stack
Open sourced M5 hardware: https://github.com/m5stack/M5_Hardware
The official M5Stack store: shop.m5stack.com -
RE: Hardware/Software clarification
@dm4401
The documentation of UiFlow2 is a bit hidden: https://uiflow-micropython.readthedocs.io/en/latest/index.html
UiFlow2 can of course use PWM, you need to add this function in the Hardware on the left.
We recommend using the online version of UiFlow2, because UiFlow1 is being phased out. The offline version of UiFlow1 has long stopped updating. -
RE: my m5 stick c plus 2 is not working
@kubeqq
Please follow this instruction and see if helps:- Observe whether there are any obvious physical damage marks on the device.
- Install the device driver:
- Connect the device using a USB cable and open the device manager. Check whether the device manager page refreshes when the device is inserted, and whether a new device appears in Universal Serial Bus controllers. If not:
- If you are using USB C to C cable: First disconnect the StickCPlus2, turn off the device, and then plug in the cable (press and hold the power button until the green light turns on to indicate that it is turned off). Or replace it with an A to C cable.
- If you are using USB A to C cable: "Try to change the data cable", "Try to reinstall the driver", "Try to change the PC".
- Reburn the factory firmware: https://docs.m5stack.com/en/guide/restore_factory/m5stickc_plus2.
- The screen is still black after burning:
- Press and hold the leftmost button until the green light inside turns on, then plug in the USB cable
- Observe whether the screen is black but has a faint backlight, and whether there is a beep sound when pressing the button
-
RE: CoreS3 and COMX LoRaWAN868 v2.0
@mohammedalmusimie
have you adapted the codes to CoreS3? -
RE: MQTT connection error
@aiconnection
I think it's best for you to find an mqtt example in the Project Zone of UiFlow2 and test it with a public server to ensure it is available. -
RE: CoreS3 and COMX LoRaWAN868 v2.0
@mohammedalmusimie
Have you tried the example code on the document? Have you configured pins define and dip switch correctly? -
RE: MQTT connection error
@aiconnection
have you tried not adding certificate files