Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending out Radio Frequency (RF) Signals with Android App

Tags:

android

radio

Is it possible to built an app which sends out RF signals? Is it possible to control the exact frequency? So each button would send different frequency signal? How far those signals usually reach?

like image 332
sillypurple Avatar asked Dec 12 '11 16:12

sillypurple


2 Answers

Yes, but you need some external RF hardware - check out GNU radio and the general subject area of Software Defined Radio.

like image 109
Paul R Avatar answered Oct 04 '22 17:10

Paul R


The app itself will not send RF signal. The app is the logic thay may control a RF hardware.

There are many hardware devices that do this for you.

Arduino could be a simple and cheap solution

to have an idea how a similar project could work look here.

like image 33
Rdpi Avatar answered Oct 04 '22 17:10

Rdpi