Skip to main content

Cellular RasPi - Internet and Remote Connections on the Raspberry Pi

title

There are many ways to provide internet to your Raspberry Pi so you may browse the internet or enable remote applications.  Depending on your application requirements, different methods exist that must be evaluated in order to determine the correct one for you.

Here's a short list of the most common methods of enabling internet on the Raspberry Pi:

Method

Advantages

Disadvantages

Examples

Ethernet

-Free

-Fast data rates, piggy-back on existing home/office service

-DHCP is enabled by default

-Requires a physical wired connection

 

-RasPi Laptop

-RasPi Home Video Monitor

-RasPi phone

WiFi

-Free

-Fast data rates, piggy-back on existing home/office service

-Fairly easy setup

-Requires a local connection

 

-Same as Ethernet, but wireless

-Home/Office remote door opener, thermostat, monitoring

Cellular

-Cellular towers are everywhere in the populated world

-Additional service fees

-Internet enabled RasPi, everywhere

-Remote door opener, thermostat, monitoring

Satellite

-Satellite is available everywhere there is a clear view of the sky

-Costly service

-Slower data rates

-Higher power required

-Wilderness sensor

-Wilderness tracking

Bluetooth

-Piggy-back cell phone service

-Local connection to home/office computer

-Additional costs for tethering

-No simple methods or hardware to get it online otherwise

-Tether sensors through your phone's internet

Ethernet: Ethernet is the go-to resource for testing code and developing as it does not require any additional cost, is very simple to setup, and is the oldest form of internet communication available to the Raspberry Pi.  Simply plug in your cable and Ethernet internet connectivity should be enabled by the RasPi's DHCP client by default.

The majority of contemporary and IoT applications require remote or wireless connectivity and usage where Ethernet itself is a burden or simply unacceptable to require the routing of a physical cable.  So, can we start with Ethernet, test all those components we can test outside of the final network, then we move on to integrating the final network connection component.

WiFi: Some WiFi development boards and shields have started to come out that offer easy connections to your home and office WiFi routers.  These connections, if made easily accessible enough, can directly replace Ethernet connections with the same home networking equipment but without wires.

Wireless connections, especially when used with wireless extenders, can enable a variety of applications that wires would be unacceptable to be used.  For example, wirelessly enable a garage door opener, a front door locking mechanism, alarm monitoring, video surveillance, or a thermostat for those cold days when you want a warm home to come home to.

Cellular: Cellular service has made strides in recent history with respect to the ease of use in development modules as well as available SIM cards.  My company, SparqEE, makes a cellular kit called the CELLv1.0, pictured with everything you need to get online using cellular service, no matter where you live in the world.  It's a world compatible chipset that works on both 2G or 3G services, whichever is available.

title

The CELLv1.0 works stand-alone, using breadboards or jumper wires, or through the use of our shields which allow it to directly connect to your Raspberry Pi or Arduino development boards as shown below for the Raspberry Pi B+ or 2.  Visit our website at www.SparqEE.com for further information or RS Components to pick one up.

title

Cellular service is another challenge.  Within cellular service there are two main trade-offs to consider given your application.  If you're using lots of data, for video or voice for example, you'll want to look at a higher rate plan (1GB+) which are offered by individual providers and are location specific - for example AT&T or T-Mobile in the US.  If you're using smaller amounts of data (<100MB), there exists SIM cards that are reasonably priced and can operate anywhere in the world coming in at a lower cost than those direct from a provider.  Although certain countries may charge slightly more money per MB, these worldwide SIMs are becoming more popular.

title

A Note on Cellular Technology and the Service

CDMA and GSM are the two main cellular technologies that currently exist throughout the world and are currently broken down into three main speed categories or "Generations" of technology - 2G, 3G, and 4G.

In the United states, CDMA is provided through Verizon and Sprint whereas GSM technology is used by AT&T and T-Mobile.  Although CDMA or rather Verizon and Sprint are household names in the United States, GSM is the most common technology throughout the world taking about 80-85% of the market.

2G is the oldest of the wireless standard speeds and also the slowest.  Even so, 2G is available in developing countries that are behind the times in adopting newer technologies.  The majority of the world has either 2G or 3G services whereas 4G service has only recently gained popularity and begun to be implemented.

The SparqEE CELLv1.0 provides 2G and 3G GSM services as to be compatible with the majority of the world.  This device targets applications that can work anywhere in the world as it uses enables a range of frequencies to be compatible everywhere.  All that is needed is a worldwide SIM that would provide lower data rates or a specific region's SIM that would allow a higher data rate.

Satellite: Satellite is still slightly out of reach for most applications.  The additional power requirements and costs required to implement a satellite solution and the lack of development tools available to utilize those modules are very limited and expensive thus putting them out of reach.  However, there are still certain applications that require satellite coverage, for example, wilderness tracking or sensory input in remote areas.

Bluetooth: The most common methodology to get internet through a Bluetooth connection is through tethering.  Tethering provides an automatic methodology for forwarding data through a Bluetooth link to an internet network connection.  Historically, tethering has been quite controversial to be used through cellular phones as cell phone companies disallow the functionality to be included with standard plans but rather charge additional fees for tethering.

Therefore, the use of Bluetooth through tethering has waned in popularity and opportunity for Bluetooth to bring unadulterated internet to external devices like the Raspberry Pi.

title

Getting Internet on the RasPi (Example uses the SparqEE CELLv1.0):

Getting internet through a cellular connection on the Raspberry Pi is a piece of cake.  With the CELLv1.0, a SIM (such as the SparqSIM), and the adapter shield connected similarly to the above images, the below code will setup a PPP connection and provide an IP to allow you to start surfing the internet.  That's it.

Using 'ifconfig' - Without Any Networking Attached:

Before any network is attached to the Raspberry Pi, the command 'ifconfig' will bring back something like the following image displays.  There is an eth0 (ethernet) interface and lo (loopback), but the ethernet interface does not have an associated IP address since no ethernet cable is connected.

 title

Using 'ifconfig' - CELLv1.0 Internet Enabled:

Once the CELLv1.0 is attached with the appropriate shield, the sakis3g script, shown below, is a quick way to bypass having to use lower level commands and intense configurations.  The sakis3g command can be used without a UI to create a ppp connection (noted as ppp0 below), thus providing an IP address to the Raspberry Pi as shown below, and noted in detail on the CELLv1.0 product page within the SparqEE website.

title

Zoomed in:

title

Once you enable mobile internet on the Raspberry Pi, there is no end to the opportunities for innovation in the field.

Buy SparqEE Products

View our website at www.SparqEE.com
DesignSpark Electrical Logolinkedin