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

Related to DT-06 Latest Firmware #23

Open
dev-ahmed-ibrahim opened this issue Jul 9, 2019 · 16 comments
Open

Related to DT-06 Latest Firmware #23

dev-ahmed-ibrahim opened this issue Jul 9, 2019 · 16 comments

Comments

@dev-ahmed-ibrahim
Copy link

Hi.

Is there any link to dowmload the latest firmware of Serial to Wi-Fi firmware version 3.

Thanks.

@SmartArduino
Copy link
Owner

SmartArduino commented Jul 10, 2019 via email

@athertop
Copy link

I am not interested in the source code, but just the required bin files to re-flash the doit ttl-wifi board - can you please provide a link? My board needs re-flashing

@europacafe
Copy link

May I have the link to download the DT-06 stock firmware too? I need to reflash my Dt-06. Thank you.

@totoantibes
Copy link

same here. no need for source code but just need to reflash DT-06 with your original stoc firmware

@europacafe
Copy link

europacafe commented Jun 2, 2021

I bought another DT-06 for another project and managed to extract its stock firmware out. I did try installing it back to another DT-06 which I put other firmware in, and it worked as stock perfectly.
Here is the link to download it. It's a 4MB bin file.
https://drive.google.com/file/d/1oJyDso02NVfE8YmhDvKFJmyJGmnOsdw2/view?usp=sharing

Once you download it, if you are using Windows PC, use the following command, in Powershell, to flash it:

esptool.py -p com4 write_flash -fm dout 0x00000 dt06_backup.bin

@totoantibes
Copy link

than you. It almost worked. I have an MD5 error at the end of the writing procedure...


File  md5: ad84ed661996d705f1fa84d0fb1a52f0
Flash md5: 932a85921e773fb01bf27ee8ef352079
MD5 of 0xFF is 2b7a70fa59f8173635bcbe956bad56c6

A fatal error occurred: MD5 of file does not match data in flash!

@europacafe
Copy link

D20252C8-F120-44BC-AB42-53857F7F7F65
Strange. This was what I did and documented the result.

@totoantibes
Copy link

the only diff i see is that my recognized chip is ESP8285N08

@europacafe
Copy link

europacafe commented Jun 3, 2021

I zipped the same bin file and upload to Google Drive. I'm not sure it will make any difference.

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

@totoantibes
Copy link

thx but i saw that the size of the file is too large. my version of the chip is 1MB of memory. The one you have is 4MB.

@totoantibes
Copy link

I had one extra dt06 too that i thought i could not get to but in the end i managed to plug it in and read the flash. difference is that i used the following read command:
esptool -p COM4 -b 460800 read_flash 0 0x100000 dt06_backup.bin

Notice the 0x100000 which spits out the 1MB bin required for the DT-05 ESP8285 chip.

here is the bin.
https://drive.google.com/file/d/10xS_OjJX_gLRITfhas6bxUiCrY33fH5l/view?usp=sharing

@shro70
Copy link

shro70 commented Jul 4, 2021

I tied your 1mb firmware on a esp01 without success.
It flash correctly but nothing after a reboot/cycle power
No wifi network appear and it output strange characters in the serial monitor .

@superhuchida
Copy link

Hi, I am in the same situation. I bought the dt06 wifi module, it never worked, I asked for support to:
Yichone (Manager)
DOIT Ltd., from Shenzhen
Never received the correct support, always the same message: "Go to our website". I asked for the firmware for the same module, I have never received same answer. No refund for this module, no support. Service is really bad.
I wonder if you managed to solve this issue. Did you get the firmware to reflash again the module?

@wifixcort
Copy link

Same here, waiting for the firmware.bin to restore some 8285

@hwti
Copy link

hwti commented Dec 4, 2023

I got 2 DT-06 (clone ?) from Aliexpress, with ESP8285H16 and a very old AT firmware (1.1.0.0).

I found WIFI_TTL_3.0_191128.bin on http://bbs.doit.am/forum.php?mod=viewthread&tid=472.
It works, but the SoftAP is always enabled even if I disable it in the web interface.
The web page mentions © 2014-2017 All right reversed., and I also see Doit_Ser2Sock_3.0_20170320.
This firmware is based on OS SDK ver: 2.0-dev(016fc33) compiled @ Jan 5 2018 13:51:41.

With the saved firmware posted here, I get a boot loop.
The binary contains © 2014-2018 All right reversed. and Doit_Ser2Sock_3.2.1_20171229, which suggests it might be more recent.
But it is based on an older SDK : OS SDK ver: 1.5.0-dev(950076a) compiled @ Nov 4 2016 19:29:32.

@SmartArduino
Copy link
Owner

SmartArduino commented Dec 4, 2023 via email

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

9 participants