Hobby Engineering Archive

433MHz MX-RM-5V receivers and antenna attachment

Posted November 4, 2018 By Landis V

I’ve been playing with Arduino (technically, ESP-M3) and a cheap 433 MHz receiver I picked up from eBay, model MX-RM-5V (also marked 080408).  I managed to get a basic program working that used RCSwitch and PubSubClient to push message information to my MQTT server when I pressed a button on an inexpensive Spigen 433MHz doorbell I had purchased, but unfortunately the range was limited to only about a yard.  I understood that adding an antenna to these receivers had the potential to significantly increase the range, but everything I found suggested that the receiver I was working with was slightly different than the standard MX-RM-5V receiver, and that my antenna attachment pad actually sat between the two contacts for the induction coil.  I tested the attachment of an antenna here, and found that it didn’t work.  Every picture I could find of this receiver showed a different induction coil than what I had.

Today, it finally occurred to me that maybe my receivers had been made incorrectly.  Since I’d ordered a four pack, I dug through the other three, and sure enough, two of them have the three coil inductive loop seen on every picture of these on the Internet, and connected to the pads they are typically connected to.  The other two – including the one I happened to chose to work with – have an eight coil inductive loop, which bears a suspicious resemblance to the inductive coil present on the transmitter.  Looks like I just happened to be the lucky guy who received the components assembled by the new guy on the production line.  Wanted to share this in case a similar issue comes up for anybody else.

The four receivers, and a transmitter (top right). You can see that the inductive coil on the top two (problematic) receivers looks suspiciously like the one installed on the transmitter. This was taken after attaching my antenna to one of the correctly made receivers and testing.

Once I connected an antenna (see https://www.instructables.com/id/433-MHz-Coil-loaded-antenna/) to one of the properly made receivers, my reception increased from a yard to maybe 30 feet, and also gave me the capability to receive signal through an exterior wall which is what I really wanted.

Close-up of the properly made receiver with the antenna attached, with an improperly made receiver above.

Be the first to comment

Bought an Arduino kit recently and have done just a little bit with it, but not much.  One of the projects I’m looking at uses an ATTiny85 to reduce CPU for a 433MHz receiver (https://github.com/pilight/pilight_firmware), so I bought some ATTiny85’s and will need to program them.  That can be done using Arduino 1.6 – reference article here.

Be the first to comment

Stellar garage organization

Posted July 3, 2016 By Landis V

This guy has the best garage organization I have ever seen.  Definitely will be taking some ideas from this page for tool and garage organization.

http://www.garagejournal.com/forum/showthread.php?t=174553&showall=1

Be the first to comment

http://www.hoffmanonline.com/stream_document.aspx?rRID=233309&pRID=162533

Good read.

Be the first to comment

ARDUINO SOLAR CHARGE CONTROLLER (Version-1)

Posted March 13, 2015 By Landis V

http://www.instructables.com/id/ARDUINO-SOLAR-CHARGE-CONTROLLER-PWM/

Be the first to comment

Recent mini-PC/router devices of interest

Posted January 5, 2015 By Landis V

RockTek RT-A1, priced at $65 on NewEgg Flash on 1/5/15.  Quad core, HDMI output up to 2048 x 1536.  Appears to be only a 10/100 ethernet, but has a couple of USBs to which GigE adapters could be connected for up to 480Mbit theoretical throughput.   Also has a composite video out, which could theoretically be paired with one of these 4.3″ LCD “backup camera” displays for a convenient method to apply updates, etc.  Caveat is that there does not seem to be much hackery on it to run Linux natively, but it is tempting to pick one or two up to play with and see what could be done.
Also ran across this Foxconn AT-5570 (manufacturer page here, also on sale at NewEgg Flash for $90, though it would need to have RAM and storage added).  Higher price and lower performance would make this somewhat less appealing.

The Foxconn was perhaps most interesting because it led me to the Jetway motherboards with multiport ethernet daughterboards.  This auction page had a six port GigE model.  The four port daughterboard is the Jetway ADE4RTLANG, and several of the Jetway mini-ITX mainboards include dual ethernet ports natively.  Quite a bit higher priced, but might prove useful at some time.

Also interesting was the Odroid-C1 currently selling at the same price as the RPi, and their intro/getting started kit with the required SD card as well as a breakout board and some basic electronic components to get familiar with the device is on sale for under $70 through January 7th when paying with PayPal.  The C1 is, I believe, almost pin-compliant with the header on the RPi.  It has a quad core 1.5GHz processor, 1GB DDR3, and a gigabit ethernet interface.

Be the first to comment

http://linuxgizmos.com/ringing-in-2015-with-40-linux-friendly-hacker-sbcs/

Pretty good board list, including a couple with dual ethernets, which is something I’ve been wanting to have.

Be the first to comment