9

I want to design an IoT device with cellular connectivity. It requires ~50MB upload per day at most, but with live high-frequency monitoring. I think a HSPA network will suffice. I would like for it to also be cheap (Less than $100 with global penta-band frequency support).

I noticed that there are end-device certified (PTCRB and GCF) embedded 'modems' available from companies like Nimbelink. However, they are expensive.

Now, I know about the existence of cheaper options like those from Ublox, for instance, which are 'modules', and not 'modems'. But Ublox's Lisa-U200, for instance is on GCF's list of certified modules.

It seems like that doesn't qualify and end-device certified, and I don't have the funds to certify it. But is it necessary? I wish to make this open source design, and say at best there will be a 100 of the devices with Ublox Lisa-U200 on the same operator. Will a network operator block these devices? How will they know it's all the same device, when clearly, there are development boards such as ARM mbed's C027 with the same chip set, and not on GCF database?

Sean Houlihane
  • 10,524
  • 2
  • 26
  • 62

1 Answers1

5

If I understand the question correctly, you're proposing to ignore the legal requirements to avoid interfering with other radio users? Generally this is not enforced by the telecoms operator, it's enforced by the FCC, Ofcom or an equivalent. They may be able to compel the telecoms operator to identify you, and you potentially face criminal sanction, not just denial of service. The justification for this is that you may be interfering with other commercial or safety related radio operators.

However, I think you mis-understand the certification regime. Ublox (for example) certify their modules such that you can legally rely on their testing and avoid having to perform your own testing - so long as your use case comples with their specifications. This permits you to use the modules in the certified countries. It does not guarantee non-interference or that your device will not be banned, just that you will not have committed a criminal offence if there is a problem.

Using the u-blox dev board which you reference in a non-certified country would be just as illegal as using the module on a different board. Using the module with an inadequate power supply, or a non-conforming antenna is illegal.

Your concern should not be with the network operators - it is the radio spectrum enforcement authorities in each country (and potentially their customs/import controls).

Unless the individual operators impose specific usage conditions (along the lines of the no tethering condition which you might see with certain data packages), then there should be no difference between using a certified module or a certified end product - except for the other testing your end product may require for general EMC. Any operator specific conditions are liable to extend into your software stack rather than apply to the modem itself.

Sean Houlihane
  • 10,524
  • 2
  • 26
  • 62