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 11:17] – [Monitor mode, packet capture] 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 162: Line 161:
 tshark -i monitor0 -V -Y "wpan.src_pan==0xfcff" 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> </code>
  
raspberry_pi_openlabs_6lowpan.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1