Author Topic: Pre-certified module for short-range transmission of 1-bit signal  (Read 2726 times)

0 Members and 1 Guest are viewing this topic.

Offline pyloTopic starter

  • Regular Contributor
  • *
  • Posts: 81
  • Country: hu
Hi!

I'm in need of something for my next project and I'm looking for some help, given that I lack the needed experience.

What I'd like to do is transmit an ON/OFF signal (just a single bit of data) to 1-2m distance at most, in a single direction (only one party sending). There is no need for any security whatsoever, this is a  completely non-critical application security-wise.

While it might be relatively easy to hack together something like this at home, I need this for a future product. As this would constitute an "intentional radio emitter", certifications down the road (FCC, RED, etc.) would be much too cost-prohibitive and unfeasible (I guess/think?) for a home-brew solution. I was hoping somebody here knows a pre-certified module, such as those available for BT or WiFi where certifications later on are greatly simplified, only, you know, simpler. Something like a dumbed-down wireless garage opener (with shorter distance and no security).

One option is of course to take a pre-certified module for a more complicated "technology", such as a bluetooth, and use that, but that is totally over-engineered for my needs. Well, it could be plan B (if everything else fails) actually, but I was hoping there is a module that is closer to my "barbaric application", as that is potentially both cheaper and smaller (I need size to be small).

Or maybe somebody knows a 3rd solution that could fit me?

Thanks for your help.
 

Offline sokoloff

  • Super Contributor
  • ***
  • Posts: 1799
  • Country: us
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #1 on: January 06, 2019, 01:55:34 pm »
I'd start by looking at the 433MHz band transmitters; should work fine here, depending on the data rate. (I'm assuming from the question that the data rate is quite low, on the scale of human button pushes, but you didn't state explicitly.)
 
The following users thanked this post: pylo

Offline pyloTopic starter

  • Regular Contributor
  • *
  • Posts: 81
  • Country: hu
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #2 on: January 06, 2019, 02:00:28 pm »
I'd start by looking at the 433MHz band transmitters; should work fine here, depending on the data rate. (I'm assuming from the question that the data rate is quite low, on the scale of human button pushes, but you didn't state explicitly.)

Exactly, it is actually for button pushes. Meaning I have no requirements for data rate (ok, let's make it 5bits/sec), but the action should be conceived as "instantaneous", so I do have a latency requirement (something around or below 50ms is ideal, but I guess that's not a problem).
 

Online wraper

  • Supporter
  • ****
  • Posts: 16865
  • Country: lv
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #3 on: January 06, 2019, 02:08:18 pm »
What I'd like to do is transmit an ON/OFF signal (just a single bit of data) to 1-2m distance at most, in a single direction (only one party sending).
Sounds like it doesn't need to use radio to begin with. Usually IR is used for something like this.
 

Offline pyloTopic starter

  • Regular Contributor
  • *
  • Posts: 81
  • Country: hu
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #4 on: January 06, 2019, 02:10:47 pm »
Sounds like it doesn't need to use radio to begin with. Usually IR is used for something like this.

It needs radio, because there will be no direct line-of-sight between transmitter and receiver.
 

Offline Nusa

  • Super Contributor
  • ***
  • Posts: 2416
  • Country: us
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #5 on: January 06, 2019, 03:13:26 pm »
How about audio? Whether it's within the human range of hearing is up to you.
A cellphone app could do that if you pick the right frequency and you wouldn't need to build a transmitter.
A dog whistle would be another version of an audio transmitter...extremely cheap, too.

Of course a cellphone app could also do bluetooth or wifi, so there's a prebuilt certified radio solution there as well.
 
The following users thanked this post: pylo

Offline pyloTopic starter

  • Regular Contributor
  • *
  • Posts: 81
  • Country: hu
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #6 on: January 06, 2019, 04:17:21 pm »
I'd start by looking at the 433MHz band transmitters...

I'm still looking into these, but a search on Google and DigiKey mostly turned up modules that were either considerably larger or more expensive than some BT modules I've used in the past. One that could be promising though is Quasar's QAM-TX3, but from the looks of it it only got CE approval. I'll be contacting them tomorrow though for more information.

How about audio? Whether it's within the human range of hearing is up to you.
A cellphone app could do that if you pick the right frequency and you wouldn't need to build a transmitter.
A dog whistle would be another version of an audio transmitter...extremely cheap, too.

Of course a cellphone app could also do bluetooth or wifi, so there's a prebuilt certified radio solution there as well.

Nice thinking out of the box! My application does not lend itself to smartphone-use, but still, using a piezo tweeter and a suitable mic (any one from here for example) might just do the trick. And the product wouldn't even qualify as an intentional radiator :)  I do can think of a few possible troubles, like the processing power needed at the receiver (it is battery-operated) or how it affects pets. Nevertheless, I think this is worth inspecting.
 

Offline mark03

  • Frequent Contributor
  • **
  • Posts: 711
  • Country: us
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #7 on: January 07, 2019, 04:19:39 pm »
Re: audio, you could in theory do the transmit side without electronics.  That's how the original television remote controls worked.  They were acoustic (ultrasonic) devices where a button press would strike a tuning fork.  Batteries not required!
 
The following users thanked this post: RoGeorge

Offline ThomasDK

  • Regular Contributor
  • *
  • Posts: 139
  • Country: dk
  • B.Eng. EE
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #8 on: January 07, 2019, 05:59:40 pm »
I'd start by looking at the 433MHz band transmitters...

I'm still looking into these, but a search on Google and DigiKey mostly turned up modules that were either considerably larger or more expensive than some BT modules I've used in the past. One that could be promising though is Quasar's QAM-TX3, but from the looks of it it only got CE approval. I'll be contacting them tomorrow though for more information.
433 MHz is an EU only band, you need different frequencies for other parts of the world. If you want a single world wide frequency, go for the 2.4GHz band. Zigbee or BLE is probably the cheapest options these days for something pre certified.

Another option could be MRF89XAM8A (EU) and MRF89XAM9A (US/Canada).
 
The following users thanked this post: pylo

Offline Nusa

  • Super Contributor
  • ***
  • Posts: 2416
  • Country: us
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #9 on: January 07, 2019, 06:28:05 pm »
Re: audio, you could in theory do the transmit side without electronics.  That's how the original television remote controls worked.  They were acoustic (ultrasonic) devices where a button press would strike a tuning fork.  Batteries not required!

I remember those. But children, which I still was at the time, were the original remote controls. For some stations (there weren't that many), we needed to adjust the rabbit ear antennas after changing the channel.
 

Offline soldar

  • Super Contributor
  • ***
  • Posts: 3159
  • Country: es
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #10 on: January 13, 2019, 01:11:33 pm »
What I'd like to do is transmit an ON/OFF signal (just a single bit of data) to 1-2m distance at most, in a single direction (only one party sending). There is no need for any security whatsoever, this is a  completely non-critical application security-wise.
Sounds like a remote garage door opener or ceiling fan control would work. You can get those for close to nothing.
All my posts are made with 100% recycled electrons and bare traces of grey matter.
 

Offline macboy

  • Super Contributor
  • ***
  • Posts: 2256
  • Country: ca
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #11 on: January 18, 2019, 07:41:01 pm »
Look up "24YK-RX" and "24YK-TX".  They are around $1 each module. These are a transmit and receive pair of modules which do all the work for you. It doesn't get simpler, and you couldn't build it cheaper.

For the Tx, you supply power (3 V coin cell works great) and 1 to 6 buttons. Quiescent current is so low you simply keep the Tx powered all the time. The Rx module has six outputs corresponding to the buttons. It can be set up to toggle or normal mode. In normal mode, each output is on (active high) when the corresponding button is pressed. In toggle mode, each button press toggles the output. Each Rx can be paired to more than one Tx; the Tx sends the identity of the Rx so that other Rx modules will ignore the signal. That does not make it secure, but it makes them able to coexist with other modules without interference. The Tx and Rx modules are superficially identical and are actually transceivers, not simply transmit/receivers.
 

Offline splin

  • Frequent Contributor
  • **
  • Posts: 999
  • Country: gb
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #12 on: January 28, 2019, 11:54:23 pm »
Look up "24YK-RX" and "24YK-TX".  They are around $1 each module. These are a transmit and receive pair of modules which do all the work for you. It doesn't get simpler, and you couldn't build it cheaper.

How does this address the OP's primary requirement?

Quote
I was hoping somebody here knows a pre-certified module, such as those available for BT or WiFi where certifications later on are greatly simplified, only, you know, simpler.

To what extent does pre-certification reduce the cost of certification of the complete poduct given that emissions can be affected by factors external to the module such as the power supply, wiring and especially software in the case of more sophisticated modules? It should greatly improve the chances of passing the tests first time but is a simplified test procedure allowed when using pre-certified modules?

Does the same apply in Europe? I'm guessing you are not allowed to self-certify as you are for the CE mark?
 

Offline Lord of nothing

  • Super Contributor
  • ***
  • Posts: 1581
  • Country: at
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #13 on: January 29, 2019, 10:18:13 pm »
Quote
433 MHz is an EU only band
Wrong!
Made in Japan, destroyed in Sulz im Wienerwald.
 

Offline TheSteve

  • Supporter
  • ****
  • Posts: 3753
  • Country: ca
  • Living the Dream
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #14 on: January 29, 2019, 10:22:37 pm »
Digi xbee's are gold, but likely way out of your budget.
VE7FM
 

Offline jmelson

  • Super Contributor
  • ***
  • Posts: 2766
  • Country: us
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #15 on: January 30, 2019, 11:26:27 pm »
On eBay, you can find "4 channel remote" devices.  They have a little key-fob transmitter with 4 buttons and a little PC board with 4 outputs.  We cut these apart and put them into our own control modules.  They were about $4 each from China.  Here's the exact one we used :
https://www.ebay.com/itm/4-Channel-315MHz-Remote-Control-Receiver-module-Decoder-SC2272-M4/301694945179?hash=item463e6b879b:g:CwMAAOSwd0BVsKau:sc:USPSFirstClass!63130!US!-1:rk:6:pf:0

Now, these turn on one output while the button is pressed, so you'd need to add some kind of on/off latch to get your <whatever> to toggle on/off as desired.

Jon
 

Offline splin

  • Frequent Contributor
  • **
  • Posts: 999
  • Country: gb
Re: Pre-certified module for short-range transmission of 1-bit signal
« Reply #16 on: January 31, 2019, 08:07:39 pm »
On eBay, you can find "4 channel remote" devices.  They have a little key-fob transmitter with 4 buttons and a little PC board with 4 outputs.  We cut these apart and put them into our own control modules.  They were about $4 each from China.  Here's the exact one we used :
https://www.ebay.com/itm/4-Channel-315MHz-Remote-Control-Receiver-module-Decoder-SC2272-M4/301694945179?hash=item463e6b879b:g:CwMAAOSwd0BVsKau:sc:USPSFirstClass!63130!US!-1:rk:6:pf:0

Are these pre-certified as required by the OP?
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf