Skip to content

3. Understanding CatWAN USB Stick

Yoshio Garcia edited this page Dec 29, 2023 · 12 revisions

Understanding CatWAN USB Stick through its components

The CatWAN USB Stick comes equipped with a special firmware image, transforming it into a versatile LoRa sniffer. It enables you to effortlessly capture data exchanges in LoRa networks, supporting packet modes like LoRa® packet mode or LoRaWAN™ Class A, B, and C. While the firmware is currently open source, allowing you to find it in our repository alongside the schematic, the device is also easily reprogrammable through Arduino IDE and its USB port or via a J-Link, ATMEL-ICE, or a DIY SWD programmer.

This device features a SAMD21 ARM Cortex microcontroller at 48Mhz with native USB 2.1, boasting 256Kb for programming and compatibility with Arduino and Circuit Python.

SAMD21 Version


SAMD21 version Schematic

SAMD21 Microcontroller

The powerful SAMD21 microcontroller is responsible for carrying out all the processing and obtaining the information obtained from the RFM95W chip.


SAMD21 Microcontroller

Find the datasheet here → Download SAMD21 Datasheet

Radio Frequency chip (RFM95W)

The heart of the CatWAN USB Stick is the RFM95W chip, a radio frequency (RF) module specifically designed for long-range communication applications, commonly found in systems based on LoRa technology.


RFM95W Radio Frequency chip

Find the datasheet here → Download RFM95W's Datasheet

LED indicators


LEDs indicators

Power Supply Stage

The shield includes a dedicated power supply stage, optimizing the energy requirements for efficient operation. This stage is designed to provide stable power, contributing to the overall reliability of the LoRa communication.


Power Supply Stage

RP2040 Version

RP2040 Microcontroller

The RP2040 is also a powerful microcontroller that is responsible for carrying out all the processing and obtaining the information obtained from the RFM95W chip.


SAMD21 Microcontroller

Find the datasheet here → Download RP2040 Datasheet

Radio Frequency chip (RFM95W)

The heart of the CatWAN USB Stick is the RFM95W chip, a radio frequency (RF) module specifically designed for long-range communication applications, commonly found in systems based on LoRa technology.


RFM95W Radio Frequency chip

Find the datasheet here → Download RFM95W's Datasheet

LEDs indicators


LEDs indicators

Power Supply Stage

The shield includes a dedicated power supply stage, optimizing the energy requirements for efficient operation. This stage is designed to provide stable power, contributing to the overall reliability of the LoRa communication.


Power Supply Stage

Flash memory


Flash memory

Enter Bootloader mode

Important

Although there are 2 versions of the CatWAN USB Stick, to enter bootloader mode the same procedure is used.

  • To put your board in bootloader mode, it is necessary to open the case of your board very carefully.
  • You can enter Bootloader mode by double-tapping the reset button
  • To go back to normal mode just do a single press of the reset button.


CatWAN USB Stick SAMD21

Once you double-tap the reset button, a window will open in your file explorer and you just have to drag the firmware you want to upload to this window.


CatWAN USB Stick in Bootloader mode

Clone this wiki locally