Skip to content

Add support for M5Atom #389

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

Closed
doctortee opened this issue Aug 3, 2020 · 4 comments
Closed

Add support for M5Atom #389

doctortee opened this issue Aug 3, 2020 · 4 comments

Comments

@doctortee
Copy link

(I don't know if this should be posted here, or on the main repo...)

PlatformIO actually supports M5Stack and M5Stick, but doesn't yet support M5Atom. The configuration seems to be similar, but it has a dedicated library located here :
https://github.com/m5stack/M5Atom

Would it be possible to add a dedicated board configuration for them ? Many thanks !

@TimDeve
Copy link

TimDeve commented Aug 10, 2020

For people like me who ended up here looking for how to use platformio with the atom, looking at the M5 docs you can see that the Arduino IDE board is the same as the M5Stick.

This example config works:

[env:atom]
platform = espressif32
board = m5stick-c
framework = arduino
upload_speed = 1500000
monitor_speed = 115200

lib_deps =
  M5Atom@0.0.1
  FastLED@3.3.3

@szymoni
Copy link

szymoni commented Sep 23, 2020

Hi, were you able to connect M5Atom to WiFi on this board configuration (alternatively board=pico32)?

@TimDeve
Copy link

TimDeve commented Sep 23, 2020

Yeah, no problem with the wifi, you can check out my project for an example.

@eliabieri
Copy link

any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants