RF transmitter @ 315MHz

Thread Starter

chandowd

Joined Jul 15, 2019
11
Hey guys,

So I'm building a prototype for a simple on/off wireless system. For my receiver, I'm thinking about using this: https://www.banggood.com/315MHz-DC1...s=detail-left-hotproducts__3&cur_warehouse=CN

But my problem is finding an RF transmitter. I could easily find a module, but I really don't want to buy an Arduino for each system. I need to make 50 or so of theses systems, so finding a single board that I can buy in bulk is very important. I could also just buy a single button remote and take the case off, but again, I don't want to have to do this for 50 systems. So does anyone know where I can buy the equivalent of what's inside a 315MHz single button remote control??

Thanks,
ChanD
 

Thread Starter

chandowd

Joined Jul 15, 2019
11
Have you search the internet? There are numerous low cost 315MHz Rx/Tx modules on the market.
Right, but they are all modules. From what I understand, these require a micro-controller (an Arduino), I'm wondering if I can find just a single circuit that by just adding a battery and button will transmit to my receiver.
 

MrChips

Joined Oct 2, 2009
34,694
You do not need a microcontroller.
These modules send out an RF carrier that is modulated by a logic input to the TX module. Just add a pushbutton on the input pin or power supply.
 

AlbertHall

Joined Jun 4, 2014
12,623
Right, but they are all modules. From what I understand, these require a micro-controller (an Arduino), I'm wondering if I can find just a single circuit that by just adding a battery and button will transmit to my receiver.
The receiver is expecting a coded transmission and it will learn the code. Most of the Tx modules transmit only a carrier and canbe modulated by an eternal signal e.g. an arduino.
I did find this but I don't know whether its codes can be learnt by your receiver.
https://www.ebay.co.uk/itm/EV1527-L...496315?hash=item1c9fd319bb:g:rMQAAOSwZ35ZlXtP
 

Thread Starter

chandowd

Joined Jul 15, 2019
11

MrChips

Joined Oct 2, 2009
34,694
I have worked with a number of different RX/TX modules and do not recall the RX responding to specific codes.
However for identification, security, and reliability, it would be prudent to encode the transmitted signal.
 
Top