Any physicists here?

I need to learn about radio, but I have no idea where to begin.

I need to learn it because I'm currently teaching myself electronics, and I need to figure out how to send wireless data while abiding by the radio spectrum licensing laws. I don't think I've ever studied radio before, so I feel lost. If someone could recommend a beginner-level book and one more advanced to move on to next, I would appreciate it.

Thank you!
How about you say what you want to transmit, and over what distance and then you may attract some sensible answers.
 
Bluetooth? :D Are you wanting to create a new wireless standard? Have you been drinking?
No. Sorry I wasn't clear. See below for what I want.
How about you say what you want to transmit, and over what distance and then you may attract some sensible answers.
OK. I'm sorry to everyone for not being clearer.

What I want to do is similar to WiFi Direct or Bluetooth Mesh. One (or more) device(s) will send data over a specific frequency for a reasonably short range. Still, instead of clients having to connect to the server or sender explicitly, they can passively receive data by constantly checking the specific frequency.

I have read of WiFi Direct and Bluetooth Mesh, but neither seems to offer that feature. If I am wrong on that, then feel to correct me. As I said, I'm just learning.
 
What I want to do is similar to WiFi Direct or Bluetooth Mesh. One (or more) device(s) will send data over a specific frequency for a reasonably short range. Still, instead of clients having to connect to the server or sender explicitly, they can passively receive data by constantly checking the specific frequency.

I have read of WiFi Direct and Bluetooth Mesh, but neither seems to offer that feature. If I am wrong on that, then feel to correct me. As I said, I'm just learning.

I don't think anything will do that because it wouldn't really work outside of laboratory conditions. You need some sort of handshake between sender and receiver otherwise there's no way to know what else is on the network and who the senders and receivers are.
Each device would have to listen for every packet and assume all of them were addressed to it. If you had more than 2 devices or more than 1 network within range of each other it would all crash.
 
LoraWan is sufficient for most hobbyists where bluetooth and wifi isn't long range enough
I've been looking at LoRaWAN stuff recently and just this week got an endpoint (Adafruit M0 RFM95 if I remember correctly) sending data to a The Things Network indoor gateway I bought for testing. TTN have lots of useful reading material to understand if this is the level you want to play around at.

Essentially the idea is lots of public gateways that your smart cows, badgers etc can connect to. TTN and others have maps showing where they are. Coverage is more complicated than cellular, but if you're in a city you may be in range. I am in the sticks hence buying a gateway to test.

So far for me it's involved a bit of soldering (headers, a uFL surface mounted socket), and a bit of Arduino coding. And a lot of interneting.
 
No. Sorry I wasn't clear. See below for what I want.

OK. I'm sorry to everyone for not being clearer.

What I want to do is similar to WiFi Direct or Bluetooth Mesh. One (or more) device(s) will send data over a specific frequency for a reasonably short range. Still, instead of clients having to connect to the server or sender explicitly, they can passively receive data by constantly checking the specific frequency.

I have read of WiFi Direct and Bluetooth Mesh, but neither seems to offer that feature. If I am wrong on that, then feel to correct me. As I said, I'm just learning.
Have a read through the following, not just glance at the headline:

 
I've been looking at LoRaWAN stuff recently and just this week got an endpoint (Adafruit M0 RFM95 if I remember correctly) sending data to a The Things Network indoor gateway I bought for testing. TTN have lots of useful reading material to understand if this is the level you want to play around at.

Essentially the idea is lots of public gateways that your smart cows, badgers etc can connect to. TTN and others have maps showing where they are. Coverage is more complicated than cellular, but if you're in a city you may be in range. I am in the sticks hence buying a gateway to test.

So far for me it's involved a bit of soldering (headers, a uFL surface mounted socket), and a bit of Arduino coding. And a lot of interneting.
This might be of interest to you, seems to offer an alternative to TTN, my knowledge only goes as far as watching this youtuber though as I haven't needed to utilise any data transfer electronicy stuff

 
This might be of interest to you, seems to offer an alternative to TTN, my knowledge only goes as far as watching this youtuber though as I haven't needed to utilise any data transfer electronicy stuff

OP said he didn't want a 'server', MQTT uses a broker which the OP appears not to want.
 
This might be of interest to you, seems to offer an alternative to TTN, my knowledge only goes as far as watching this youtuber though as I haven't needed to utilise any data transfer electronicy stuff

Ah thanks Orange, that was interesting to watch. It's reminded me I need to transmit battery voltage! :D
Seems that the gateway is explicitly defined there, it working out as a private network. It's good to get away from TTN if their value is negated, which is something I'll definitely be looking at in the future.

It also reminded me I need to move to github. So many thanks it was most valuable :).
 
Back
Top Bottom