|
Zephyr and LoRaWAN stack
Hello everyone,
As I can see in the documentation of the zephyr, zephyr supports Dragino LSN50 LoRA Sensor Node. I would like to ask if the code of the LoRaWAN stack is available in the github for
Hello everyone,
As I can see in the documentation of the zephyr, zephyr supports Dragino LSN50 LoRA Sensor Node. I would like to ask if the code of the LoRaWAN stack is available in the github for
|
By
Nikos Karamolegkos <nkaram@...>
·
#1454
·
|
|
Re: Dragino LSN50 and STLink
Hi Gustavo,
Sorry, I'm not familiar with Dragino, nor J-Link, maybe Endre would know better, as he did the board port.
Erwan
Hi Gustavo,
Sorry, I'm not familiar with Dragino, nor J-Link, maybe Endre would know better, as he did the board port.
Erwan
|
By
Erwan Gouriou
·
#1453
·
|
|
Re: Dragino LSN50 and STLink
Awesome, thanks!
By
Gustavo FN
·
#1452
·
|
|
Re: mcuboot + dfu-util on nRF52840 not able to update firmware
I am able to replicate this problem with Zephyr v1.14.0 and nrf52840 PCA10056 hardware rev 1.1.0. The same "Error during download get_status" error occurred while flashing to slot 1.Host
I am able to replicate this problem with Zephyr v1.14.0 and nrf52840 PCA10056 hardware rev 1.1.0. The same "Error during download get_status" error occurred while flashing to slot 1.Host
|
By
Adam Mooers
·
#1451
·
|
|
Re: Dragino LSN50 and STLink
Adding 2 people who might be able to help.
- k
Adding 2 people who might be able to help.
- k
|
By
Kumar Gala
·
#1450
·
|
|
Re: Concurrent TLS and Non-TLS TCP Communication
Hi Erin,
It is be possible to have both, TCP and TLS sockets when CONFIG_NET_SOCKETS_SOCKOPT_TLS option is enabled. Just to be sure, I’ve verified this functionality with current master and
Hi Erin,
It is be possible to have both, TCP and TLS sockets when CONFIG_NET_SOCKETS_SOCKOPT_TLS option is enabled. Just to be sure, I’ve verified this functionality with current master and
|
By
Lubos, Robert
·
#1449
·
|
|
Dragino LSN50 and STLink
Hello everyone,
I noticed the Dragino LSN50 board has been ported to Zephyr and that's pretty cool.
I have one of this board and following the page
Hello everyone,
I noticed the Dragino LSN50 board has been ported to Zephyr and that's pretty cool.
I have one of this board and following the page
|
By
Gustavo FN
·
#1448
·
|
|
Re: Sparkfun Pro nRF52840 Mini support?
We’d be happy to accept changes for the boards to support both w & w/o the bootloader. I haven’t looked at the submissions for the existing boards, but I’m guessing that for a number of boards
We’d be happy to accept changes for the boards to support both w & w/o the bootloader. I haven’t looked at the submissions for the existing boards, but I’m guessing that for a number of boards
|
By
Kumar Gala
·
#1447
·
|
|
nrf9160 networking
Hello,
Without doubt this will be a newbie question, but I'm having trouble seeing the wood from the trees.
I've written some code which works really well under both the POSIX and qemu targets, but am
Hello,
Without doubt this will be a newbie question, but I'm having trouble seeing the wood from the trees.
I've written some code which works really well under both the POSIX and qemu targets, but am
|
By
Nick Glencross
·
#1446
·
|
|
Re: Incorrect flash_map in Zephyr v1.14.0
#nrf52840
Fixed by using mcuboot master. v1.3.0 is not compatible with Zephyr v1.14.0.
Fixed by using mcuboot master. v1.3.0 is not compatible with Zephyr v1.14.0.
|
By
Phil Hipp
·
#1445
·
|
|
Immediate preemption / Task switch when return from a ISR
Hi,
I trying to have a task waiting to put a message in a queue to be immediatly rescheduled when return from an ISR getting this msg.
For now, the Task is set as Ready (when the ISR
Hi,
I trying to have a task waiting to put a message in a queue to be immediatly rescheduled when return from an ISR getting this msg.
For now, the Task is set as Ready (when the ISR
|
By
nicolas lantz <nicolas.lantz@...>
·
#1444
·
|
|
Incorrect flash_map in Zephyr v1.14.0
#nrf52840
Hi everybody,
it seems I found a bug in v1.14.0. I'm using Zephyr on my nrf52840 based custom board together with mcuboot v1.3.0. Everything worked fine with Zephyr v1.13.0, but after updating to the
Hi everybody,
it seems I found a bug in v1.14.0. I'm using Zephyr on my nrf52840 based custom board together with mcuboot v1.3.0. Everything worked fine with Zephyr v1.13.0, but after updating to the
|
By
Phil Hipp
·
#1443
·
|
|
Re: [EXT] [Zephyr-users] Writing to Flash for Settings
Hello Maureen,
Thank you! That did the trick. I don't think I'd ever have worked that out without your help,
Nick
Hello Maureen,
Thank you! That did the trick. I don't think I'd ever have worked that out without your help,
Nick
|
By
Nick Glencross
·
#1442
·
|
|
Re: [EXT] [Zephyr-users] Writing to Flash for Settings
Hi Nick,
You need to set:
CONFIG_MPU_ALLOW_FLASH_WRITE=y
Maureen
Hi Nick,
You need to set:
CONFIG_MPU_ALLOW_FLASH_WRITE=y
Maureen
|
By
Maureen Helm
·
#1441
·
|
|
Writing to Flash for Settings
Hello,
I'm having my first experiment with Settings backed by Flash, but not getting very far.
I have an nrf9160 Nordic board and my project file is the same as many of the
Hello,
I'm having my first experiment with Settings backed by Flash, but not getting very far.
I have an nrf9160 Nordic board and my project file is the same as many of the
|
By
Nick Glencross
·
#1440
·
|
|
Concurrent TLS and Non-TLS TCP Communication
Hello,
For a research project I have a need to be able to support both TLS and non-TLS communication in the same application.
Is there any way to do this within Zephyr? It seems like once I apply
Hello,
For a research project I have a need to be able to support both TLS and non-TLS communication in the same application.
Is there any way to do this within Zephyr? It seems like once I apply
|
By
Erin Beckwith
·
#1439
·
|
|
Re: Sparkfun Pro nRF52840 Mini support?
Hi Rodrigo:
You asked: “Are you sure that it is not possible to program a new zephyr firmware with the current bootloader?”, the answer is No, I am not sure, but all of the documentation I
Hi Rodrigo:
You asked: “Are you sure that it is not possible to program a new zephyr firmware with the current bootloader?”, the answer is No, I am not sure, but all of the documentation I
|
By
Lawrence King
·
#1438
·
|
|
Re: Sparkfun Pro nRF52840 Mini support?
Hi Lawrence,
I can imagine how frustrated you are. Sorry for hearing that.
Sometimes we cannot catch what the developers are doing because the size and complexity of the project. I am very convinced
Hi Lawrence,
I can imagine how frustrated you are. Sorry for hearing that.
Sometimes we cannot catch what the developers are doing because the size and complexity of the project. I am very convinced
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#1437
·
|
|
Re: Sparkfun Pro nRF52840 Mini support?
Hi Rodrigo:
I went through the schematics for the SparkFun nrf52840 mini, the Adafruit nrf52840 Feather, and the Nordic pca10059 reference board. All three boards are nearly identical, (other than
Hi Rodrigo:
I went through the schematics for the SparkFun nrf52840 mini, the Adafruit nrf52840 Feather, and the Nordic pca10059 reference board. All three boards are nearly identical, (other than
|
By
Lawrence King
·
#1436
·
|
|
Re: Client certificates
Hi Nick,
see for example samples/net/sockets/echo_client how it is handling the
certificates. Also if you want to create certs yourself, there is some
guidance in net-tools project README.md file for
Hi Nick,
see for example samples/net/sockets/echo_client how it is handling the
certificates. Also if you want to create certs yourself, there is some
guidance in net-tools project README.md file for
|
By
Jukka Rissanen
·
#1435
·
|