-
Notifications
You must be signed in to change notification settings - Fork 3
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
Start from beginning #12
Comments
I only see rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) when connecting flashed device to serial port |
Looks like I have low power for running esp + wifi enabled from USB |
@faronov Simon code is already merged to Marlin 2.x - and Marlin is more up to date |
thanks |
How I can be sure that I use the latest esp32 core in Platformio? |
I do not use PlatformIO so I cannot be sure but reading http://docs.platformio.org/en/latest/platforms/espressif32.html?utm_source=github&utm_medium=arduino-esp32#using-arduino-framework-with-staging-version Stage version should be up to date as GIT was updated one month ago |
I have some question regarding this cool project
for my test, it's just crashed and I try to understand this because some hardware must be connected and if it's missing I must expect that it crashes?
I like the idea to use esp32 as the controller board
if it's expected that devices won't' boot without additional hardware what is the minimum required hardware?
I plan to create some minimal with SPI drivers
And want start from some minimal hardware connected to this board
The text was updated successfully, but these errors were encountered: