|
Re: #ble #nrf52480 Issue with enabling DFU and BLE USB HCI simultaneously
#nrf52480
#ble
I created a Github issue for the above incompatibility:
https://github.com/zephyrproject-rtos/zephyr/issues/16240
It looks like DFU cannot be used at the same time as Bluetooth HCI in v1.14 or master
I created a Github issue for the above incompatibility:
https://github.com/zephyrproject-rtos/zephyr/issues/16240
It looks like DFU cannot be used at the same time as Bluetooth HCI in v1.14 or master
|
By
Adam Mooers
·
#1466
·
|
|
Closing an accepting BSD socket from a different thread
Hello!
I've a thread blocking on an zsock_accept(). After a certain time another thread decides that this socket is no longer required and calls zsock_close() on that socket. Now the thread blocking
Hello!
I've a thread blocking on an zsock_accept(). After a certain time another thread decides that this socket is no longer required and calls zsock_close() on that socket. Now the thread blocking
|
By
Stephan Gatzka
·
#1465
·
|
|
Re: Zephyr compatible motes for 802.15.4
Thank you Andrei,
1) Therefore these module can support 802.15.4 in 2.4 GHz band only. Correct?
2) Can I use them to run zigbee or 802.15.4g (SUN) in 2.4GHz with zephyr. Does zephyr supports SUN and
Thank you Andrei,
1) Therefore these module can support 802.15.4 in 2.4 GHz band only. Correct?
2) Can I use them to run zigbee or 802.15.4g (SUN) in 2.4GHz with zephyr. Does zephyr supports SUN and
|
By
Nikos Karamolegkos
·
#1464
·
|
|
Re: Does zephyr supports DTLS and 6lowpan
Hello Nikos,
That documentation is out of date. The LwM2M subsystem supports both DTLS and Bootstrap mode.
I opened a new issue to correct that bit of
Hello Nikos,
That documentation is out of date. The LwM2M subsystem supports both DTLS and Bootstrap mode.
I opened a new issue to correct that bit of
|
By
Michael Scott
·
#1463
·
|
|
Does zephyr supports DTLS and 6lowpan
Hello all,
As I can see here, zephyr supports DTLS via mbed DTLS. However, according this "LWM2M OMA Lightweight Machine-to-Machine Protocol (V1.0 Feb 2017) is
Hello all,
As I can see here, zephyr supports DTLS via mbed DTLS. However, according this "LWM2M OMA Lightweight Machine-to-Machine Protocol (V1.0 Feb 2017) is
|
By
Nikos Karamolegkos
·
#1462
·
|
|
Re: NVS corrupt after applying sys_reboot() directly after nvs_write()
#nrf52840
Alright, I fixed that issue by splitting the predefined flash storage partition (storage_partition) in the board's dts in half. Leaving the name of the first one as is and naming the second one
Alright, I fixed that issue by splitting the predefined flash storage partition (storage_partition) in the board's dts in half. Leaving the name of the first one as is and naming the second one
|
By
Phil Hipp
·
#1461
·
|
|
Re: NVS corrupt after applying sys_reboot() directly after nvs_write()
#nrf52840
I found out that NVS seems to interfere with the settings fcb. I'm using that for the bt settings (pairing keys, etc.). Is there any way to use the settings fcb and NVS concurrently?
I found out that NVS seems to interfere with the settings fcb. I'm using that for the bt settings (pairing keys, etc.). Is there any way to use the settings fcb and NVS concurrently?
|
By
Phil Hipp
·
#1460
·
|
|
NVS corrupt after applying sys_reboot() directly after nvs_write()
#nrf52840
Hi,
in my application, I want to apply a reboot via sys_reboot(SYS_REBOOT_WARM) directly after writing a specific value to NVS via nvs_write() to cleanly reinitialize the system with that value in
Hi,
in my application, I want to apply a reboot via sys_reboot(SYS_REBOOT_WARM) directly after writing a specific value to NVS via nvs_write() to cleanly reinitialize the system with that value in
|
By
Phil Hipp
·
#1459
·
|
|
#ble #nrf52480 Issue with enabling DFU and BLE USB HCI simultaneously
#nrf52480
#ble
Whenever the USB DFU driver and the USB BLE HCI driver are both enabled, neither works as expected . BLE HCI over USB works when the DFU USB driver is disabled via prj.conf (CONFIG_USB_DFU_CLASS=n).
Whenever the USB DFU driver and the USB BLE HCI driver are both enabled, neither works as expected . BLE HCI over USB works when the DFU USB driver is disabled via prj.conf (CONFIG_USB_DFU_CLASS=n).
|
By
Adam Mooers
·
#1458
·
|
|
Re: Zephyr compatible motes for 802.15.4
Hi,
reel_board, frdm_k64f + CR20A, quark_se_devboard, the easiest is
reel_board: https://www.zephyrproject.org/introducing-the-zephyr-reel-board/
Best regards
Andrei Emeltchenko
Hi,
reel_board, frdm_k64f + CR20A, quark_se_devboard, the easiest is
reel_board: https://www.zephyrproject.org/introducing-the-zephyr-reel-board/
Best regards
Andrei Emeltchenko
|
By
Andrei
·
#1457
·
|
|
Zephyr compatible motes for 802.15.4
Hello all,
I have seen that Zephyr supports a lot of MCU boards. I was wondering if there is any mote supported by Zephyr that includes the MCU board and the RF module of the 802.15.4. For example in
Hello all,
I have seen that Zephyr supports a lot of MCU boards. I was wondering if there is any mote supported by Zephyr that includes the MCU board and the RF module of the 802.15.4. For example in
|
By
Nikos Karamolegkos
·
#1456
·
|
|
Need help in interfacing ENC28J60 to PCA10056
#nrf52840
#spi
Hi,
I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations:
================= ===================================
NRF52840 PCA10056 ENC28J60 (pin numbers
Hi,
I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations:
================= ===================================
NRF52840 PCA10056 ENC28J60 (pin numbers
|
By
giriprasad@...
·
#1455
·
|
|
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
·
|