Close

Connecting an ESP8266-01 to a Lerdge Board

A project log for Lerdge 3d Printer Mainboard Hacking

Breaking the encryption on the Lerdge series mainboards so I can try porting Marlin 2.0 to it.

jc-nelsonJ.C. Nelson 12/28/2018 at 19:243 Comments

If you own the lerdge USB/Wifi printing module, you've probably looked at that 8 pin header and thought "It would be nice to do serial printing." And it probably would. However, in the lerdge store's description, they basically say other ESP8266-01 modules don't work.

It's sort of a lie, sort of not. Lerdge does not release their firmware (though anyone with a module could dump it), and they don't document how the connection works. But that doesn't mean much to me, so I ordered a $2 ESP8266-01 from China, and when it arrived, I flashed ESP-LINk on it and plugged it into the lerdge. After adjusting for my hideously slow baud rate (again, probably a clock problem)

I got the following output:

So...can we enable standard Wifi Serial printing? Yes.

Is it easy/Working? Not yet. But it's not far off. 

There's no custom code other than my marlin build at work here, so it's almost certain we can use the ESP8266 wifi printing code directly on the board once we get it running. I'll be checking the oscillator config soon to see why we're having problems, and I'm hoping that's directly related to why USB and SDIO don't work yet.

Discussions

Ed van den Enden wrote 06/06/2019 at 12:36 point

I'm trying to get wifi running on my "S" board but no luck so far.

How are you guys doing? Are you able to standard wifi serial printing?

Please let me know

Best regards

  Are you sure? yes | no

J.C. Nelson wrote 06/07/2019 at 15:29 point

I was able to connect via com0com, but I'm not running windows for my primary machine, so that's the extent of my testing. What happens when you load the encrypted firmware?

  Are you sure? yes | no

cmshelton2010 wrote 12/29/2018 at 09:30 point

When lerdge started out a year ago with the Lerdge S and X  they had not yet sold the WiFi esp8266 module, they only sold the PC USB module that had the place for a esp8266 , ( and looks like they don't update the website much either) the last few months they started selling the module. 

There is two versions of the Lerdge WiFi ESP8266  that I know of, one from the Face book English Lerdge thread and one I was able to dump and upload to a cheap china esp8266. 

The dump from the latest Lerdge WiFi module bought from lerdge Ali store 

 https://drive.google.com/file/d/1TSx_KWq9iFVvkJJodUBLtQGlLqBuPiwr/view?usp=sharing

The first available lerdge WiFi firmware ( uploaded by  Ian Sugden )  on the Face book

English Lerdge 3D Printer Control Board

https://drive.google.com/file/d/12klx9cFTmSG5Wp72MWFy0fkOaNH9HI58/view?usp=sharing

  Are you sure? yes | no