-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
[Question] Is this project still being supported/updated? #1037
Comments
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
mks tinybee do not use esp3d but esp3dlib with marlin on other hand esp3d has S2 support and 3.0 does not have toon of issue it is still in alpha becuse did not meet the number or feature planned to move to beta, both should compile out of the box. you may also check http://esp3d.io
Yes I am currently working on webui extension, project is huge and cover several repositories |
things i have tried: |
i managed to fix it. now i am back to the serial2 error
|
i did it lol |
S2 has only 2 serial , this was fixed a while ago , what version are you using ? |
update: i have successfully uploaded and tested the code on the esp32 s2 mini. the fixes i've done:
this causes platformio to download the latest version of the mentioned toolchain and ignore the previous dependency that caused issues. could be that the link is dead or the version is no longer on the server.
weirdly this got the code working and uploaded. also as a side note, when i power the esp32 s2 and try to load up the ip address, it randomly loads up only sometimes. it did load up very reliably the first time but once i uploaded the webui firmware, it got very random, sometimes loads up and sometimes doesn't and shows me a black/white screen. could be fixed once i connect the serial to the board though. |
I have just compiled the latest git for esp3d for S2 out of the box and I cannot duplicate any of your compilation issues: So your changes are not necessary and not tested. |
In order to replicate the issue, try deleting your current set esp32 core and toolchains in I am using v3.0 alpha3 downloaded from your esp3d repository |
that version is old and outdated please use the git directly |
i was under the impression that the non alpha 2.1 version does not support the s2. isn't the main page of the git v2.1? |
the link for the development version (3.0) is in readme of 2.1 |
Hello luc Now i still haven't figured out how to connect the two boards. I've tried changing the pins, leaving the pins as -1 and tried pins 1,3. I am using a voltage divider to step down the voltage on the atmega's tx side but not the rx pin. What are the default rx tx pins on the esp32 if you leave them as -1? And does changing the rx/tx pins in the pins.h file work? |
if it is a mega board people use the Serial0 of the board: |
Well that's a shame. Thanks again. Looking forward to seeing where this project goes |
Why ? |
hello luc my setup is 4 jumper wires, my 5v tx coming from the atmega is stepped down to 3.3v, confirmed with a multimeter but the tx pin coming from the esp32 is just directly connected to the atmega's rx. |
i also have a feature request. as the esp32 s2 platform natively supports hosting usb, you could perhaps hook it up to a usb camera and have a monitoring system using a regular usb webcam which would be super easy to hook up and use. i have seen people use an s2 to stream a usb camera feed over wifi so it is theoretically doable but i imagine it would take up lots of ram and flash space... |
please open new issue with all informations requeted |
this is not planned sorry, it depend on what usb camera is plugged and may need extra drivers to read the stream |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I've had a mks tinybee for some time. terrible board, based on the esp32, it does not even support babystepping and mesh bed leveling, but the one part i absolutely loved about it was the esp3d. I'm trying to install it on an s2 board i have lying around and I've been at it for 3 days now and it's honestly just fighting back. i can't even seem to build it, always running into errors mostly related to the code not being adapted to newer libs and core updates, very frustrating. The "stable" v2.1.x seems to not even support s2 boards and the newer 3.0 which is still in alpha has a ton of problems that are beyond my skills to fix. On platformio it tries to download an outdated lib: " unknown package error: could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3' requirements for your system 'windows_amd64' " perhaps due to the links being old, and on arduino ide it gives back the error "serial2 was not declared in this scope" and when you demolish serial2 from the face of the earth, it says "error cannot convert 'usbcdc*' to 'hardwareserial*' in assignment " Is there anything i'm missing? Or is there any bugfix version or something i can use?
The text was updated successfully, but these errors were encountered: