@LeoZeLion
You can use the built-in API to use the functions of Base M5GO Bottom directly without additional blocky

Posts made by kuriko
-
RE: Where is Base M5GO Bottom on UIFlow2.0 ?
-
RE: M5 GNSS module with ESP32 board
@alexcap
I just stacked it normally, it should be 3.3v refering to schematic. The HPWR pins is for the high voltage modules to transfering current like Module PwrCAN or PPS etc. -
RE: M5 GNSS module with ESP32 board
@alexcap
For me, just providing the correct power supply, you can get NMEA messages over the serial port (even without the antenna plugged in). The only things you need to make sure are the pinouts are correct and the module is getting the correct power supply. -
RE: M5Stamp-Pico Solid Blue Light
@marnix201
The blue LED indicates that it is currently working in USB mode or is not connected to the server
-
RE: ATOMS3R accelerometer and gyro readings always 0
@toffifee
have you tried Arduino example? we can determine if that was a hardware problem
https://github.com/m5stack/M5AtomS3/blob/main/examples/Basics/imu/imu.ino -
RE: burning impossible on Core 1 (basic)
@visevision
oh sorry i almost forgot
you can also burn the UiFlow 2 firmware using webburner (located at the left down corner of UiFlow2)
-
RE: burning impossible on Core 1 (basic)
@damien_hirlimann @visevision
you can try download the UiFlow2 firmware and manually flash using esptool, but you will lose the account binding function
https://github.com/m5stack/uiflow-micropython/releases/tag/2.2.7 -
RE: AtomS3 lite uart G1 G2
SoftwareSerial mySerial(1, 2); void setup() { mySerial.begin(115200); } void loop() { mySerial.write("Hello world!"); }
-
RE: Cannot compile Core Basic or Core2 with M5Stack board def 3.20
@teastain
Sorry, we are now fixing this problem. Please use 2.x temporarily, we will fix this problem in the future. -
RE: Using PlatformIO (VS Code) with Tab5
[env:esp32p4_pioarduino] platform = https://github.com/pioarduino/platform-espressif32.git#54.03.20 upload_speed = 1500000 monitor_speed = 115200 build_type = debug framework = arduino board = esp32-p4-evboard board_build.mcu = esp32p4 board_build.flash_mode = qio build_flags = -DBOARD_HAS_PSRAM -DCORE_DEBUG_LEVEL=5 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MODE=1 lib_deps = https://github.com/M5Stack/M5Unified.git https://github.com/M5Stack/M5GFX.git
-
RE: Board Manager 2.1.4 Failure in Arduino 1.8.19 IDE
@wsanders
looks like some kind of version problem, have you upgraded all libraries to the newest version? -
RE: help me bruh
@coolman861263
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 StickCPlus, 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_plus.
- 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: "Disconnected from Serial Port" while running Hello World on M5Stack (UIFlow2, Ubuntu)
@Zverik
that's a bit of weird, i think you should try flash the factory firmware to test out if that was a hardware failure -
RE: Wakeup Core2 v1.1 by USB and GPIO possible?
@davincino
i think you can get some inspiration from this sketch!
https://github.com/m5stack/M5StickC-Plus/blob/master/examples/Advanced/IMU_Wake_On_Motion/IMU_Wake_On_Motion.ino -
RE: ADUINO compile error core2
- If you are using Windows 10, upgrade your Windows system to the latest version.
- Use other operating systems to compile (such as Linux distributions).
- First, make sure that "rom\miniz.h" exists in Arduino's ESP32 board manager files. Then try to manually change all paths containing #include <rom/miniz.h> to absolute paths. For example, #include "C:\Users\admin\Documents\Arduino\libraries\esp32-xxx\xxxxxx\rom\miniz.h"
-
RE: Atomic Echo Base+S3R Voice Assistant problem
@mdseldon
are you able to access the serial log?