Difference between revisions of "Raspberry Pi 802.15.4 radio module"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Automatic device creation)
 
(Automatic device update)
 
Line 1: Line 1:
{{Device|device_name=Raspberry Pi 802.15.4 radio module|manufacturer=Openlabs.co|link=|image_link=https://stuff.elvis.science/uploads/accessories/accessory-image-xXhTSjcpxk.jpeg|description=|technicalSpecification=|supportedTechnologies=|includedEquipment=|elviscategory=}}
{{Device|device_name=Raspberry Pi 802.15.4 radio module|manufacturer=Openlabs.co|link=https://openlabs.co/store/Raspberry-Pi-802.15.4-radio|image_link=https://stuff.elvis.science/uploads/accessories/accessory-image-xXhTSjcpxk.jpeg|description=This module adds support for 6LoWPAN over 802.15.4 to the Raspberry Pi. With this, you can very cheaply turn a Raspberry Pi into a 6LoWPAN border router for your Internet of Things.
 
The module plugs directly onto pins 15-26 of the RPi's P1 header, leaving the remaining pins free for other uses.
 
Its intended use is to turn an RPi into a border router for a 6LoWPAN network, but it has other uses as well. You can skip the 802.15.4 and just use it as a basic 2.4GHz radio, and you can even hook it up to an Arduino if you want, or anything else with an SPI port and 4 GPIOs.
 
Linux has 6LoWPAN and 802.15.4 implementations, as well as a driver for this module. As of late 2019, the recommended Linux kernel version is 4.9 (not 4.14).|technicalSpecification=https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio|supportedTechnologies=longdescription:"This module adds support for 6LoWPAN over 802.15.4 to the Raspberry Pi. With this, you can very cheaply turn a Raspberry Pi into a 6LoWPAN border router for your Internet of Things.|includedEquipment=Raspberry Pi 802.15.4 radio|elviscategory=IoT Development}}

Latest revision as of 17:50, 1 February 2024

Information
Name Raspberry Pi 802.15.4 radio module
Manufacturer Openlabs.co
Link https://openlabs.co/store/Raspberry-Pi-802.15.4-radio
Specification https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio
Technologies longdescription:"This module adds support for 6LoWPAN over 802.15.4 to the Raspberry Pi. With this, you can very cheaply turn a Raspberry Pi into a 6LoWPAN border router for your Internet of Things.
Included equipment Raspberry Pi 802.15.4 radio
accessory-image-xXhTSjcpxk.jpeg

Description

This module adds support for 6LoWPAN over 802.15.4 to the Raspberry Pi. With this, you can very cheaply turn a Raspberry Pi into a 6LoWPAN border router for your Internet of Things.

The module plugs directly onto pins 15-26 of the RPi's P1 header, leaving the remaining pins free for other uses.

Its intended use is to turn an RPi into a border router for a 6LoWPAN network, but it has other uses as well. You can skip the 802.15.4 and just use it as a basic 2.4GHz radio, and you can even hook it up to an Arduino if you want, or anything else with an SPI port and 4 GPIOs.

Linux has 6LoWPAN and 802.15.4 implementations, as well as a driver for this module. As of late 2019, the recommended Linux kernel version is 4.9 (not 4.14).

Documentations