Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AtomS3U ESP32S3 #5

Open
mgrouch opened this issue Jun 2, 2023 · 1 comment
Open

Add support for AtomS3U ESP32S3 #5

mgrouch opened this issue Jun 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mgrouch
Copy link
Contributor

mgrouch commented Jun 2, 2023

It was just announced that it’s available for orders.
A new version just announced

https://shop.m5stack.com/collections/m5stack-new-arrival/products/atoms3u?mc_cid=1f4414723a&mc_eid=2c1bd8e003

@mgrouch mgrouch added the enhancement New feature or request label Jun 2, 2023
@oxbown
Copy link

oxbown commented Jun 14, 2023

I bought an AtomS3 and found some interesting things about CAN and new ESP devices.

Espressif renames CAN BUS to TWAI so with new boards libraries like "NMEA2000_esp32" not compile.

References to this bug here

A possible solution here --> Commented here

To make this project multiplatform compatible could be a good option to switch to M5Unified library.

#include <M5Unified.h>
...
void setup() {
  auto cfg = M5.config();
  M5.begin(cfg);
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants