Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.75 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.75 KB

multiSniff Masters Project

General

Repository for my Master`s project called Multiprotocol Sniffer And Analyzer.

The subject of this work is design of a device that captures Bluetooth Low Energy or IEEE 802.15.4 frames and sends them via Ethernet bus to a computer for subsequent analysis using Wireshark. The device is based on the CC2652RB microchip from Texas Instruments, which is accompanied by the WIZnet W5500 Ethernet interface. This repository includes MCU software, HTML code for web-based control panel and Wireshark dissector.

Hardware Used

  • TI CC2652RB LaunchPad for prototyping and SW development
  • WIZnet W5500 with RJ-45 connector for Ethernet interface (SPI communication)
  • SSD1306 OLED display (I2C communication)

Results

Prototype photo

prototype_w_display

Dashboard screenshot

dashboard_portrait_bez_addbaru

Captured BLE traffic

msniff_test_capture_211572

black line sum of all BLE traffic (advertising channel)
blue line advertising of BLE enabled coffee machine
red line advertising of ESP32 turned on and off during test capture

Other Links