luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.73k stars 465 forks source link

PlatformIO Settings #456

Closed ModMike closed 4 years ago

ModMike commented 4 years ago

Sorry about the dumb question, I haven't touched PlatformIO in 18 months.

Do I need to change the board ID to match my Wemos D1 Mini or leave as is?

Thanks!

luc-github commented 4 years ago

Wemos D1 Mini is standard esp8266 so the default settings I have set should work no need to change

ModMike commented 4 years ago

Thanks, found the link and sent donation.

I uploaded ESP3d 2.1 and the blue light doesn’t flash and I don’t see it on network anymore.

On May 4, 2020, at 4:41 PM, Luc notifications@github.com wrote:

Wemos D1 Mini is standard esp8266 so the default settings I have set should work

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/luc-github/ESP3D/issues/456#issuecomment-623693782, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIXC6OWUTGKUYROLCDGE2KTRP4R6JANCNFSM4MZB2TMQ.

luc-github commented 4 years ago

did you unplug replug after flash ?

ModMike commented 4 years ago

Sorry, it took awhile for network to see it, now it works perfect. Just need to upload Spiffs file. By the way, you show a logic level converter in the instructions but my board looks different. Do I still need it if my Fystec Cheetah board has a USB header with 3.3v?

luc-github commented 4 years ago

the logic converter is only necessary if you printer board is 5V based, if it is 3.3v on GPIO there is not need

luc-github commented 4 years ago

Thanks, found the link and sent donation.

@ModMike thank you, which link: paypal or sponsor ?

ModMike commented 4 years ago

I did PayPal but can sponsor your amazing work if you like. Certainly worth it.

Sorry for another dumb question. I need to upload the spiffs file to get web UI right? Where do I find it?

Sorry I slept 2 hours and can't think straight.

luc-github commented 4 years ago

Paypal ? -strange I should have been received it but do not see it - may be need time

this one you need is https://github.com/luc-github/ESP3D-WEBUI/blob/2.1/index.html.gz

ModMike commented 4 years ago

Can you please check you account and let me know if you got it?

luc-github commented 4 years ago

Yes got it thank you ^_^

ModMike commented 4 years ago

Ok everything up and running. Please excuse my stupidity, I feel like I was drugged today.

luc-github commented 4 years ago

you need a rest ^_^

Ok my time to sleep then - have a good afternoon

ModMike commented 4 years ago

Salut mon ami!

ModMike commented 4 years ago

Plugged into board except need to figure out voltage issue. Right now powering each one from separate usb.

I don't see SD card but that's probably because of setup or 8.3 format. If I want to enable ESP3d-WebUI but want ESP3d to manage wifi do I just do the following in Marlin?:

`/#define WIFISUPPORT // Marlin embedded WiFi managenent

define ESP3D_WIFISUPPORT // ESP3D Library WiFi management (https://github.com/luc-github/ESP3DLib)

if EITHER(WIFISUPPORT, ESP3D_WIFISUPPORT)

define WEBSUPPORT // Start a webserver (which may include auto-discovery)

define OTASUPPORT // Support over-the-air firmware updates

define WIFI_CUSTOM_COMMAND // Accept feature config commands (e.g., WiFi ESP3D) from the host`

Why is this even needed if it talks to Marlin perfectly as is? It is already responding to commands with it off.

luc-github commented 4 years ago

no, Marlin settings you mention are for Marlin installed on ESP32 board and using ESP3DLib not ESP3D

check M20 is working this is what ESP3D WebUI use to list files so 8.3 format has no impact as Marlin only list 8.3 format with M20 and print commands

luc-github commented 4 years ago

@ModMike is it working now?

ModMike commented 4 years ago

It’s working perfectly! I just need to get the voltage issue sorted out. Right now it only works if I give it per form it’s own USB connection, which is 5V.

I tried taking power from the 3.3V pin on the board but it does not work. I am hesitant to use the 5V. The board is also different than the one you have, but the name is the same.

Wemos D1 Mini front

Wemos D1 Mini Back

I did measure the TX and RX pins on the controller and they are at 3.3 so all good there. If only I could power it off of 3.3V I would be good to go.

ModMike commented 4 years ago

Update: Got to work on 3.3v, had an intermittent connection.

This board is perfect!

luc-github commented 4 years ago

That is weird here they write it can be done https://www.reddit.com/r/esp8266/comments/7ywmeg/powering_wemos_d1_mini_with_lifepo4_33v/

ModMike commented 4 years ago

Check comment above your post.

luc-github commented 4 years ago

ok so I guess issue can be closed ^_^

ModMike commented 4 years ago

Yes sir, thank you for your patience. It's been a long week :-)

github-actions[bot] commented 3 years ago

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.