SoftwareSerial mySerial(1, 2);
void setup() {
mySerial.begin(115200);
}
void loop() {
mySerial.write("Hello world!");
}

Posts made by kuriko
-
RE: AtomS3 lite uart G1 G2
-
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? -
RE: EZ Data dissapered from UIflow2
@Handcannon
EZData is under maintenance and will be offline for a while. -
RE: "Disconnected from Serial Port" while running Hello World on M5Stack (UIFlow2, Ubuntu)
@Zverik
have you flashed the correct firmware? -
RE: Bar graph demo application is running extremely slowly on Paper S3
@mwwalker
PaperS3 do have a slow refresh rate. maybe the BarGraph demo isn't very suitable for test, you should try the rtc example: https://docs.m5stack.com/en/arduino/m5papers3/rtc -
RE: ADUINO compile error core2
@VK3AWA_1
have you tried compile example programs? are you able to post your codes? -
RE: NTP in UIFLOW2?
@cyber7
NTP is only availible at M5Burner flashing UiFlow2 firmware
there is no NTP blocky in UiFlow2