Add wifi to your Bigtreetech mainboard/touchscreen - ESP-01S guide

  Рет қаралды 240,461

Teaching Tech

Teaching Tech

Күн бұрын

Пікірлер: 323
@LesFishingMoreCatching
@LesFishingMoreCatching Жыл бұрын
I just added this to my Biqu B1 with the TFT35 B1 v3.0.1. I ran into two issues, as mentioned in another comment below while selecting the firmware file for the esp, you need to check off the box left of the file name and type the 0x00000 address into the box on the right. Also I had to edit a config.ini file and enable the 115200 baud rate on the 2nd communication device. Also you can can configure the ESP with the flash tool by just providing power to it after the flash.
@DinkaFox1
@DinkaFox1 Жыл бұрын
Just wanted to give a big thanks to you for this comment. I was following the instructions in the vid but it did not seem like the firmware was flashing. I assumed it was an issue with the ESP module I bought but new ones I got didn't work either. I noticed in the guide, the textbox was highlighted green but I didn't see the checkbox marked, so I assumed it might not need it. This was my issue all along. I was able to finally properly flash the firmware following the step you provided and got it working on my printer.
@LesFishingMoreCatching
@LesFishingMoreCatching Жыл бұрын
@@DinkaFox1 glad my comment helped.
@EsotericArctos
@EsotericArctos 11 ай бұрын
Just as a note, any ESP01 module with the right firmware flashed can be used. They are a fully standalone microcontroller and can be flashed with lots of different firmwares. The ESP-01 is a standard form factor. Also, you don't need the BTT Writer. Any FTDI style adaptor with 3.3V logic will work with this. Those things aside, this is a great tutorial if you want to add basic WiFi on 2.4GHz only to your printer very cheaply as the ESP-01 is very cheap. You will NEVER get an ESP chip match Octoprint because they just don't have the processing power. Octoprint runs on a Raspberry Pi or even more powerful computers, more powerful than the microcontroller on the printer controller board, let alone just the ESP chips. The ESP chips are great for basic wifi functionality, but if you use the full feautres of Octoprint, you might as well just stick to Octoprint and not bother with these as Octoprint can give you the full WiFi capabilities as well
@jack-bjorn
@jack-bjorn 3 жыл бұрын
As always, you are the go-to. No one out there is as thorough as TT. Thanks Michael.
@johndaly5958
@johndaly5958 4 жыл бұрын
As usual a great tutorial. You are quickly becoming my goto source when I have issues/questions on my ender 3 pro. I bought my ESP-01 as a bundle with my TFT and it seems like it came preloaded with the needed firmware so I only needed to run steps 4.5.6. Still very good tutorial for those needed steps. If I had seen steps 1-3 I may have opted out of this upgrade as the cost of the writer+cables would have made this a $13 upgrade. I did have some issues post configuration trying to make changes to my preferences and creating macros but the problem was the on board chip memory usage was nearly 100%. I ended up removing the the favicon.ico and 404.html files (not really 100% sure what these files do for me) and that freed up enough space. Could probably also remove the index.html.gz file as well. Just a tip in case anyone else is running into issues with this.
@tjones99
@tjones99 3 жыл бұрын
I ran into an issue using this with the non TFT display plugged into the SKR Pro V1.2 board directly. Got it all flashed and looked great but nada on the M115 query. This is a Marlin thing... Marlin has two serial ports configured. One for USB (-1) which is used to send GCODE over USB (normal!) and one for the TFT (1). Now since you plugged yours into the TFT display, this worked because it was daisychained through the TFT display serial port (1). I was using a cheap non touch display hooked up using EXP1 and EXP2. So serial port 1 was not correct. Change 1 to 6 in the Marlin firmware and recompile and load on the SKR board and the SKR Pro V1.2 ESP01 connector is then active and connects. Working! Win! Thanks.
@wyohman00
@wyohman00 4 жыл бұрын
It's interesting to see the old MS-DOS 8.3 filename limitation in 2020....
@davey3765
@davey3765 4 жыл бұрын
It wasent as much DOS as the FAT filesystem from what I remember.
@gg-gn3re
@gg-gn3re 4 жыл бұрын
@@davey3765 DOS had a 3 character limit which is why .jpeg is .jpg in so many places. as well as many other programs still sticking with 3 letter extensions even though it isn't really relevant anymore.
@GameProgrammer79
@GameProgrammer79 4 жыл бұрын
@@gg-gn3re this is because of some tiff between marlin lead developer and luc (author of Esp3D) where marlin maintainer says "the file name limitation is a feature not a a bug" !! can you believe it !!
@BrotherBloat
@BrotherBloat 4 жыл бұрын
sadly, this is apparently a Marlin limitation :
@alexbrown1050
@alexbrown1050 4 жыл бұрын
@@GameProgrammer79 memory constrained devices can't afford thicc filenames.
@MrFramitz
@MrFramitz 4 жыл бұрын
I purchased the screen and wifi module with the board, I returned the screen and wifi module. It use Octoprint instead. The board is a wonderful upgrade.
@NikolaosSelimis
@NikolaosSelimis 4 жыл бұрын
Just wanted to say THANK YOU!! Loving your material and your doing a great service for the community. Wish you all the best!!!
@Markfps
@Markfps 4 жыл бұрын
This is the video that I wanted to get! Thanks Michael! I have all the necessary parts sitting at home.
@RobertLeibinger
@RobertLeibinger 4 жыл бұрын
If you only need the WiFi and no touchscreen there is also a way. Took me some time to figure this out. I used a NodeMCU which has USB connection for flashing (no extra flasher hardware needed) and can handle 5V. I connected it directly to the TFT connector (VC, GND, RX, TX) and it runs great.
@adamvalt6609
@adamvalt6609 3 жыл бұрын
can you please send link to any tutorial?
@NTFmain
@NTFmain 3 ай бұрын
Thank You very much, you helped me solve this big problem. I am great mechanical engineer but when it comes to microelectronics I am dumb as F...., I stare in to the screen and have no idea what to do and where to search. Thank you for links and all info you provided. THANKS
@r.npianodiary4764
@r.npianodiary4764 2 жыл бұрын
Old but a good video! If anyone is interested, it works almost exactly the same with the ESP32E/ESP32U, only you don't need the flashing tool! Unfortunately, my comment explaining how it works, and the pin assignment was deleted. So you have to write to the BIQU support about the pin assignment!
@BalkaranSingh-gt2io
@BalkaranSingh-gt2io 4 ай бұрын
Finally! I was also struggling to flash my esp32U on BTT Octopus Max EZ. Can you please tell how did you achieve this confusing situation? I'm still not able to figure it out. Thank You.
@Hammer.Paladin
@Hammer.Paladin 3 жыл бұрын
I just want to say that I love your channel. Of all the people that so called teach you how to on this site you are the clearest and you don't jump so fast that we can't keep up. How do those other people think they are helping when they go so fast that you can't catch half of what they are saying. Frustrating. Not everyone that watches these videos is a pro. SLOW down damnit. Not you though, you're great. Thank you. I have a request. I'm new to this stuff and I'm old. It confuses the heck out of me. I've tried and tried and I am not able to configure the firmware for my Anycubic Mega Zero 2. I installed the SKR-Mini 2.0 and the TFT35 E-3 3.0 . Nice boards but I can't get things going. Screen I managed to flash. But I need the printer itself set up. X=220, Y=220 and Z=250. I also installed the BLTouch and it has the stock extruder that runs reverse from what the firmware is running. I like the stock extruder, it works great, it is dual drive geared and I like it. Would you be able to configure that for me in a firmware i could simply download and flash? I'm about ready to just dump the whole dang thing in the garbage. I am tired of trying to figure out this stuff. If I still had the original boards I'd be putting them back in but I donated them to a school back east so I'm stuck.
@landonhillyard
@landonhillyard 4 жыл бұрын
Your instruction quality is incredible. You deserve to be much larger than you currently are.
@Cfontes82
@Cfontes82 4 жыл бұрын
As a Brazilian that lived and love Australia ( Perth is still Australia right? :D ) it's super cool to see you in that Ayrton Senna Jacket the man was a class act and the main reason F1 was cool to watch in my childhood (also his battles with Mansell and Prost), I stil remember the watching San Marino in 94 super clear even now, such a sad day. He was a excelent pilot but also knew a lot about cars and mechanics in general even without being an engineer. Keep up the awesome work, this channel is the best 3d printing resource on YT, I always watch it even when it's related to printers I don't care too much just because it is so well done. I always learn some stuff,
@LucasHartmann
@LucasHartmann 4 жыл бұрын
I tried esp8266 based solutions in the past, and they were slow but functional, and wifi was still more reliable than the usb my printer had. Today, with raspberry pi zero w and similar boards for $10, there is not much reason for esp8266 on the printer anymore.
@rods87175
@rods87175 4 жыл бұрын
Great instructions! Easy to follow. I already purchased a few but didn't install any yet before watching this. I did do part of the install different. After I burned the firmware, I unplugged everything but the 3.3V & ground and completed the remaining steps while still powered by my laptop. Upon completion, I plugged it into the TFT35 on my Ender 3 and it was ready to go!
@thensley72
@thensley72 4 жыл бұрын
Thanks again, Michael!!! I bought a few of these and was struggling!
@jeffweiss2131
@jeffweiss2131 4 жыл бұрын
Me too!
@EliasOda
@EliasOda 4 жыл бұрын
@@jeffweiss2131 Dumbass bought this......He will make another video and it will ber BTT new board with onboard wifi anyway.....All this effort......I bought things like this before and then as soon as i finish setting up.......Go figure....they bring out a new latest and greatest board with new features.....Waste of time....the money is no issue just pointless.
@albertofranca5009
@albertofranca5009 4 жыл бұрын
Congratulations on the video, beautiful SENNA jacket, thanks for remembering.
@jon9947
@jon9947 4 жыл бұрын
Those esp8266 modules are used in quite a few smart home devices also So not that anyone probably needs an excuse to buy a sub $5 ftdi, but if you do, or you want to find use for it after you upgrade your printer it can come in very very handy to write new firmware on smart home products that arnt suppose to be "hacked".
@not-another-dev
@not-another-dev 4 жыл бұрын
I love the SKR 1.4 I updated my Ender 5 for this board and can't recommend it enough, I have asked them to re-orient the ESP-01S port somewhere else on the next revision of the PCB
@jon9947
@jon9947 4 жыл бұрын
Some dupont connectors and hot glue would remedy the situation.
@gamerpaddy
@gamerpaddy 4 жыл бұрын
i recently added the same to my skr 1.3 just flash esp3d onto a esp-01s via arduino ide and ftdi adapter, and hook it up to the "TFT connector" (right side of sd card slot, above aux 1), its pinout is 5V GND TX0 RX0 RST. rx/tx can be hooked up directly, just 5v to 3.3v via external dc-dc or linear regulator. the digital i/o pins on the LPC boards can take 5v as input but its output is 3.3v, no need for a level shifter. bridge EN/CH_PD and RST on the esp01s to 3.3v so it can boot.
@daltana1980
@daltana1980 4 жыл бұрын
thanks for the tip! Is the documentation available somewhere?
@LeeWinkler
@LeeWinkler 3 жыл бұрын
Really cool that they put this right on the board... just one clarification...the ESP 01 isnt a wifi module....its an entire microcontroller, that happens to have wifi... Yeah its probably splitting hairs, but dont undersell this cool ass little thing.
@ALegitimateYoutuber
@ALegitimateYoutuber 4 жыл бұрын
this week i'm heavily upgrading my ender 3 based on reviews you did. because well i need it and well I need it quite since it's going to have to run like a foot away.
@McNik97
@McNik97 4 жыл бұрын
I was literally looking for this yesterday and now you are here
@ChristopherJones16
@ChristopherJones16 4 жыл бұрын
and we wont see this video again till youtube suggests for us to watch it in ten years.
@tommy3dp
@tommy3dp 4 жыл бұрын
Thank you! Thanks to this video, all my questions have been answered and I have a great environment, really. Thank you.
@javsen2121
@javsen2121 4 жыл бұрын
Hey, you have a glitch when you load the firmware. In the video, minute 7:51, when you choose the file ESP3D.bin IT IS NECESSARY to put in @xxxxxxxx the start memory 0x00000 and mark the start box. If you do not mark and put the memory (0x00000), the recording is not correct, now you can see the box with 0x00000 in green. Also with a simple convert from USB to TTL can be recorded without problems. 3v3 to ESP 8 and 6 GND pin to ESP 3 and 1 Tx pin to ESP 4 Rx pin to ESP 5 pin Tested and ok. Greetings from Spain...
@court1939
@court1939 4 жыл бұрын
You nailed it. I just tried flashing and couldn't figure out why it was not working.He either flashed it previously, or it was already flashed. Without that check box and offset, nothing is written.
@AM-pi7jy
@AM-pi7jy 3 жыл бұрын
I just spent 2 hours trying to flash this thing. This simple checkbox and address did the trick! Thanks!
@Dvulikiy
@Dvulikiy 11 ай бұрын
Dude.... you saved me couple of hours of my life.... was scratching my head for a long time... "what I did wrong?!" style...
@brettturnage533
@brettturnage533 4 жыл бұрын
Got an immediate like because of the SENNA jacket.
@Grazvius
@Grazvius 4 жыл бұрын
I would say, that if you need only Wifi printing with terminal - this is perfect tool for couple of dollars. Furthermore, if you will change old and barely working ESP--01S to atleast ESP8266 or even ESP32, you will have DHT support for temperature monitoring, relay control (or any other device with GPIO control) or WEB camera. Even more - you can add additional small OLED via I2C and that will be interesting device for less than 10 dollars.
@Markfps
@Markfps 4 жыл бұрын
I think it can definitely replace octoprint for me, as long as I can print something from the internal SD and have control over wifi, that would free me from using a raspberry and having to shut it down correctly to avoid SD card corruption.
@Ringmaster860
@Ringmaster860 4 жыл бұрын
Starts video - 666 views - hears Shotgun loading with malicious intent. Great video as always.
@billcodey1430
@billcodey1430 4 жыл бұрын
Will never forget 1994 San Marino.
@JasperJanssen
@JasperJanssen 4 жыл бұрын
Was that the one year San Marino ever won a game?
@stefbeumer523
@stefbeumer523 3 жыл бұрын
@@JasperJanssen No it’s when Ayrton Senna died in a car accident (Formula 1).
@RomanoPRODUCTION
@RomanoPRODUCTION 4 жыл бұрын
you don't need the writer, you can use the sd card slot of the SKR PRO 1.1 to flash the ESP01S
@stefanopiek4322
@stefanopiek4322 4 жыл бұрын
RomanoProductions Than tel me how ? First of all how should be the jumpers on skr pro board configured Than are there any marlin settings required before flashing esp01s from sd card ??
@richardpedicini2647
@richardpedicini2647 2 жыл бұрын
Great step by step tutorial. And really nice Ayrton Senna Jacket :-)
@Spartacusse
@Spartacusse 4 жыл бұрын
Thumbs up for the Ayrton Senna hoodie! If I'm ever able to emigrate from Brazil, Australia will be my first choice (if the Chinese don't buy the whole country first, that is😂😂 ). Thanks for an other great video!
@RomanoPRODUCTION
@RomanoPRODUCTION 4 жыл бұрын
the Queen has secretly sold Australia to the Chinese but it's only official when she is gone for good. She will last long because she already has the money.
@KeirMurphy
@KeirMurphy 4 жыл бұрын
Sweet. I've been meaning to get mine working. Thanks for the video
@willhutcheon4144
@willhutcheon4144 4 жыл бұрын
This programming method makes this excessively difficult (looking). Please refer to Tasmotizer (load binary file and hit "Tasmotize" (program). if using a standard FTDI adapter, just make sure upon powering up the ESP-01 chip the GPIO 0 (zero) is held to GND for at least 2 seconds. This must be done prior to and during power up. If using the BTT FTDI programmer, it is handled by software. Much simpler. tool here --> ( github.com/tasmota/tasmotizer )! Thanks Michael for another wonderful video.
@riher4946
@riher4946 Жыл бұрын
THANK YOU!!! I've been fighting this for 2 days BTT does not work for regular programmer.
@jeffweiss2131
@jeffweiss2131 4 жыл бұрын
thank you for this. I have been looking for these instructions for a long time.
@jeffweiss2131
@jeffweiss2131 4 жыл бұрын
Downloaded the files, now it is time to read!
@Dude-ot9sb
@Dude-ot9sb 5 ай бұрын
I have completed the instructions -- very good as usual for Teaching Tech. A couple of questions below however.... One of the comments posted about Checking the Box in the Firmware Update tool for the firmware file + entering 0x00000 was essential to post the firmware update to the ESP-01S. Completed the Web-Update on the ESP-01S with it plugged into the BTT CH340 Writer Tool 3.3v and GND only pins to power it. However, after placing the ESP-01S onto my TFT35_v3 board, the TFT Tools UI screen does not post a splash screen showing the ESP-01S is connecting to my home network, nor displaying its IP-address -- that was shown in the video and not what I observed. I checked my router for connected devices and found the IP address, then was able to log into the TFT ESP-01S homepage from a computer browser. However, I could not see any active status or send any Pronterface commands via the Web interface while connected to the printer via ESP-01S. The Serial comm subscreen showed G-codes being generated to send when pressing options on the webpage, but the printer didn't perform the actions. Questions: 1) How do I locate & show the IP address of the TFT35_v3 ESP module in the TFT35 UI sub-screens (without having to check my router for connections)? 2) Are there Marlin Firmware settings that I must enable so that the TFT35_v3 can send/receive g-code commands to the printer through the ESP-01S web interface? I have Marlin 2.1.2 firmware. Thanks,
@Dude-ot9sb
@Dude-ot9sb 5 ай бұрын
I have sorted out Question #2: In the TFT35_v3 config text file, I did not have UART port P2 set to a non-zero baud rate. That port is dedicated to the ESP-01S Wifi -- set P2 baud to 250000 in the file, uploaded the firmware + config edited file via SD card to TFT35, and upon start-up I can now see serial comms in the ESP3D web-interface and send gcodes. No additional Marlin updates beyond the original setup for attaching the TFT screen.
@mikehattias5837
@mikehattias5837 3 жыл бұрын
thank you so much for all the guides
@QuantumRob-yt
@QuantumRob-yt 4 жыл бұрын
Nice video, I was thinking of doing this at some point and now glad I didn't. :) I'll check this off the list.
@dovfeder3253
@dovfeder3253 2 жыл бұрын
I have an Ender 3 Pro which I upgraded by installing the Big Tree Tech SKR Mini e3 v3 and the TFT 3.5 touch display. The Ender 3 is connected to my Raspberry Pi 4 via the micro mini usb port on the printer. This allows me to access octoprint. I just broke the micro usb on the SKR mini and my printer cannot access the web. I purchased an ESP-01S chip hoping to just plug it into the TFT or the SKR and have an immediate magical connection. Your video explained how this wasn't exactly a plug and play situation and though they are skillfully presented and detailed, your instructions on the chips' installation are way over my head. So I'm looking for any solution other than installing new mother board. I would greatly appreciate any advice or suggestions. Thank you for all the time you have obviously put into each and every video. And even if I don't fully grasp the content, I do learn something from each one. Stay healthy - Dov Feder
@Jules_73
@Jules_73 2 жыл бұрын
You can always try your hand at replacing the micro usb port on the board. It's not that difficult with the correct tools.
@dovfeder3253
@dovfeder3253 2 жыл бұрын
@@Jules_73 Thank you very much for your response but I must confess that at 67 I'm pretty sure even the simplest soldering job is beyone my abilities. I was hoping to use the standard usb port on the attached TFT 3.5 touch display. I connected the usb on the Raspberry Pi 4 and then to the TFT hoping to be able to access octoprint that way but there doesn't seem to be any communication between the two. I appreciate your advice though. Thank you.
@dovfeder3253
@dovfeder3253 2 жыл бұрын
Can I connect a usb cable from the raspberry pi 4 usb slot to the TFT 3.5 usb port in order to connect with the raspberry pi/octoprint?
@ChristopherJones16
@ChristopherJones16 4 жыл бұрын
14:35 I'm having a somewhat difficult time understanding his (the github author) English, but is he basically saying to increase the speed of the file transfer rate over wifi of the printer is to not use that specific wifi module and to use another one that is a SD version? Second question: What does OctoPi offer that this doesnt? I'm a noob, so I have no idea what OctoPi does. From what I've seen in this video its pretty impressive.. The fact it has a camera (video?) option makes this a pretty sweet add-on.
@peterjohnjoseph
@peterjohnjoseph 4 жыл бұрын
He has an entire Octoprint video. The camera settings in it, like time-lapse, are so much more advanced. Plus, with hundreds of plugins, there is unlimited potential to do more. Get a Raspberry Pi, control your printer, and when you inevitably get more, it will control those as well, from your phone app.
@gazgadgets
@gazgadgets 4 жыл бұрын
One of the problems I have with Octoprint (Which I use most of the time) is the comms speed between the pi and the main board (SKR Mini E3) causes the printer to wait for a split second sometimes for the next command. This is particularly true on printed curves. So a fast way to upload to the SD card would be useful. Looks like the wifi card might be a better solution.
@michaelwatkins7448
@michaelwatkins7448 4 жыл бұрын
How about a video showing how to make the SKR Mini e3, TFT-35 & Bltouch work together.
@BLBlackDragon
@BLBlackDragon 4 жыл бұрын
Good video. I opted for the ESP-01S when I was building my Hypercube Evolution. A few observations: - Personally, being an old guy (LOL), the 8.3 filename is not a big deal. It's what I grew up with. (it's the old 8-bit DOS filename format. Tells us something about the board.) - Not sure why the upload is slower than on a standard wifi, but I'm not in that big of a hurry. - The Writer is a nice touch. I had to wrestle with the old Arduino-and-breadboard a bit to get it rolling. My personal opinion, the ESP isn't better or worse than an OctoPi, it's just different. (although the new OctoServer might change that opinion slightly)
@willhutcheon4144
@willhutcheon4144 4 жыл бұрын
Give " Tasmotizer " a try. I think your opinion will be forever changed. 1. Load Tasmotizer. 2. Select BIN and load BIN file. 3. Click Tasmotize. (it auto selects the correct pragramming optins and correct COM port unless you have multiple ESP chips plugged in.)
@tiagocampos959
@tiagocampos959 4 жыл бұрын
I like your Ayrton Senna jacket. Nice video.
@Rafaelguitarplayer
@Rafaelguitarplayer 4 жыл бұрын
Thumbs up for the Senna jacket.
@ladislavpatasi6208
@ladislavpatasi6208 3 жыл бұрын
hello, nice video. But I have a problem. Connection OK. The gco file will load, but everything will stop at 22% and I don't know why. ERROR 0 appears.
@Biz_Buz
@Biz_Buz 4 жыл бұрын
The better way is to use an android TV-box with installed Linux and Octoprint. TV-boxes are the same SBCs like any any other Pi-series computer with ARM processor. Just for $20 you get quite a powerful miniPC with Wi-Fi module and internal memory storage that comes already in plastic case and equiped with a power supply! I'am currently using Octoprint at X96mini TV-box. It's quite fast and stable.
@TheSilientman
@TheSilientman 4 жыл бұрын
How did you convert the tvbox to octa print etc
@stphnkng
@stphnkng 4 жыл бұрын
Can you please explain the "ESP3D Firmware Update" button @12:22. My understanding is that the wifi module works out of the box and then use Firmware Update to flash the latest firmware. Hence no need for the BTT Writer.
@adamgibson9357
@adamgibson9357 3 жыл бұрын
Stopped by to say awesome sweater!
@roccocroce
@roccocroce Жыл бұрын
What a fantastic video. Thank you for this
@stphnkng
@stphnkng 4 жыл бұрын
I have SKR Mini V2.0 and TFT35-E3 V3.0 with latest firmware. Everything works except SD Upload fail with Error: Error: No Checksum with line number, Last Line: 1 Resend: 2 Any tips?
@joshuaolsen8844
@joshuaolsen8844 4 жыл бұрын
Michael could you make a DuPont crimping tutorial? I bought a kit and the pliers but man is it hard!
@markpeters5471
@markpeters5471 3 жыл бұрын
Its not fun for me and my big hands also. I found the if I close the crimper to the first locking click. I then clip the forming strip between fitting leaving it on the fitting I want. Using needle nose players I can fit the fitting into the crimper and the remaining forming strip holds it in the correct position. Once crimped break off the strip. You may need to do a little forming on the larger section the get it to fit
@mr.dennettic8768
@mr.dennettic8768 3 жыл бұрын
I keep getting this same error. [2021-05-05 11:48:00,956][ESP8266Loader_spi[1]][espDownloader.py][line:358][ERROR]: Chip sync error: Failed to connect to ESP8266: Timed out waiting for packet header [2021-05-05 11:48:00,960][ESP8266Loader_spi[1]][espDownloader.py][line:446][ERROR]: ESP8266 Chip sync error esp_sync_blocking. I double-checked that everything was followed as guided and even made sure that the com channel and baud were congruent under device settings and properties, so I had thought there was a hardware issue with the wifi module. Until I purchased a new wifi mod and writer and saw I was getting the same message. Any help would be much appreciated!
@denisjones4238
@denisjones4238 2 жыл бұрын
The same thing is happening to me. Did you find out a solution?
@mikebaker7663
@mikebaker7663 3 жыл бұрын
Hi Michael , do you have any plans on doing a video for the BIGTREETECH ESP-07S WIFI Module To Use With SKR2 Board , I have both and cant find any info anywhere about it.
@Yamagatabr
@Yamagatabr 3 жыл бұрын
Did you managed to make it work? I also have the two to use
@Loadingdread
@Loadingdread 3 жыл бұрын
If anyone else was having issues with serial drivers with windows 10 you are looking for ch340 drivers. Just google it and there are a number of places showing you how to install it.
@EnergySeeker
@EnergySeeker 4 жыл бұрын
i did all and then i dont see the ESP3D on the wifi , my network is 10.0.1.xx is that why ? if not what can i try to make it work ? thanks
@evothefreak5687
@evothefreak5687 4 жыл бұрын
any ideas this keeps popping up when use touch screen while printing marlin mode works fine M73 Q84 s7 this its something to do with print percentage any ideas how to stop it thank you
@baodybag
@baodybag 3 жыл бұрын
hmm i got a second printer and wanted to try this rather than octoprint since it was so much cheaper but i cant get it to do anything. I got the firmware flashed and the web files uploaded and can connect with my pc (wired CAT6) and phone (wifi) and go through preferences and have set a static IP and all but it does not "see" any info from printer and cannot move any axis or heat the bed. I am running it on a Sovol SV01 with a skr mini e3 v2 and the tft35 with the module plugged into the tft. On the printer tab i clicked refresh and then only get the words Label, Value, and Help with a thin black outline like they are buttons but thats it?
@bumbarabun
@bumbarabun 4 жыл бұрын
Thanks for the great info! Is there video on how is integration of this TFT and Octoprint work? If not, can you create one? I mean if you start print from octo will it show progress from TFT? Can you choose to print from TFT SD card from octoprint interface? Thanks!
@vitifj2
@vitifj2 4 жыл бұрын
There is a plugin in cure to use this adapter built into octoprint
@glenb1356
@glenb1356 3 жыл бұрын
Having some trouble...bought module and programmer on Amazon. No silk screen on the boards :-( Programmer does not show up as USB serial port, and no drivers found anywhere. It then dawned on me it might just need ANY USB to ttl serial converter. Yep, wired up like I saw elsewhere on the net, and flash tool showed success burning ESP3D onto the modules. Now, plugged into BTT 35 v3 and no broadcast that I can find. Also plugged into SKR 1.4 turbo and no broadcast. Not sure where to go now... Just powered the module with 3.3V, gnd, and enable (3.3) and also no broadcast...it does appear that neither the 35 v3 nor the skr 1.4 communicate with the module, saw NO blue comm led on the ESP01 module...
@vandit6354
@vandit6354 4 жыл бұрын
How can you reset the module? I set my wifi parameters, restarted it but it failed to connect to the router. Now its not broadcasting an SSID so am a tad stuck.
@jbwebst
@jbwebst 4 жыл бұрын
This is kinda where I am - I replaced my router, so now how do I reconnect to the module to enter the new WIFI info.
@isaramdath592
@isaramdath592 4 жыл бұрын
Hey Micheal ,BIGU have put out the SKR mini e3 V2.0 with easy sendorless homing , dual z support and thermiator ahprtage protection circuit , can you do a video going over and setting up the board and verifying the thermistor protection circuit?
@matthewbridge8433
@matthewbridge8433 3 жыл бұрын
Just a heads up the TX and RX are silk screened the wrong way around on my writer board.
@LifeGeneralist
@LifeGeneralist 3 жыл бұрын
Can the ESP8266 or ESP32 module be used with Creality 4.2.2 board (Ender 3)? If so, can you please make a video?
@PaganWizard
@PaganWizard Жыл бұрын
You showed how to connect this to a TFT35, but will it plug into a TFT70?? The TFT70 does have an 2x4 port which is labeled ESP01. If it will work on the TFT70, which direction should it be oriented?? I wouldn't want to destroy either the screen, or the module by plugging it in backwards, and I'm not a fan of plugging it into the mainboard, because it overhangs the edge of the mainboard, which would mean I would have to cut or file an opening in the case to make room for the module.
@Arek_R.
@Arek_R. 4 жыл бұрын
At first I thought: "Cool, just buy $3 module and you have wifi connectivity" But what I see it's quite bad, not being able to quickly upload the file is already quite a deal breaker, but not even from the USB/SD connected to the display? eww...
@ped8015
@ped8015 4 жыл бұрын
I thought the same. buy it, watch a video and it works. NO NO NO. Day 4 and still lost.... email people and all you get is "did you read the manual".
@Arek_R.
@Arek_R. 4 жыл бұрын
@Noobz Threefortyseven I have ender 3 at work running with octoprint and it often looses the communication on USB between rpi and printer for no reason, no one touches the cable so no way it gets disconnected...
@bobbychariot1980
@bobbychariot1980 4 жыл бұрын
@@Arek_R. have you checked for undervoltage on the pi? Try a better port supply first and then shortening your serial cable if you still have problems, mine was constantly erroring with a 2m USB cable so I cut it down to 0.3m and it works perfectly. Too much volt drop on a 1m cable, never mind 2m 😳
@bobbychariot1980
@bobbychariot1980 4 жыл бұрын
@@Arek_R. have you checked for undervoltage on the pi? Try a better port supply first and then shortening your serial cable if you still have problems, mine was constantly erroring with a 2m USB cable so I cut it down to 0.3m and it works perfectly. Too much volt drop on a 1m cable, never mind 2m 😳
@piotrkojder7177
@piotrkojder7177 4 жыл бұрын
I have a problem I have uploaded the esp3d.bin but when i connect ESP01s to my SKR pro 1.1 board no additional "SSID ESP3D" wifi conection appers. Please help.
@ReneStrauch
@ReneStrauch 4 жыл бұрын
I've the same issue :-(
@ph0sgene967
@ph0sgene967 4 жыл бұрын
So for the record, the black ESP8266-01 boards have 1mb of flash. Those instructions are made for the 50kb blue versions. That download tool tells you to select 42kb! You'll be losing 50kb of storage space by doing that! Check your esp before doing this!
@SonicBoom247
@SonicBoom247 3 жыл бұрын
do you have an updated video on the SKR 2 and the ESP-12S? that is what i currently have and although i have it broadcasting simply by connecting it to the SKR 2, i cannot connect to it.
@johana200
@johana200 Ай бұрын
Would it also be possible on the Mingda Max, does the motherboard also have an ESP-01S terminal?
@vng
@vng 4 жыл бұрын
If you are interested in running Marlin + ESP3D natively on the ESP32, here are some boards: github.com/maplerainresearch/MRR_ESPA/ github.com/maplerainresearch/MRR_ESPE/ These boards require the ESP3DLib by Luc (author of ESP3D) which integrates ESP3D with Marlin (instead of ESP3D communicating with Marlin via UART). github.com/luc-github/ESP3DLib This allows features such as over-the-air update of Marlin firmware, plus all the other features of ESP3D. File upload is also a bit faster since the data is being written via SPI to the SD card directly, instead of being sent via UART to Marlin, and then Marlin having to write the data to the SD card via SPI. The "grandfather" of these boards: github.com/simon-jouet/ESP32Controller/ (Simon was one of the main people who brought the ESP32 HAL to Marlin)
@design8studio
@design8studio 3 жыл бұрын
Key question for me (and why I found this and got here): Would BIQU B1's stock filament runout sensor still be active for a job launched this way? Since a filament runout sensor's feedback is not supported via serial communication, jobs launched from Octoprint have no filament runout protection. i suspect the same kind of issue may be at stake regarding the power loss resume feature as well.
@macvideo
@macvideo Жыл бұрын
My TFT do not recognizes my ESP01. It starts up, I can connect to the IP and full interface. However, it appears not finding serial port. Anything in Marlin or any specific configuration?
@rikes7855
@rikes7855 Жыл бұрын
You don't show configuring Marlin for the ESP-01S. Other videos, Chris R. and Chris W. show changing SERIAL_PORT to 3 and defining wifi support in Config Adv. But Marlin Support says defining wifi support in Config Adv is not needed. So I'm confused, everyone says something different.
@alfredanil
@alfredanil 3 жыл бұрын
Is there a way to add ethernet to octopus board instead of wi-fi? Probably a ethernet breakout board with UART or SPI interface. Looking to connect my RPi remote server to 3d printer.
@roccocroce
@roccocroce 11 ай бұрын
Getting Unknown Command M153 now that the module is programmed and installed. The flasher didn't work, but tasmotizer worked first try. did the net login config and uploaded everything. just never seen this error before. it displays in the little status box where yours had the IP address. ://
@roccocroce
@roccocroce 11 ай бұрын
error unrelated to WIFI function. wifi module installed into tft and in settings the wifi functionality has to be enabled. did this and now i get the IP on boot ( along with that nonsense gcode error message but ignoring for now ).
@zdenek620
@zdenek620 2 жыл бұрын
Hi! I need advice, I have BTT SKR 1.4 for, in win10 I can't move files, it still reports "only v8.3 files. I have .gco files. In win 8.1 it worked, but it reports that there is no TF card. When I read from TF card on the board, it says there is no card.I have to use SD slot on the display or USB.Thank you.
@SomedayStreams
@SomedayStreams 2 жыл бұрын
can you do this on a btt skr v2 without the writer? i have the adapter but nothing else?
@jawa6988
@jawa6988 4 жыл бұрын
Everything went smoothly flashing, but then After installing in the printer, it showed it's face ONCE. I logged in as instructed, copied the 3 files and haven't been able to connect back to it again at all. No matter how many times I flash it. It will flash, I can connect a device to it, like my phone or computer and ping it etc, but no response in a web browser. I don't know how to place files on it if I can't connect through the browser. This is super annoying. Can't we SSH into it or something??? The device seems to be working, but missing required files and doesn't seem to put the first-run config page back. HELP PLEASE
@matthewstrangwood8463
@matthewstrangwood8463 4 жыл бұрын
you've done so many videos on boards, whats the best one !
@x_jaydn
@x_jaydn 2 жыл бұрын
Hey Michael, How would I go about programming the BTT ESP-12S (ESP8266) modules for the SKR 2.0 Rev B STM32F429VGT6? Are "platform", "platform_packages", and "board" correct? [env:esp8266] ;esp8266 core 2.5.2 platform = espressif8266@2.2.0 platform_packages = toolchain-xtensa@2.40802.200502 board = esp12e framework = arduino monitor_speed = 115200 monitor_flags = --echo monitor_filters = colorize ; set frequency to 160MHz board_build.f_cpu = 160000000L ; Default 160000000L ; set frequency to 40MHz board_build.f_flash = 40000000L board_build.flash_mode = dout upload_resetmethod = nodemcu build_flags = -Wl,-Teagle.flash.4m4m.ld -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -DNONOSDK221=1 -DNDEBUG -DVTABLES_IN_FLASH upload_speed = 115200 lib_ignore = AsyncTCP ESP32NetBIOS ESP32SSPD
@darthwissen
@darthwissen 3 жыл бұрын
Just subscribed for respect to the jacket.
@dickysoeliantoro5576
@dickysoeliantoro5576 Жыл бұрын
Hi, one question. Using SKR E3 turbo, TFT35 E3 V3 and ESP-01S. Could I get everything to work without buying the writer module? Because nobody selling the writer module here in local store.
@digital0785
@digital0785 3 жыл бұрын
i keep trying to install the firmware but it keeps giving me a chip sync error but i is there any way to know if it's actually using the com port selectect? because if i change the baud rate it doesn't change in the CLI
@Bajicoy
@Bajicoy 3 жыл бұрын
I am running into trouble with the btt writer where it is looking for drivers but I don't know how to install them
@osky087
@osky087 3 жыл бұрын
can you get reprap fw working with this wifi adapter? or will you need one that connects to the exp ports on the board? I recently got a biqu b1 printer and i would like to get reprap going like it does on my ender 3 with the biqu e3 rrf board that has built in wifi.
@douggjoseph
@douggjoseph 3 жыл бұрын
Any one know a way this flashing process can be done either on a Mac or in a virtual machine running Windows? I'm trying to create a com port (serial port) in Parallels that can properly access the writer in USB port, but cannot get it working.
@mattgreen6895
@mattgreen6895 4 жыл бұрын
Thank you for this. Any chance of a video on how to get there(BTT)Filament sensor working as I believe this is another thing people are struggling to get working
@skrebneveugene5918
@skrebneveugene5918 4 жыл бұрын
Was trying this week ago and Nothing happens when i trying to upload index. Html... Esp free space doesnt change... Says 490kb free, no file appear in file list(( was trying several esp01... Nothing works
@joaonobre5705
@joaonobre5705 4 жыл бұрын
hello I installed a new board on ender 3 but on the lcd it appears written (no printer connected) that could be already reviewed the material links I used was: BIGTREETECH SKR Mini E3 V2.0 - 32-bit control board with TFT35 E3 V3.0 pantalla touch RepRap Smart Controller repost panel for printer ender 3 ..... I can only work with Marlin bugfix 2.0.x 2020-23-03 has 2 systems installed ... Marlin and Bigtreetech touch mode ....
@leafyon
@leafyon 4 жыл бұрын
Jesus christ I'm so glad octoprint through a raspberry pi exists
@MONTY-YTNOM
@MONTY-YTNOM 4 жыл бұрын
This could be handy for the printers that won't allow Octoprint to connect
@brian2329
@brian2329 3 жыл бұрын
Would like to say I have learned a lot from your channel in the short time I've been 3d printing. Only sometimes it's not very clear like the Rx/Tx crossover I found that out from another tuber. Also going from an unplugged control board but then going to a fully functioning printer tft that the wifi module 'powers on' with? how do you know it's powered on, does it have to be powered by main power (12/24v) or will it work with usb. Mine doesn't transmit it's own wifi that's why I'm asking
@stefan200689
@stefan200689 9 ай бұрын
Thanks! I've been struggling for a long time to get it to work, tried swapping TX and RX, and it works!!
@hfog
@hfog 4 жыл бұрын
Another great video. Thanks Michael. One thing. Have you tried compiling the TFT firmware with #CLEAN_MODE_SWITCHING_SUPPORT enabled? That enables the TFT to continue forwarding messages received from its serial ports on to the printer even when it's in Marlin emulation mode. I haven't tested it with the wifi module but it should allow the wifi module to work in either mode.
@Limited113495
@Limited113495 3 жыл бұрын
interesting video. So maybe it would be better to connect my printer via a resberry pi to upload my prints from the pc?
@9TDF
@9TDF 3 жыл бұрын
I'm trying to set up a DIY I3 with the BIGTREETECH BTT002 V1.0 32 Bit Control Board for I3 MK3 and BIGTREETECH TFT35 V3.0.
@bil111978
@bil111978 2 жыл бұрын
Followed to a t, wifi broadcast, did setup wizard on pc, then it wouldn't connect. Now it's not broadcasting, pc's not finding signal. Tried process again from start, redone firmware again, and still no broadcast from wifi chip
@tiagomiranda84
@tiagomiranda84 3 жыл бұрын
Hi mates, I flash the firmware, plug on printer, but then i cannot see the esp broadcasting signal. Somebody help here?
SD Card + ESP8266 = OctoPrint Alternative?
16:28
Made with Layers (Thomas Sanladerer)
Рет қаралды 262 М.
BTT TFT35 dual mode touch screen guide
15:25
Teaching Tech
Рет қаралды 305 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
SKR Mini E3 V2.0 - Complete guide to the best value Ender 3 upgrade
16:10
BTT TFT35 firmware upgrade - What you should know
10:42
Crosslink
Рет қаралды 99 М.
Bigtreetech SKR V1.4 (Turbo) comprehensive guide
19:18
Teaching Tech
Рет қаралды 316 М.
(How) I finally got rid of these blobs!
7:47
CNC Kitchen
Рет қаралды 944 М.