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

Can't establish connection between SKR-PRO and ESP01S #9

Open
rafaljot opened this issue Jul 12, 2019 · 14 comments
Open

Can't establish connection between SKR-PRO and ESP01S #9

rafaljot opened this issue Jul 12, 2019 · 14 comments

Comments

@rafaljot
Copy link

I have

  • skr-pro 1.1
  • last Marlin 2.0
  • LCD 12864 - (works with last Marlin 2.0)
  • ESP01S with last ESP3d web interface works, baudrate=250000

configuration.h
#define SERIAL_PORT -1
#define SERIAL_PORT_2 1
#define BAUDRATE 250000
#define MOTHERBOARD BOARD_BIGTREE_SKR_PRO_V1_1
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

I can't establish connection between mainboard and ESP3d

@rafaljot
Copy link
Author

I found solution:
Modify file
Marlin-bugfix-2.0.x/buildroot/share/PlatformIO/variants/BIGTREE_GENERIC_STM32F407_5X/variant.h
#define SERIAL_UART_INSTANCE 1 //ex: 2 for Serial2 (USART2)
to
#define SERIAL_UART_INSTANCE 6 //ex: 2 for Serial2 (USART2)

and configuration.h
from
#define SERIAL_PORT_2 1
to
#define SERIAL_PORT_2 6

@Msq001
Copy link

Msq001 commented Jul 13, 2019

hello see this picture image

serial port
-1 is for USB CDC
1 is for TFT
6 is for ESP-01S

and you can also enable Serial 6 in this way
image

@Namorence
Copy link

Namorence commented Jul 20, 2019

Does that mean that you cannot use TFT (like the new BIGTREETECH TFT24 V1.1) together with ESP01S?

EDIT: I cannot compile after those changes, any ideas why?
image

@Namorence
Copy link

I managed to compile successfully, but how do you connect the module to your network, can find a good guide... :/

@dant220
Copy link

dant220 commented Jul 27, 2019

Any luck on this? I am trying too. I found this video. But I wonder what has already been done here?
https://www.youtube.com/watch?v=pJGBRriNc9I

@Msq001
Can you tell me if this is correct? What do I have to build here? Do I have to compile everything with an arduino? Or is it already done if I ordered the one with my Bigtree MKS pro board?

@Namorence
Copy link

@dant220 Yes, I manage to make it work. You can basically flash new FW to the ESP01S module from the SD Card directly, you only have to name it "esp3d.bin" and once you reboot the board it will search for that bin and flash it. Other than that, the FW BTT provided in their GitHub page didn't work for me at all and a friend gave me his .bin which he compiled (https://github.com/luc-github/ESP3D) and I'd suggest you join the SKR Pro group on facebook: https://www.facebook.com/groups/2264108593625228/ people are helping each other there a lot!

@dant220
Copy link

dant220 commented Jul 27, 2019

Hi Namorance. Thank you. I do not have a facebook account and am very dubious of facebook. :(

I will try that though. Thanks!!

@Namorence
Copy link

@dant220 create a fake one ;b

@dant220
Copy link

dant220 commented Jul 27, 2019

I guess. I hate to do it though.

@defalkner
Copy link

I managed to compile successfully, but how do you connect the module to your network, can find a good guide... :/

When its powered on it acts like another router (access point), you need to connect to it directly with laptop/cell phone to configure it to connect to your actual router and your done. It will disconnect and reconnect to your router.

@kojderek
Copy link

@dant220 Yes, I manage to make it work. You can basically flash new FW to the ESP01S module from the SD Card directly, you only have to name it "esp3d.bin" and once you reboot the board it will search for that bin and flash it. Other than that, the FW BTT provided in their GitHub page didn't work for me at all and a friend gave me his .bin which he compiled (https://github.com/luc-github/ESP3D) and I'd suggest you join the SKR Pro group on facebook: https://www.facebook.com/groups/2264108593625228/ people are helping each other there a lot!

I have flashed my ESP01S with several various methods also from SD CARD but when I plug It to SKR PRO 1.1 no wifi connection appears :(

@oldman4U
Copy link

oldman4U commented Jun 8, 2020

Hi.

Is this till an issue @kojderek? If so, could you please start a new ticket. Thank you

@rafaljot Hi. Could you please close this ticket in case you do not need it any more. Thank you

@oldman4U
Copy link

@bigtreetech Could you please close this unneeded ticket. Thank you

@oldman4U
Copy link

Please help the community and close the ticket once you do not need it anymore. Thank you

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

No branches or pull requests

7 participants