Skip to content

Instantly share code, notes, and snippets.

@Chamaeleon-
Chamaeleon- / raspINGAsetup.md
Last active May 23, 2019 13:38
How to setup raspINGA with Raspberry Pi 3b

How to setup raspINGA with Raspberry Pi 3b

raspINGA is a shield for raspberry pi with a AT86RF231 IEEE802.15.4 radio

If you can use ATUSB and Ubuntu IoT 18.04 instead.

  • start with standard setup for Raspberry Pi 3b with Raspbian Stretch lite (kernel 4.14 2019-04-08) and update kernel
  • activate driver for AT86RF231 in the device tree overlay in /boot/config.txt
    • add dtoverlay=at86rf233, interrupt=25, reset=27, sleep=17
  • look with dmesg for "Detected at86rf231 chip version 2"
  • install wpan-tools via apt, the interface wpan0 should show up afterwards