P1sec / QCSuper

QCSuper is a tool communicating with Qualcomm-based phones and modems, allowing to capture raw 2G/3G/4G radio frames, among other things.
GNU General Public License v3.0
1.31k stars 235 forks source link

NB-IoT #82

Open your-friend2008 opened 1 year ago

your-friend2008 commented 1 year ago

Hi all. Does anyone know an NB-IoT device that is compatible with this software?

MarPiSora commented 1 year ago

As an example the following LPWAN modules are Qualcomm MDM9205/06 based and suport NB-IoT & LTE-M: u-blox SARA R4 Quectel BG95/BG96 Telit Cinterion EXS-62/82 & TX62/82 etc.

To use them with QCSuper you would need the DIAG USB port. Unfortunately this port is not mapped through to USB on available arduino, feather or clickboards.

It will work using development boards + corresponding module (together they are costly): e.g. https://www.mouser.de/new/quectel/quectel-umts-lte-evb-kit/ https://www.mouser.de/ProductDetail/u-blox/EVK-R412M-02B?qs=DPoM0jnrROUGB%252BAXIOJwpg%3D%3D https://www.digikey.com/en/products/detail/u-blox/EVK-R410M-02B/9817972 Cheapest: https://www.digikey.com/en/products/detail/telit-cinterion/DEVKIT-EXS82-W-LPWAN/12759394?s=N4IgTCBcDaIKYA8DOAOCBdAvkA

your-friend2008 commented 1 year ago

Thanks a lot for answer