DIY 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

Folding rolling work table

Posted November 22, 2016 By Landis V

Definitely need to build something like this.

AW Extra 4/5/12 – Folding Table Base

 

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

I hate it when I’m away from home and either the ISP or some of my equipment glitches, necessitating a reboot or two.  I have enough systems in place that I should be able to automate this process.  To do so, I need to get some remotely controllable equipment, create the state diagram (not good if I power cycle one of the network components required to reach the remote switch and it doesn’t come back up!), and write the scripts to run the logic.

I’d also like to have easily accessible power switches in my data closet so I can power cycle the devices without having to pull them down and unplug the power from the back of them.

Hardware components I’ve looked at

SainSmart 16 channel web relay – at Amazon.  This could work if installed between the transformer block and the switches.

Ethernet relay on eBay, claims to be AC250V @ 10A, though that would probably be pushing it.  Would have to look up the specs on the relays they used.  For the watt draw on the AC, depending upon the size, might be able to install it inside a large surge protector housing and wire the outlets through it.

Controllable Four Outlet Power Relay Module – at Adafruit.  Not network connected, and would require some other device to control it.  But most likely UL listed and designed to handle AC.

Ended up finding a Digital Loggers LPC-3 on eBay for $57 shipped that should do the job nicely.  Manual is here.

Be the first to comment

More 434MHz stuff to look at later

Posted August 20, 2016 By Landis V

Acurite #0899 self emptying rain gauge – at Amazon

Blog post on reversing the signal from Acurite temperature sensors; may be similar for the rain gauges.  Also mentions the RTL SDR.  Probably wouldn’t be bad to have.

Another blog post regarding reading the Acurite 5n1 station.  Possible that part of this will already cover the rain gauge.  Also discusses SDR and mentions the rtl_433 tool.

This blog post looks like rtl_433 supports the Acurite 896 decode natively, so if the protocol is similar or the same it may be simple.

RTL Software Defined Radio – at Amazon – seems like it’s probably a decent model, some good reviews.  Looks like there’s a little more to it than just “buy this and set up the software”.

Bought a cheap receiver off of eBay from Hong Kong for $7.31 (original listing).

Also, here was an Instructable about making a cheap combination RF/Bluetooth/433 MHz remote using an Arduino.

Additional Links

Be the first to comment

Purpose

I recently purchased an Ivation barbecue thermometer which is supposed to be a pretty decent similar build to the Maverick 733 (I believe).  Of course, one of the first things that comes to mind is how to tie this in to some type of IP connected system so I don’t have to rely upon the included receiver and its limited range, and can instead take advantage of wifi, Internet, and the smartphone I always have with me.  Turns out it should be pretty feasible in conjunction with the Raspberry Pi I already have plans to set up as a sort of garage controller.  That device will be connected by ethernet and will have a constant and reasonably close proximity to my smoker and grills already.  This post is for my notes on links that will be useful when (if?) I actually get around to making this work.

Software/code links and notes will come later, after I actually get the equipment to start testing.

About the BBQ thermometers

The Maverick (and presumably Ivation) transmit on the 433.92MHz frequency using OOK.  The Hackaday link to Bob Blake’s article below describes the communications protocols and encoding.

Links

 

Update 10/9/16

Spent some time trying to get this working with my On Networks N150R over the past couple of days without much luck.  May have to give it a try with one of my Raspberry Pi’s and see if I can get it working there, if for no other reason than to verify that the receiver module I purchased is functional and/or that I have it wired somewhat properly.

Be the first to comment

Lawn Tractor Sprayer

Posted May 12, 2016 By Landis V

Power connectors – one for tractor, one or two for sprayer (if desired to still use the battery terminal connectors, get two).  http://www.mouser.com/ProductDetail/Anderson-Power-Products/6331G1/ – or similar.  Or, this attached to battery and this extension cord (or similar/cheaper… eBay?) may be simpler, especially if the sprayer already has a quick connect on it, which it does appear to from the picture.

Sprayer –  http://www.orschelnfarmhome.com/OrschelnFarmHome/ctl16754/cp61429/si5182792/cl1/15-gallon-spot-sprayer

Pump appears to be this or similar, looks to be around a 4 amp draw.

Be the first to comment