2017-12-06 06:29 PM
I own a NUCLEO-L053R8.
Is it appropriate to get a I-NUCLEO-LRWAN1, plug it into the NUCLEO and use the I-CUBE-LRWAN (STM32CubeExpansion_LRWAN_V1.1.2) to start learning LoRaWAN?
Is the NUCLEO-L053R8 with the I-NUCLEO-LRWAN1 plugged in essentially the same as a B-L072Z-LRWAN1???
2017-12-07 07:21 AM
Why risk it?
Why not just get a B-L072Z-LRWAN1 Discovery board, or a P-Nucleo-LRWAN1 kit?
http://www.st.com/en/evaluation-tools/b-l072z-lrwan1.html
http://www.st.com/en/evaluation-tools/p-nucleo-lrwan1.html
That way, you know you have a complete kit, and you get ready-to-run examples specifically made for it - no messing about with trying to ensure that everything is compatible.
Simples!
2017-12-07 07:28 AM
Is the NUCLEO-L053R8 with the I-NUCLEO-LRWAN1 plugged in essentially the same as a B-L072Z-LRWAN1???
Ah - no, it isn't.
The
I-NUCLEO-LRWAN1 has a USI module and is really just intended as a dumb modem - using AT commands:http://www.st.com/en/evaluation-tools/i-nucleo-lrwan1.html
The USI module has a
Semtech SX127
2
radio.As noted elsewhere, the USI documentation is, well, 'lacking' ...
>:(
The Discovery board uses a muRata module with SX127
6
, and is well documented.Note that the
P-Nucleo-LRWAN1 kit also use the
SX127
2
.
2017-12-07 07:52 AM
The P-NUCLEO-LRWAN1 package includes both shield and Nucleo board ($70), it is the most expensive path. You can buy the shield and board separately more cheaply. The SX1272 shield can be bought more cheaply $25, and a Nucleo for $10, but you already have that.
https://www.mouser.com/ProductDetail/Semtech/SX1272MB2DAS/?qs=5aG0NVq1C4w5nso72Adcfw%3d%3d
The B-L072Z-LRWAN1 is a different beast, and perhaps the optimum development/learning platform. The L0 has 192KB of FLASH, and the module uses the SX1276 radio.
2017-12-07 08:33 AM
The USI part can be reprogrammed, but it's a non-ideal development platform. The LRWAN that ST supplies is relatively portable across boards and platforms.
2017-12-07 08:39 AM
Indeed - but the OP specifically asked about this as a starting point.
Of course, stuff can be ported & adapted - but I really don't think that's great as
a
startingpoint.
tomkins.richard
-Turvey.Clive
has postedextensively about his adventures with this stuff - including the porting across various boards...2017-12-07 08:54 AM
Not trying to argue this point, just adding a quick footnote while I write a longer direct commentary.
2017-12-07 09:00 AM
,
,
https://community.st.com/0D50X00009XkgY5SAJ
,https://community.st.com/community/stm32-community/blog/2016/11/30/stm32-lora-kit?commentID=3505 ♯ comment-1762
,2017-12-07 09:00 AM
Clive One wrote:
The B-L072Z-LRWAN1 is ... perhaps the optimum development/learning platform.
I would say so.
2017-12-07 05:21 PM
I thank Clive and Andrew for the input on this question.
As a person attempting to learn something new on a limited budget, the first order of the day is to see what resources on hand can be useful in a future endeavor, hence my original question.
I had ruled out the P-NUCLEO-LRWAN1, as it is marked by ST Microelectronics as NRND, Not Recommended For New Design, indicating that it is about to be retired.
I shall go the way of your responses and acquire a
B-L072Z-LRWAN1
.