Introduction: HC-12 Distance Problems and the 'FIX'

About: retired from electronics and now enjoy inspiring others.

Have poor distance transmission of less than 100 feet or

Just want to know what is a HC-12...GT-38....Read ON.

Hi oldmaninSC about HC-12. I believe this is the BEST transmitter for small data at LONG distances (1/2 mile). Very easy to code and only 4 wires to hook up! BUT there is a major problem. The market is flooded with a BAD version of this module and I would like to clear things up. I must have missed the boat on these because I struggled with complicated NRF, bluetooth, RM28, Xd-fr50, Xbee. All with short range that wouldn't penetrate walls. So all my outdoor TX projects had to be against the outside wall and RX indoor near the same wall. A driveway monitor or yard alarm was way too far to transmit for any of these. Then I saw the HC-12 and saw the 1000 meter range! I got 6 and loaded the code and got great transmissions on my bench but no further than the room and NO penetration of a wall !!! So I ordered more thinking these were defective. Same problem with 8 others all from different sellers. Began to think I was doing something wrong. After a solid week of searching I found a youtube video with the same problem. They tried to test several HC-12 and were using a bike to see how far they could go. They never got on the bike...just a few steps away from the transmitters.... ALL the receivers stopped.

Step 1: BAD and GOOD

So the problem is the HC-12 WITHOUT the logo www.hc01.com silk screened on the back are BAD. See the photos. Here is another problem.....When I ordered more HC-12 and looked at the photo description and saw the correct module I still got the WRONG HC. Product not the same as shown! Now I wonder if the HC-12 is a hoax and ALL the internet posts are fake.

My last order came in yesterday with the HC-12 logo on the back and I rushed to fire them up and WOW. They really work as stated. I had to walk 3/4 of a mile before they gave out and even then I could turn a certain direction and still pick up the signal . move over NFRs I have some easy code here to download. I mainly use the HC for simple data like time, temperature, alarm, on/off, motion. So I use the transmission of bytes instead of strings. Only so I don't have to turn the strings back into bytes. The library #include SerialSoftware.h has a built in 64 byte buffer so you can send and receive up to 64 bytes of data without collisions. Here is a great HC post. Notice the date. The older HC12 has version v1.6 NOT v2.4 https://www.instructables.com/id/Long-Range-18km-...

photo of front has good on the left and bad on the right


Step 2: THE 'FIX'

I tried to see if any foil runs were missing but gave up after 6 hours...Someone else kept at it and this is the missing foil run on the BAD boards. A photo never turned out well so I have this drawn. This is next to the plugin antenna spot with the board 5 leg plug to the LEFT. The foil that is missing is just under the WHITE silkscreen. That is why you miss it and a photo dosen't show it.

I have soldered ALL my bad boards and they ALL go a mile now.....

Step 3: Basic Codes for Bytes

The GOOD news..BAD news.

I have connected the good and bad HC to an millamp meter and watched the power. The good HC pulls about 100ma in transmission at power 8. and pulls about 2ma in power 1. The bad always pulls 2ma in any power level. If you read the datasheet for the si4463 the default mode for transmission is LOW (power 1). I have checked foil runs, components, and any changes from the good and bad and can't find anything different. Then I saw a post for bad HC with NO AT commands. Now I believe the problem is that the firmware is bad. In the factory, the test would be on the bench....so who would test a module outside 1000 meters? I think the wrong TX register is being used. The GOOD news is that all those bad HC can be used as receivers. I restored all my bad HC with AT+DEFAULT and tested them for distance. They ALL went 3/4 of a mile in the RX mode. I did see a post where an older version and a newer version did not work well and only got about 100 meters. But none of mine did. The other GOOD news is the bad HC-12 now has a bad name and the replacement is GT-38. This looks the same but it works!

Step 4: Conclusion and Hopeful Help

Cheep knock off products WILL ALWAYS be around. Twenty some years ago the news program 60 minutes showed Microsoft cds being copied at night in the same factory that was granted the copy right contract.! Just a few years ago Arduino FTDI chips were copied and when you loaded the drivers, windows detected the fake and erased it. Just wished someone told us. As I spent months trying to fix the problem. I wish INSTRUCTABLES would keep this post alive so we can keep from pulling our hair out.

My last comment is for the really SMART computer people. I tried to find the firmware V2.4 for the HC-12. I could NOT. I hope someone reads this and shows us in STEP by STEP how to download a correct version of the firmware if this IS THE problem. Just having the firmware is ok but I haven't a clue how to download it into the two gold pins on the back of the HC-12. But now that I have good HC-12 I can just consider the bad ones as learning mistakes.