|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
I just meant that OpenThread uses mbedTLS as it’s crypto library, for instance:
https://github.com/openthread/openthread/blob/master/src/core/crypto/sha256.cpp#L41
Regards,
Robert
I just meant that OpenThread uses mbedTLS as it’s crypto library, for instance:
https://github.com/openthread/openthread/blob/master/src/core/crypto/sha256.cpp#L41
Regards,
Robert
|
By
Lubos, Robert
·
#2217
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Perfect. I will prepare the configuration for the contribution. I made the changes you proposed and worked (I set MAX_PACKET_SIZE to 1024). Just to be clear by what do you mean by "OT use mbedTLS
Perfect. I will prepare the configuration for the contribution. I made the changes you proposed and worked (I set MAX_PACKET_SIZE to 1024). Just to be clear by what do you mean by "OT use mbedTLS
|
By
Nikos Karamolegkos
·
#2216
·
|
|
v2.4.0-rc1: Can't set GPIO pin output during pinmux initialization
Hi.
I'm in the process of updating Zephyr from v2.3.0 to v2.4.0-rc1 and I've seen an unexpected change.
I have a custom board, and in the pinmux initialization I'm using the GPIO API to set some
Hi.
I'm in the process of updating Zephyr from v2.3.0 to v2.4.0-rc1 and I've seen an unexpected change.
I have a custom board, and in the pinmux initialization I'm using the GPIO API to set some
|
By
Helge Juul
·
#2215
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Hi Nikos,
Contributions are always welcome, would be also good to contribute the overlay-ot.conf to the lwm2m_client sample, once you have configuration that is proven to work. We even have an
Hi Nikos,
Contributions are always welcome, would be also good to contribute the overlay-ot.conf to the lwm2m_client sample, once you have configuration that is proven to work. We even have an
|
By
Lubos, Robert
·
#2214
·
|
|
API meeting: agenda
Hi all,
Special agenda for today:
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and try to clean up or assign as many as we can.
Teams link:
Hi all,
Special agenda for today:
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and try to clean up or assign as many as we can.
Teams link:
|
By
Carles Cufi
·
#2213
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Thanks Robert, with your help I managed to make the OTBR work (I can make a documentation as contribution for the project if you are interested). Although, the device is registered to the leshan
Thanks Robert, with your help I managed to make the OTBR work (I can make a documentation as contribution for the project if you are interested). Although, the device is registered to the leshan
|
By
Nikos Karamolegkos
·
#2212
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Hi Nikos,
If you use CONF_FILE option, you need to specify both, prj.conf and the overlay: “-- -DCONF_FILE="prj.conf overlay-usb-nrf-br.conf"”.
There’s also an OVERLAY_CONFIG option, where
Hi Nikos,
If you use CONF_FILE option, you need to specify both, prj.conf and the overlay: “-- -DCONF_FILE="prj.conf overlay-usb-nrf-br.conf"”.
There’s also an OVERLAY_CONFIG option, where
|
By
Lubos, Robert
·
#2211
·
|
|
Re: Debug probes and setup
#debugging
#gdb
#nrf52480
#ztest
#bluetoothmesh
Hi Erik,
FYI, pyocd is Zephyr-aware and Nordic’s J-Link OBs can be reflashed with pyocd-compatible
Hi Erik,
FYI, pyocd is Zephyr-aware and Nordic’s J-Link OBs can be reflashed with pyocd-compatible
|
By
Carles Cufi
·
#2210
·
|
|
Debug probes and setup
#debugging
#gdb
#nrf52480
#ztest
#bluetoothmesh
Hi,
We are looking for direction on how best to improve our (multi-threaded) debugging capability.
Current setup: host ---NRF52_dev_board (onboard jLink) -- custom Nordic-SoC board
where
Hi,
We are looking for direction on how best to improve our (multi-threaded) debugging capability.
Current setup: host ---NRF52_dev_board (onboard jLink) -- custom Nordic-SoC board
where
|
By
Erik
·
#2209
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
I am a bit lost. I am trying to compile the OpenThread NCP sample in order to connect the nrf52840 dk with the raspberry which will be running the openthread border router docker image. In order to
I am a bit lost. I am trying to compile the OpenThread NCP sample in order to connect the nrf52840 dk with the raspberry which will be running the openthread border router docker image. In order to
|
By
Nikos Karamolegkos
·
#2208
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
I have a bunch of this type errors " #error "CONFIG_UART_INTERRUPT_DRIVEN must be set for CDC ACM driver", "error: 'const struct uart_driver_api' has no member named 'fifo_fill'
999 | .fifo_fill =
I have a bunch of this type errors " #error "CONFIG_UART_INTERRUPT_DRIVEN must be set for CDC ACM driver", "error: 'const struct uart_driver_api' has no member named 'fifo_fill'
999 | .fifo_fill =
|
By
Nikos Karamolegkos
·
#2207
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Hi,
I’ve just checked current master, and building with "overlay-usb-nrf-br.conf" worked fine for me. Perhaps you need to clear your build directory?
Anyway, unless I miss something, it
Hi,
I’ve just checked current master, and building with "overlay-usb-nrf-br.conf" worked fine for me. Perhaps you need to clear your build directory?
Anyway, unless I miss something, it
|
By
Lubos, Robert
·
#2206
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
I am following this https://openthread.io/certification/border-router/device-setup tutorial. So I will USB. However, when I am trying to use "overlay-usb-nrf-br.conf" I have some errors while
I am following this https://openthread.io/certification/border-router/device-setup tutorial. So I will USB. However, when I am trying to use "overlay-usb-nrf-br.conf" I have some errors while
|
By
Nikos Karamolegkos
·
#2205
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Hi Nikos,
The project file selection depends on whether you want to use USB CDC or UART for the communication, by default UART is used, applying ` overlay-usb-nrf-br.conf` will switch to USB
Hi Nikos,
The project file selection depends on whether you want to use USB CDC or UART for the communication, by default UART is used, applying ` overlay-usb-nrf-br.conf` will switch to USB
|
By
Lubos, Robert
·
#2204
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Thank you Robert, so the idea is to flash thishttps://docs.zephyrproject.org/latest/samples/net/openthread/ncp/README.html on my nrf52840-dk and then using the openthread border router
Thank you Robert, so the idea is to flash thishttps://docs.zephyrproject.org/latest/samples/net/openthread/ncp/README.html on my nrf52840-dk and then using the openthread border router
|
By
Nikos Karamolegkos
·
#2203
·
|
|
Async networking
Dear all,
What is the current state of the art for implementing async networking?
I want to invoke and use callbacks for socket events (open/close/recv) and net_if_up /_down
I‘m currently doing it
Dear all,
What is the current state of the art for implementing async networking?
I want to invoke and use callbacks for socket events (open/close/recv) and net_if_up /_down
I‘m currently doing it
|
By
Christoph Schramm
·
#2202
·
|
|
Re: Reg: Installing and Running with windows laptop.
Hi Deepa,
From your question it seems you are using the nRF Connect SDK, and not vanilla Zephyr.
You should therefore direct your question to the Nordic DevZone
Hi Deepa,
From your question it seems you are using the nRF Connect SDK, and not vanilla Zephyr.
You should therefore direct your question to the Nordic DevZone
|
By
Carles Cufi
·
#2201
·
|
|
Reg: Installing and Running with windows laptop.
Hello team,
Greetings From Deepa. I need an manual installation procedure and building, compiling and Running the zephyr -OS with my laptop for learning purpose. I browsed and compiled via cmd
Hello team,
Greetings From Deepa. I need an manual installation procedure and building, compiling and Running the zephyr -OS with my laptop for learning purpose. I browsed and compiled via cmd
|
By
Deepalakshmi RR <deepalakshmi.rr@...>
·
#2200
·
|
|
bme280 compatible with bmp180?
Hi all,
Just a quick question - is driver from zephyr/drivers/sensor/bme280 also compatible with bmp180? I couldn't find definitive answer via search.
Best regards,
Karol
Hi all,
Just a quick question - is driver from zephyr/drivers/sensor/bme280 also compatible with bmp180? I couldn't find definitive answer via search.
Best regards,
Karol
|
By
Karol P
·
#2199
·
|
|
Re: Direct ISR support on ARC
Hi Justin,
What version are you using? ARC support for direct interrupts was added in v2.1
(and note that Z_ARCH_IRQ_DIRECT_CONNECT was renamed to ARCH_IRQ_DIRECT_CONNECT).
Regards,
Ruud.
Hi Justin,
What version are you using? ARC support for direct interrupts was added in v2.1
(and note that Z_ARCH_IRQ_DIRECT_CONNECT was renamed to ARCH_IRQ_DIRECT_CONNECT).
Regards,
Ruud.
|
By
Ruud Derwig
·
#2198
·
|