Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


raspberry_pi_openlabs_6lowpan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raspberry_pi_openlabs_6lowpan [2017/06/29 10:45] – [Raspberry Pi - 802.15.4 radio] adminraspberry_pi_openlabs_6lowpan [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 2: Line 2:
 =====Raspberry Pi - 802.15.4 radio==== =====Raspberry Pi - 802.15.4 radio====
 This guide helps you to run the the openlabs 802.15.4 radio connected to spi0.0, pin 15-26. For this guide I used a Raspberry Pi 3, raspbian with kernel 4.9.34-v7+ and an openlabs 802.15.4 (at86rf233) radio. This guide helps you to run the the openlabs 802.15.4 radio connected to spi0.0, pin 15-26. For this guide I used a Raspberry Pi 3, raspbian with kernel 4.9.34-v7+ and an openlabs 802.15.4 (at86rf233) radio.
-~~TOC~~ 
  
   * {{ ::atmel-8351-mcu_wireless-at86rf233_datasheet.pdf |AT86RF233 Datasheet - Atmel Corporation}}   * {{ ::atmel-8351-mcu_wireless-at86rf233_datasheet.pdf |AT86RF233 Datasheet - Atmel Corporation}}
Line 155: Line 154:
   * Remote monitoring with Wireshark over SSH:<code>ssh <ip> 'dumpcap -P -i monitor0 -w -' | wireshark -k -i -   * Remote monitoring with Wireshark over SSH:<code>ssh <ip> 'dumpcap -P -i monitor0 -w -' | wireshark -k -i -
 </code>{{::screenshot_from_2017-06-28_23-29-23.png?direct&600|}} </code>{{::screenshot_from_2017-06-28_23-29-23.png?direct&600|}}
 +  * Examples:<code>
 +# Filter packets from specific source
 +tshark -i monitor0 -V -Y "wpan.src16==0x0100"
  
 +# Filter packets from specific source PAN
 +tshark -i monitor0 -V -Y "wpan.src_pan==0xfcff"
 +
 +# CSV example
 +tshark -i monitor0 -Y "wpan.src_pan==0x00b1" -Tfields -E separator=, -E quote=d -e wpan.src_pan -e wpan.src16 -e data
 +
 +</code>
  
raspberry_pi_openlabs_6lowpan.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1