Author Topic: LORAWAN module with CE certification.  (Read 3211 times)

0 Members and 1 Guest are viewing this topic.

Offline MadhumadiTopic starter

  • Newbie
  • Posts: 4
  • Country: in
LORAWAN module with CE certification.
« on: January 05, 2018, 09:29:05 am »
Hello all,

I am looking for a LORAwan module with out MCU board/LORA stack implementation. There are many like that( eg http://www.hoperf.com/upload/rf/RFM95_96_97_98W.pdf        http://www.dorji.com/products-detail.php?ProId=13   . But that module should have CE certification as well.
Did any one come across a module that is CE certified and with out LORA stack implemented?

Regards,
 

Offline MadhumadiTopic starter

  • Newbie
  • Posts: 4
  • Country: in
Re: LORAWAN module with CE certification.
« Reply #1 on: January 05, 2018, 11:50:37 am »
Well yes It would be okay for FCC aswell. ultimately the modules that i come across dont have any ( FCC/CE/RED)  certification.
So now the certification part will fall on our company when we build a product with them.
 

Offline jeremy

  • Super Contributor
  • ***
  • Posts: 1079
  • Country: au
Re: LORAWAN module with CE certification.
« Reply #2 on: January 05, 2018, 01:25:14 pm »
Why not use the murata module? Or some other company like laird? Ultimately if you come across one that is certified without a micro, they are going to bump up the margin anyway because they had to go through the hassle of certification.
« Last Edit: January 05, 2018, 01:27:06 pm by jeremy »
 

Offline jeremy

  • Super Contributor
  • ***
  • Posts: 1079
  • Country: au
Re: LORAWAN module with CE certification.
« Reply #3 on: January 05, 2018, 02:15:05 pm »
Right, but you still need a micro which is capable of running the semtech stack, which basically means ARM. Even the cheapest of cheap modules from china still seem to use an STM32 with a large helping of flash. Or you can possibly implement your own stack for a random low cost micro, but then you have another certification problem, which is that most commercial providers (or at least the ones I know of) won't let you connect with stacks which are not certified by the LoRa alliance.

Also the SX1278 is the chip nobody wants to put in a new product; it is 433MHz which means you can't sell in US/EU/AU (maybe you are only targeting the Chinese market which is 433, but that seems unlikely; also AS923 is coming). Semtech know this and the difference to the SX1272 is $1 even in several k volume. You also have to consider that the cheapest modules might be the cheapest because they would actually fail certification or might have poor temperature/frequency stability which is actually really important with this type of modulation and application domain.

When you put all of this together, paying a couple of dollars more to have a precertified module with a precertified stack and a name brand micro and a TCXO, *and* the module itself from a well known mfg that would be able to supply in large volume reliably, it seems like a no brainer to me. And if we were talking crazy enough volumes to reimplement the stack itself, why wouldn't you just buy the chip itself from semtech at volume prices and do your own ?

Murata and co aren't stupid; I personally think their prices are unusually competitive, to the point where they are giving up margin to gain "Iot" market share.

I did the math  :D
« Last Edit: January 05, 2018, 02:17:31 pm by jeremy »
 
The following users thanked this post: blueskull

Offline Lazyboy

  • Contributor
  • Posts: 11
  • Country: si
Re: LORAWAN module with CE certification.
« Reply #4 on: May 06, 2019, 08:45:42 am »
I did the math  :D

I like you! You know how to math  ;D

We had the same problem. We were using Murata modules, but we had problems with it. That is why we have developed our own module. There is another thread about it: https://www.eevblog.com/forum/projects/easiest-and-most-secure-lorawan-module/msg2300700/#msg2300700

As jeremy said, it is easy to look at a chip and say it is cheap in volume, but people do not look at the big picture (RAM, stack, security, secure element, antenna, antenna matching, certifications,....)

Right, but you still need a micro which is capable of running the semtech stack, which basically means ARM. Even the cheapest of cheap modules from china still seem to use an STM32 with a large helping of flash.

We are using a PSoC 6x micro, which is a dual core micro with embedded secure element which allows secure boot. It has a secure M0+ core with the locked down stack running on it and an M4 for the user to program. Altogether 288 kB of SRAM, from which You can use 256 kB for your M4 application. So you have a micro and a stack, running separetly and securely.

Or you can possibly implement your own stack for a random low cost micro, but then you have another certification problem, which is that most commercial providers (or at least the ones I know of) won't let you connect with stacks which are not certified by the LoRa alliance.

That is why we have our stack locked down on the M0+. Because you cannot alter it, you can use our LoRa Alligance certification by similarity (Pending). You do not even have to know how LoRaWAN works. You only use few functions to communicate between the cores on the IPC, functions like> LoRaWAN_Init(), LoRaWAN_Join(true), LoRaWAN_Send(txBuffer, bufferLength, true),....

In addition, CE and FCC pending.

Also the SX1278 is the chip nobody wants to put in a new product; it is 433MHz which means you can't sell in US/EU/AU (maybe you are only targeting the Chinese market which is 433, but that seems unlikely; also AS923 is coming). Semtech know this and the difference to the SX1272 is $1 even in several k volume. You also have to consider that the cheapest modules might be the cheapest because they would actually fail certification or might have poor temperature/frequency stability which is actually really important with this type of modulation and application domain.

We use SX1261 radio and we are preparing EU868 and US915 versions for full release (you can order samples/dev-kit on https://www.onethinx.com/). We are planning to release an IN865 (Indian) version soon and AU923 in the future. Or you can get a stackless version of the module.

To conclude, doing everything yourself might be more expensive than you think (in small to medium volume). + Bluetooth if you need it

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf