Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Changed the library.properties name to IridiumSBDi2c
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Mar 25, 2020
1 parent ac2ad1e commit 3720493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# IridiumSBD Arduino Library
# Iridium SBD I2C Arduino Library

The Iridium 9602 and 9603N are fascinating communications modules that give devices like Arduino or Raspberry Pi™ access to the Iridium satellite network.
This is a big deal, because it means that your application can now easily and inexpensively communicate from any point on or above the globe,
from the heart of the Amazon to the Siberian tundra, from the Arctic to the Antarctic.
This library, **IridiumSBD**, uses Iridium's **SBD** ("Short Burst Data") protocol to send and receive short messages to/from the Iridium hub.
SBD is a "text message"-like technology that supports the transmission of text or binary messages up to a certain maximum size (270 bytes received, 340 bytes transmitted).

Breakout boards for the 9602 and 9603N are available in different formats. Most of these breakouts use serial (UART) interfacing but I2C (Qwiic) is possible too and this version of
Breakout boards for the 9602 and 9603N are available in different formats. Most of these breakouts use serial (UART) interfacing but **I2C (Qwiic)** is possible too and this version of
the library supports both.

Grateful thanks go to:
Expand All @@ -30,7 +30,7 @@ You can find documentation for the library in the [documentation folder](https:/
- [RockBLOCK 9603](http://www.rock7mobile.com/products-rockblock-9603) - The newer, more compact RockBLOCK based on the 9603N.
- [WRL-13745](https://www.sparkfun.com/products/13745) - The original RockBLOCK, also available from your friends at SparkFun.
- [WRL-14498](https://www.sparkfun.com/products/14498) - The RockBLOCK 9603, also available from your friends at SparkFun.
- [Qwiic Iridium 9603N](https://www.sparkfun.com/products/15780) - Provides I2C support instead of serial, allowing you to add Iridium SBD communication to any Qwiic or I2C project.
- [Qwiic Iridium 9603N](https://www.sparkfun.com/products/16394) - Provides I2C support instead of serial, allowing you to add Iridium SBD communication to any Qwiic or I2C project.

## History

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=Iridium SBD
name=IridiumSBDi2c
version=3.0.0
author=Mikal Hart and Paul Clark (PaulZC)
maintainer=Paul Clark
Expand Down

0 comments on commit 3720493

Please sign in to comment.