Nissim Zur

Results 21 comments of Nissim Zur

I believe you can’t flash it too, based on the log you send ________ Kind regards, Dr. Nissim Zur Wireless long range IoT Artificial Intelligence platforms Wi-Fi, Bluetooth Smart, Sub...

Just send a bin file that has 0xFFFF all over. www.telnt.com From: beic [mailto:[email protected]] Sent: Tuesday, July 18, 2017 12:19 PM To: igrr/esptool-ck Cc: Dr. Nissim Zur; Mention Subject: Re:...

The chip does not "know" if it flashes a bin file filled of 0xFFFF or a code. So, if you can flash 0XFFFF ok or other data, it must flash...

Some Chines flashes are bad. Using them on PCB may result that. The rejected flashes sold in very low prices and can use for FAT voice storage, not as Firmware...

I see no attached files I can review the problem.

You say "I add the source code" Please add a full source code and I will test on my side. It is not clear where you add "iserialport_set_rts(1); serialport_set_dtr(0); "...

Do you expect the state serialport_set_rts(1);///////// my code serialport_set_dtr(0);///////// my code Will be same after you kill the USB serial port ? The driver will free that to accept new...

Leave rts (rst) line low is error. Has to be 1 after dtr(0) void board_ck_rb() { ``` serialport_set_rts(1); serialport_set_dtr(1); serialport_send_break(); espcomm_delay_ms(5); serialport_set_rts(0); espcomm_delay_ms(250); // wait for break to finish serialport_set_dtr(0);...

Behackful, Did you have success?

Enable FTP or telnet (in menu config) and you can add any file you like in run time.