AMBIENT RF ENERGY GEOMAPPING SYSTEM

20170280282 · 2017-09-28

    Inventors

    Cpc classification

    International classification

    Abstract

    Recent research efforts in ambient RF energy harvesting are being focused on designing ultra-low power battery free products and maximizing the efficiency of RF harvesting circuits. But the vital information that researchers lack in is how much RF energy is present at a given geographical location and whether their product will be getting enough power to operate at that specific area of usage. The objective is to find the amount of ambient RF energy available in a given location to power battery free products. This was achieved by designing and building a novel, handheld, low cost, system to capture the ambient RF signal (such as cellular signals, TV broadcasting waves, and WiFi signals), convert to DC power level that can be harvested at any given location, and visually GeoMap it using the GPS coordinates. The constructed hardware portion of the system consists of the Arduino microcontroller, the RF Power Detector chip, wideband antenna, and Bluetooth Module. The Arduino is programmed to capture the RF Power data from the RF Power Detector chip and send it to the Mobile Application. The developed Android App is able to communicate with the Arduino via Bluetooth and receive the captured RF Power data from it. The data is uploaded to the webserver along with GPS coordinates. The created website stores the uploaded data from the app to the online database. This data is then GeoMapped, which visually represents the geographical areas having the various RF Power levels with different graded colors shown as a heat map. In conclusion, a system to capture, convert, and GeoMap Ambient RF energy has been successfully designed and calibrated for statistical uses. This system can be extended to GeoMap any transduceable physical phenomena using appropriate transducers.

    Claims

    1. An Ambient RF Energy GeoMapping System, comprising of: A system capable of (a) capturing and converting the ambient RF power to encoded digital bits and (b) transmitting that information to a mobile computing device. An application software running on the said mobile computing device that can process, display, store and upload that said RF power and GPS information to a webserver. A website that can create an interactive graded geographic map representing that said RF power at any given location.

    2. The Ambient RF Energy GeoMapping System of claim 1, wherein a handheld system uses an antenna to convert ambient RF energy into an electrical signal.

    3. The Ambient RF Energy GeoMapping System of claim 1, wherein the mobile computing device is a cellular phone.

    4. The Ambient RF Energy GeoMapping System of claim 1, wherein the transmission of information from the handheld system to the mobile computing device happens using wireless communication such as Bluetooth.

    5. The Ambient RF Energy GeoMapping System of claim 1, wherein the mobile computing device calculates and displays the RF power level on its display and logs the RF power level, GPS coordinates, and ambient temperature to the said mobile device database.

    6. The Ambient RF Energy GeoMapping System of claim 1, wherein the said website has a login to accept data only from validated users.

    7. The Ambient RF Energy GeoMapping System of claim 1, wherein the mobile computing device uploads the RF power, GPS coordinates and ambient temperature information to the webserver through the internet such as Wifi or cellular data communication after the webserver validates the user.

    8. The Ambient RF Energy GeoMapping System of claim 1, wherein the server side script of the webserver stores and processes the received data from the said mobile device to be accessed by user via web browser.

    9. The Ambient RF Energy GeoMapping System of claim 1, wherein the client side script of the web browser access the said data, process and create an interactive geographic map representing the said RF power as color coded heat map.

    10. A GeoMapping System for any ambient transduceable physical phenomena, comprising of: A system capable of (a) capturing and converting any ambient transduceable physical phenomena via suitable transducer to encoded digital bits and (b) transmitting that information to a mobile computing device. An application software running on the said mobile computing device that can process, display, store and upload that said ambient transduceable physical phenomena and GPS information to a webserver. A website that can create an interactive graded geographic map representing that said ambient transduceable physical phenomena at any given location.

    11. The GeoMapping System for any ambient transduceable physical phenomena of claim 10, wherein the captured and geomapped transduceable physical phenomena could be ultraviolet radiation.

    Description

    DRAWINGS

    [0010] FIG. 1. “Hardware” is a block diagram of one embodiment that shows the Hardware portion of the Ambient RF Energy GeoMap system.

    [0011] FIG. 2. “Mobile Smartphone” is a block diagram of one embodiment that portrays the functions of the Android Mobile Application.

    [0012] FIG. 3. “Webpage” is a block diagram of one embodiment of the online webserver, which stores RF data and creates a Heatmap style GeoMap using the information.

    DETAILED DESCRIPTION

    [0013] A prototype to capture the Radio Frequency(RF) signal, convert to power level, and GeoMap The Ambient RF Energy is described here. A GeoMap is a map of a country, continent, or region, with colors and values assigned to specific regions. Values in this prototype represent captured RF power at any given location and are displayed as a color scale. The map is rendered in the web browser using an embedded Flash player. This graphical way of representing values as colors is also known as a HeatMap. RF waves occupy the range of 300 MHz to 6 GHz in the electromagnetic spectrum. RF waves are emitted from sources such as cellphones, base stations towers, Televisions and Wi-Fi Routers, to name a few. One embodiment is about how to capture the RF signal, convert to power level, store this power level value, and GeoMap this freely available RF power that is everywhere. Power, which is energy per unit time, is calculated in dBm (decibel milliwatts, 0 dBm=1 mW). Harvesting free RF energy is a hot research topic today; Ultra-low power battery free products are emerging and the need for high efficiency RF harvesting circuits is growing. But, vital information on how much RF energy is present at a given geographical location and whether such energy is enough to power battery free applications is missing. One embodiment attempts to provide that missing piece to enable researchers to refine power specifications of their new products.

    [0014] FIG. 1. shows the Hardware portion. An Omnidirectional Antenna 101, such as the one from manufacturer Taoglas, is used to capture the ambient RF energy and convert it into an alternating current (AC) electrical signal. An RF power detector chip, such as the one from manufacturer Analog Devices (ADL5906) 102, is used to convert this AC signal into a direct current (DC) signal 103 and transmit it to an Arduino Board. Arduino 105 is a scalable microcontroller module that can be programmed to interact with other circuit blocks to control and extract data from them. Arduino provide sets of digital and analog I/O pins that can be interfaced to various expansion boards and other circuits. The boards feature serial communications interfaces 109 for loading programs and to communicate with other computing devices such as personal computers and cellular phones. Along with RF power information, the RF power detector chip is also used to obtain the ambient temperature level 104 in the area, which is also transmitted to the Arduino Board. The Arduino is able to then convert these two signals from Analog to Digital domain using 2 of the 3 built in 10-bit A to D Converters (ADC) 106. Now, the converted and encoded RF Power data and temperature data are sent to the newly developed Android Application via a Bluetooth Module 110. The battery level of the Arduino's external battery pack 107 is also transmitted to the Android Application, using a voltage sensor 108 that is connected to the third ADC. Transmitting the obtained temperature data is useful for identifying any RF power data dependencies to ambient temperature. Transmitting battery power level is useful so that the Arduino can be instructed to stop capturing RF signal when battery power is low.

    [0015] The section labeled “Mobile Smart Phone” in FIG. 2 explains Android Application (App) portion. In one embodiment the newly developed Android App is executed on an Android operating system based cellular phone. (Apps for other mobile platforms can be readily developed based on these design principles.) The App communicates with the Bluetooth Module on the Arduino Board and receives RF power, temperature and battery level ADC code through mobile device Bluetooth interface 201 and converts those coded values into the actual physical values i.e convert 10 bit coded numbers to RF power level in dBm, Temperature in Degrees Celsius/Fahrenheit and Battery Level in Volts. The conversion of coded values to physical values is accomplished using the slope found during the calibration of the device 202. Calibration procedure involves sending a known RF signal using an RF signal generator at different known power levels through the Arduino system and plotting the obtained ADC code against the known RF power level. Plotting different known power levels versus different ADC codes results in a straight line, whose slope can then be used to translate any ADC code to a real physical power level of the RF signal being captured. Similarly, ADCs can be calibrated for translating ADC codes to temperature and voltage. Using the smart cellular phone's built in Location Services feature, the GPS location of the phone 203 at the instant a data point is received from the Arduino is also recorded. Using the App, the display screen of the phone 204 shows the RF Power Value, Temperature, Battery Level of Device, GPS Coordinate and the Time. The app then enables the user to save the displayed data in SQLite Database using phone's memory 205. After the data is saved, the data can be uploaded to the webserver. To do this, the user must first login on the Application 206. If the login is valid, the data is then packaged into a JSON object 207 and sent via wifi or cellular data to the server. JSON stands for JavaScript Object Notation, which is syntax for storing and exchanging data.

    [0016] When the Arduino captures the RF signal, the cellular phone's radios are temporarily turned off to capture only the available ambient power. Finding Ambient RF power in a given area is as easy as walking or driving the hardware around in an automobile and turning on the App in the cell phone. To avoid logging the same data again and again at a fixed location, the App has features to obtain and receive data only when the GPS location has significantly changed (for example 10 meters) from the previously recorded location. The App has a Settings page where this value and other options can be modified.

    [0017] The section labeled “Webpage” in FIG. 3. explains the website portion of one of the embodiment herein. The server receives the uploaded data from the mobile device and unpacks the JSON Object, which is accomplished by a newly developed PHP (Hypertext PreProcessor) script 301. PHP is a popular general-purpose server side scripting language that is especially suited to advanced web development. The unpacked data is saved to a MYSQL database 302 associated with the login information of the user. Now, when a client opens up the website on their web browser 303, the GeoMap will be rendered. The GeoMap takes the data from the MySQL database and plots it on a HeatMap style layout 304 using Google Map API's (Application Program Interfaces).

    REFERENCE NUMERALS

    101 RF Omnidirectional Antenna

    102 ADL5906 Chip

    103 RF Power Output (on ADL5906)

    104 Temperature Sensor Output (on ADL5906)

    105 Arduino Microcontroller

    106 10 Bit Analog to Digital Converter (x3) (on Arduino)

    107 External Battery

    108 Voltage Sensor (on Arduino)

    109 Transmitting and Receiving Serial Ports (on Arduino)

    110 Bluetooth Module (on Arduino)

    201 Receive ADC Code for RF Power, Temperature, and Battery Level

    [0018] 202 Data Decoding using Calibration Slope
    203 GPS Location from Smartphone Location Services
    204 Smart Phone Display shows RF Power Value, GPS Location, Temperature, Battery
    205 SQLite Database on Android Smartphone that Stores GPS and RF Data

    206 Webserver Login Request

    [0019] 207 JSON Object with Packaged Data to be Sent to Webserver Via Wifi
    301 PHP (Server Side Scripting) to unpack JSON Object
    302 MySQL Database with all data on Webserver

    303 Webpage on Client Web Browser

    [0020] 304 GeoMap with RF data in a Heat Map style layout

    OPERATION

    [0021] In operation one uses the system when an RF signal or any transduceable physical phenomena needs to be GeoMapped. The user can carry the handheld system and complete the following steps: [0022] 1. Power up Arduino device with the RF Antenna 101, ADL5906 Chip 102, and Bluetooth Module 110 (FIG. 1. “Hardware”) and prepare to pair with Android Smartphone Device. [0023] 2. Open Android Mobile Application (FIG. 2. “Mobile Smart Phone”) and connect to the Arduino device via Bluetooth. [0024] 3. Begin data collection by interacting with the Display of the Android Mobile Application and walking or driving around to collect data at various geographical locations. RF data and GPS Location data will be stored in an SQLite Database on the Smartphone Device