Skip to Content
Making Things Talk
book

Making Things Talk

by Tom Igoe
September 2007
Beginner to intermediate
432 pages
17h 48m
English
O'Reilly Media, Inc.
Content preview from Making Things Talk
HOW TO LOCATE (ALMOST) ANYTHING 275
Continued from opposite page.
/*
Once you've got a packet, you need to extract the useful data.
This method gets the address of the sender and RSSI.
*/
void parseData(int[] thisPacket) {
// read the address -- a two-byte value, so you
// add the two bytes as follows:
address = thisPacket[5] + thisPacket[4] * 256;
// get RSSI:
rssi = thisPacket[6];
}
Radio signal strength is measured in decibel-
milliwatts (dBm). You might wonder why the
signal reads –65dBm. How can the signal strength be
negative? The relationship between milliwatts of power
and dBm is logarithmic. To get the dBm, take the log of
the milliwatts. So, for example, if you receive 1 milliwatt of
signal strength, you’ve got log 1 dBm. Log 1 = 0, so 1 mW =
0 dBm. When the power drops below 1 mW, the dBm drops
below 0, like so: 0.5 mW = (log 0.5) dBm or –3.01 dBm.
0.25mW = (log 0.25) dBm, or –6.02 dBm. If logarithms
confuse you, just remember that 0 dBm is the maximum
transmission power, which means that signal strength
is going to start at 0 dBm and go down from there. The
minimum signal that the XBee radios can receive is –92
dBm. Bluetooth radios and Wi-Fi radios typically have
a similar range of sensitivity. In a perfect world with no
obstructions to create errors, relationship between signal
strength and distance would be a logarithmic curve.
Figure 8-5
Output of the XBee RSSI ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Making Things Talk, 2nd Edition

Making Things Talk, 2nd Edition

Tom Igoe

Publisher Resources

ISBN: 9780596510510Catalog PageErrata