LaudixGit

Results 37 comments of LaudixGit

note: forcing the use of Serial doesn't help because utility.cpp neglects to use the _SERIAL value #if PLATFORM_ARCH == PLATFORM_ARCHITECTURE_SAMD21**XXX** #define _SERIAL SerialUSB #else #define _SERIAL Serial #endif

Compiles when I comment-out line 20 of /Arduino/libraries/mWebSockets/src/utility.cpp

@skaarj1989 The Board Installer is part of a Adafruit package. There's [the Adafruit sales page](https://www.adafruit.com/product/3857), and I followed [their instructions](https://learn.adafruit.com/adafruit-feather-m4-express-atsamd51/setup) to add [their board ](https://adafruit.github.io/arduino-board-index/package_adafruit_index.json)to the IDE via the "Additional...

Yes. I have completed my task. But it will be nice to have the your update so future upgrades will "just work" - no modifications needed

FYI A workaround was to have the client, immediately after establishing a connection to the host, request an update. And in the message handler function on the server send the...

Worth noting. The SD Card for the Raspberry Pi host was created Aug 12, 2022. Ran (sudo apt update && sudo apt -y full-upgrade ) before any installation. rebooted and...

Also worth noting. The environment succeeds using all the above, but targeting an older board, wESP32. e.g., failure seems limited to the ESP32**S3**

Hmm. not sure what the correct settings are, but same bootloop occurs with either Flash option, and with with PSRAM enabled or disabled. But maybe I've got something else wrong?...

My settings are identical to the ones suggested by the device manufacturer on [their getting-started page](https://esp32s3.com/getting-started.html). ![temp](https://user-images.githubusercontent.com/58885245/184544368-8c4bee81-34b3-43ad-beba-cea32014bcd9.png) But if different settings will make this work, I am willing to try....

> related to ARM64 Linux only and Arduino IDE. Is it right? @SuGlider Nope: Same bootloop results with both 32-bit and 64-bit OS when using Arduino IDE. (and, for the...