|
nrf52840 how get the printed MAC address on the dongle with C
Hi,
probably a very simple question.
How do I get in my C code the MAC address which is printed on the
nrf52840 dongle?
Thanks
Marcel
Hi,
probably a very simple question.
How do I get in my C code the MAC address which is printed on the
nrf52840 dongle?
Thanks
Marcel
|
By
Marcel Ruff <ruff@...>
·
#2259
·
|
|
Re: Help flashing Zephyr to a Reel bord
#reel_board
#flash
Hi Brix,
thank you for answering.
I have already done the udev settings and the board is not detected when I plug the reel board “Debug USB” connector to my PC
I fear my board is defective.
I
Hi Brix,
thank you for answering.
I have already done the udev settings and the board is not detected when I plug the reel board “Debug USB” connector to my PC
I fear my board is defective.
I
|
By
Marco Cavallini
·
#2258
·
|
|
Re: Help flashing Zephyr to a Reel bord
#reel_board
#flash
Have you followed the instructions in https://docs.zephyrproject.org/latest/boards/arm/reel_board/doc/index.html#programming-and-debugging?
Are you using the correct USB connector on the reel_board?
Have you followed the instructions in https://docs.zephyrproject.org/latest/boards/arm/reel_board/doc/index.html#programming-and-debugging?
Are you using the correct USB connector on the reel_board?
|
By
Henrik Brix Andersen
·
#2257
·
|
|
Help flashing Zephyr to a Reel bord
#reel_board
#flash
Hello,
I started experimenting Zephyr and I followed the Getting Started guide
https://docs.zephyrproject.org/latest/getting_started/index.html
In such page you are mentioning the Phytec reel_board as
Hello,
I started experimenting Zephyr and I followed the Getting Started guide
https://docs.zephyrproject.org/latest/getting_started/index.html
In such page you are mentioning the Phytec reel_board as
|
By
Marco Cavallini
·
#2256
·
|
|
Using the loramac-node module
I'm starting a simple project for testing the Zephyr port of the Loramac-node, but it's failing to compile.
I've added the necessary prj.conf config lines:
CONFIG_LORA=y
CONFIG_HAS_SEMTECH_LORAMAC=y
I'm starting a simple project for testing the Zephyr port of the Loramac-node, but it's failing to compile.
I've added the necessary prj.conf config lines:
CONFIG_LORA=y
CONFIG_HAS_SEMTECH_LORAMAC=y
|
By
forum.contas@...
·
#2255
·
|
|
Re: Hardware acceleration using cryptocell engine in
#nrf52840
#crypto
Hi Nikos,
The Cryptocell requires proprietary software that is not part of Zephyr. If you’d like to use the Cryptocell I recommend you take a look at Nordic’s Zephyr-based SDK, the nRF Connect
Hi Nikos,
The Cryptocell requires proprietary software that is not part of Zephyr. If you’d like to use the Cryptocell I recommend you take a look at Nordic’s Zephyr-based SDK, the nRF Connect
|
By
Carles Cufi
·
#2254
·
|
|
Hardware acceleration using cryptocell engine in
#nrf52840
#crypto
Hello, I am going to use mbedtls library in order for sha256 hash calculation and ECDSA verify using nrf52840-dk. I can not find any configuration parameter for hardware acceleration. The device
Hello, I am going to use mbedtls library in order for sha256 hash calculation and ECDSA verify using nrf52840-dk. I can not find any configuration parameter for hardware acceleration. The device
|
By
Nikos Karamolegkos
·
#2253
·
|
|
Re: STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if
|
By
Lawrence King
·
#2252
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dear all,
We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7):
Has
Dear all,
We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7):
Has
|
By
andreas.eberhart@...
·
#2251
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Hi all,
I would like to ask you if I can change the lwm2m observer period. There is enough delay (some seconds), after calling lwm2m_engine_set_u8("5/0/3", STATE_IDLE) until the server get informed.
Hi all,
I would like to ask you if I can change the lwm2m observer period. There is enough delay (some seconds), after calling lwm2m_engine_set_u8("5/0/3", STATE_IDLE) until the server get informed.
|
By
Nikos Karamolegkos
·
#2250
·
|
|
STM32: Moving devices pin configuration to device tree
TL;DR:
- Upcoming device tree based pin configuration for STM32 based boards
- Script generated, SoC package specific *-pinctrl.dtsi files are available in hal_stm32 modules
- Each *.pcintrl.dtsi file
TL;DR:
- Upcoming device tree based pin configuration for STM32 based boards
- Script generated, SoC package specific *-pinctrl.dtsi files are available in hal_stm32 modules
- Each *.pcintrl.dtsi file
|
By
Erwan Gouriou
·
#2249
·
|
|
RFC: API Change: k_work
In accordance with policy your attention is drawn to #28794 which summarizes and outlines the motivation for a change to the k_work infrastructure, specifically with how k_delayed_work
In accordance with policy your attention is drawn to #28794 which summarizes and outlines the motivation for a change to the k_work infrastructure, specifically with how k_delayed_work
|
By
Peter A. Bigot
·
#2248
·
|
|
BLE data rate with IPSP
#ble
#nrf52480
Hi all,
I have a set up consisting of nRF52840 and Raspberry Pi4 communicating over IPSP. The nRF52840 application needs to send data with 6,4KByte/s. My nRF52840 prj.conf is:
# Thread
Hi all,
I have a set up consisting of nRF52840 and Raspberry Pi4 communicating over IPSP. The nRF52840 application needs to send data with 6,4KByte/s. My nRF52840 prj.conf is:
# Thread
|
By
Stefan Hristozov
·
#2247
·
|
|
ninja: error: loading 'build.ninja' - Windows
Dear All,
I tried to install basic zephyr installation from the getting started page on windows.
Everything installed fine. When I am trying to build sample blink project by calling -
west build -p
Dear All,
I tried to install basic zephyr installation from the getting started page on windows.
Everything installed fine. When I am trying to build sample blink project by calling -
west build -p
|
By
Kashyap Gada <gada.kashyap@...>
·
#2246
·
|
|
ninja: error when build in the share fold of VM
#west
I execute ubuntu18 in VM and test zephyr project is successful
However, since the program cannot be transferred under win, do zephyr project in the shared folder
But, west cannot create the
I execute ubuntu18 in VM and test zephyr project is successful
However, since the program cannot be transferred under win, do zephyr project in the shared folder
But, west cannot create the
|
By
mfinmuch@...
·
#2245
·
|
|
Read out channels on ADC3
#stm32
#api
I'm running Zephyr OS on a stm32f429i-eval (similar to the stm32f429-disc1 except for the crystal).
I've enabled &adc1 in my dts overlay. I would have expected a &adc2 and &adc3 for the other adc
I'm running Zephyr OS on a stm32f429i-eval (similar to the stm32f429-disc1 except for the crystal).
I've enabled &adc1 in my dts overlay. I would have expected a &adc2 and &adc3 for the other adc
|
By
robin@...
·
#2244
·
|
|
Re: Problem with the NVS filesystem on
#nrf52840
#nvs
Are you in interruption context when trying to read/write in the callback ?
I doubt this is a good idea to access a filesystem from such place... (may sleep, may block...)
You should
Are you in interruption context when trying to read/write in the callback ?
I doubt this is a good idea to access a filesystem from such place... (may sleep, may block...)
You should
|
By
Arnaud Mouiche
·
#2243
·
|
|
Re: Problem with the NVS filesystem on
#nrf52840
#nvs
Update: if I write and read in a function without some condition (i.e button is pressed) works fine. The problem is when the write/read process is taking place to button_pressed callback function.
Update: if I write and read in a function without some condition (i.e button is pressed) works fine. The problem is when the write/read process is taking place to button_pressed callback function.
|
By
Nikos Karamolegkos
·
#2242
·
|
|
Problem with the NVS filesystem on
#nrf52840
#nvs
Hello again,
I am following the NVS sample to create my own code in order to write to the NVS filesystem. The idea is to change a uint8 variable in the NVS when the button is pressed. Therefore, when
Hello again,
I am following the NVS sample to create my own code in order to write to the NVS filesystem. The idea is to change a uint8 variable in the NVS when the button is pressed. Therefore, when
|
By
Nikos Karamolegkos
·
#2241
·
|
|
API meeting cancelled today
Hi all,
In order to focus on the release itself I have cancelled the API meeting today.
Next week it will take place as usual.
Regards,
Carles
Hi all,
In order to focus on the release itself I have cancelled the API meeting today.
Next week it will take place as usual.
Regards,
Carles
|
By
Carles Cufi
·
#2240
·
|