@scaramanga
it should be compatible, but you will need to change the SPI pin.
Posts made by kuriko
-
RE: M5Stack Display Module 13.2 and m5stack cores3
-
RE: Python development in UIFlow
@sternj
Yes... this feature doesn't seem to be very necessary, custom edit is supposed to be used for some kind of debugging. -
RE: помоги
@sashaStick5
Если вы уверены, что к прошивке это не имеет никакого отношения, значит экран мертв, обратитесь к дилеру. -
RE: Unit CamS3 - 5MP : very limited & unusable examples
@Ruud-Noordermeer
Recently a bug was fixed in userdemo firmware that images cannot post to EZData2. Maybe you can try it again? -
RE: Error comiling example ECHOREST in Arduino.ide (M5Atom.h - no ESP32 define)
@dahult
I just tried these examples and all three can be compiled successfully. Maybe it's your library version problem? Have you installed the board manager correctly? -
RE: M5Stack Core Basic as Meshtastic Device
@ckuehnel
what's you mean for "critical fault #3"? -
RE: DMX Question
@jakekinneyactor
Is this what you're talking about?
https://github.com/m5stack/M5Module-DMX512/tree/master/examples -
RE: connecting for a first time m5core2 with adruino IDE
@ioamas
No you do not need a SD card.
Just install drivers, plug in and press upload button.
https://docs.m5stack.com/en/core/core2 -
RE: M5stack Core2 as an AP and webserver - WiFi dhcp is inconsistent serving IP add to clients
@Krmiller
Maybe you should look at the source code of the library to see what it does directly when connecting to the first/second client...I think it's still related to the blockage -
RE: HTTP requests2: how to deal with server that keeps the connection alive?
@streammyevent
You may try open a session. -
RE: Connecting multi TOF4m units via PA.hub - weird behaviour
@sqbaczek
I think this might be some weird hardware problem, like a damaged component in the PaHUB causing the transmitted information to be incorrect... etc. Maybe the best way is to find a working one to test it. -
RE: NanoC6 dev kit. Code only runs when attached to IDE
@madwilliamflint
You can check whether the problem is related to the relay or the nano itself: for example, connect the nano to a specified Wi-Fi after powering it on, and see if there is any difference when plugging it into a computer or a USB power source. -
RE: using M5.Speaker.playWav in void loop()
@alecdvor
Maybe this function blocks the code that follows it? -
RE: Issue with default Serial
@mrtof
Have you tried using other GPIO as serial port? As far as I know, the default serial is internal, and there may be other data interference. -
RE: M5Burner on Apple M2 Ventura 13.6 Is Unstable
@krzychb
M5Burner is not very stable on macOS at the moment, but this problem does not occur on my 2021 MacBook Pro with macOS Sequoia 15.1 -
RE: Atom S3R - Screen Dead on Arival
@atmozphera
Since you have tried so many things, it should be determined that this is a hardware problem and you should contact the seller. -
RE: M5StickPlus2 - esp_core_dump_flash: Core dump flash config is corrupted!
@G00TH
I have never encountered this problem, and I don't see any place in M5StickCPlus2.h that may cause this problem. Maybe it is related to Flash Mode? If possible, can you provide your code?