Re: Trouble with ESP-01 + 1Ch 5V relay from LC Technology
Posted: Tue Mar 26, 2019 2:26 pm
I also have three new boards with the Nuvoton N76E003 MCU. reprogramming not working.
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
:0400000002001132B7
:03000B0002017D72
:03006A0002000E83
:03000E0002006D80
:20006D0075415575425075B10075B204C2B2753B00753D00C2041201ECE4F53FF540E53F04
:20008D002441F9E7FF600F8F821201E0053FE4B53FEC054080E810030302016A85223CE59C
:2000AD003B24FC500302016AE53B75F003A49000BF730200CB02012502013302014A74A09E
:2000CD00B53C05053B02016A7443B53C10D2B2A2B2E4332430F5821201E002016A744FB526
:2000ED003C10C2B2A2B2E4332430F5821201E002016A7454B53C0FB2B2A2B2E4332430F5BD
:20010D00821201E080577453B53C52A2B2E4332430F5821201E080457401B53C04053B8064
:20012D003C753B0080377401B53C028004E53C7007053B853C3D8025753B00802074A2B58D
:20014D003C0B7401B53D06D2B2D204800D74A1B53C08E53D7004C2B2D204753B0010040342
:20016D000200A3A2B2E433F5821201E00200A322C0E0C0D0300120D52628752603D52809E9
:20018D00852422C201D2038019E524C313F52430B010432480800B20B008D201752604753D
:2001AD002809D52529752503300023E527700AC2B18521237527098015E523C313F523D527
:2001CD002708D2B1C200D2028004A2D792B1D0D0D0E032AF8210020280FB8F21D20022752F
:2001ED009850C2AFC2B9C2A9C28C758900758E80758A80758CFED28CD2A9D2B9D2AFC200BF
:0D020D00C201D202C2037525007526002231
:06004000E4787FF6D8FD14
:20001E007900E94400601B7A0090021E780175A000E493F2A308B8000205A0D9F4DAF27568
:02003E00A0FF21
:200046007800E84400600A790175A000E4F309D8FC7800E84400600C7900900001E4F0A3B8
:04006600D8FCD9FAEF
:0D00110075814212021AE582600302000EA2
:04021A0075820022C7
:00000001FF
pilol34 wrote:Hello;
I too was very disappointed when buying this module. When I connected it for the first time, it is flashing as shown on this link (https://www.youtube.com/watch?v=5Le9kNT_Bm4) and it was not responding at any of my orders.
After a rechere on the web, I found on the website of the manufacturer http://www.chinalctech.com/index.php?_m ... &p_id=1204
this note:For this wifi relay module, because there are some counterfeit on other sales platform. So if the LED on-board (D2) are blink constantly (I guess the reason is the STC15F104W have not been programmed), it means the module were not produced in our factory, maybe you need to contact the seller directly. Best regards!
And then I realized that I had to program the module to solve the problem (I not found the original firmware).
Here are the results of my work after several days of work.
ATTENTION, The programming and or the alteration is under your resposability because it is always possible to do an error or mishandling that may endanger the module.
1. An FTDI232 interface is required to connect the USB protector to the module's RX TX pins. Here we use an interface to 5V.
2. Software is required to program the module's STC15F104W. Here I used stc-isp.exe (v6.86E) found on the site http://www.stcmicro.com/rjxz.html (Hey yes, I work under windows).
3. Create a program and compile it in .HEX format. Here I create a .asm program that I compile thanks to the AS31.exe utility from Paul's 8051 Tools at https://www.pjrc.com/tech/8051/index.html.
4.The program must be transferred to the module. It is necessary to think to cross the cables TX RX and one does not branch 5V power supply.
With the programe STC-ISP.exe we load the proramme .hex, we set the clock at 11.0592 MHz, and press the button DOWNLOAD / PROGRAM, Connect the 5V power supply of the module and wait until the transfert is finished.
5. In the COM Helper tab, test the module with commands A0 01 01 A2 and A0 01 00 A1 in HEX-Mode.
6. If the led lights up but the relay does not work, it will alter the module by swapping the resistors R3 and R4. This is probably the most delicate operation you will have to do.
7. Afterwards, follow the setup for the ESP-01 module.
To speed up your work, I give you my version of the program in .HEX format Which will save you from making the item 3. This program is transmitted as-is and without guarantee. I have not done advanced testing and it is not optimized.
I added to the program relay status reading commands.
B0 01 01 B2 -> Reading relay in text format ("ON" and "OFF" ending with a linefeed).
B0 01 00 B1 -> Relay reading in binary format (00 = ON and 01 = OFF).
B0 00 01 B1 -> Reading the firmware version in text format ending with a linefeed.
You just have to copy and paste into a text file with the extension .hex.
File: LcWifiRelayUartV1_0_9600_11mhz.hex
Code: Select all:0300000002017387
:03000B00020100EF
:10010000C0D0C0E075D00820010B20B019D2017D0D
:10011000047F092126DD0F7D03A2B0EB13FBDF0670
:1001200033F9C201D203DC1D7C03300018EE7009E4
:10013000C2B1880A7E09020145EAD313FA92B1DE00
:1001400004C200D202D0E0D0D032F5F0E52305237E
:10015000543F2434F8E5F0F622E4936006A312013C
:100160004A215922C200C201D202C203E4750C0323
:10017000F50D22787FE4F6D8FD75817F75D0107576
:100180008900758E80758A80758CFED28CD2A9D23A
:10019000B9D2AF12016475B1FB75B203C2B23002BD
:1001A00017E5226523543F600FC202E52205225461
:1001B0003F2434F88608D20030036CC203E5217076
:1001C00010A909B9A004C2054125B9B077D20541EB
:1001D00025147010AA09E509C3137068200546BAF2
:1001E0000162412514700CAB09E509C313705592E7
:1001F000044125AC09E92A2B6C7049200506A204AC
:1002000092B24144BA0122BB0008E4A2B233314A9F
:10021000414420B20890025D1201594144900259B4
:1002200012015941440521219EBB0010900262E455
:1002300093A312014AE49312014A414490026412CA
:1002400001594144752100219EA00101A2A0010095
:10025000A1B00100B1B00000B04F4E0A004F4646B9
:100260000A0001004C4320576966692052656C61A1
:1002700079202D206669726D776172652056312E66
:1002800030206279204C6F7569732050696C6F6EF5
:020290000A0062
:00000001FF
Now it's up to you to do the rest.
Good luck.