|
DTS/Binding Issue migrating from 2.0.0 to 2.1.0
#nrf52832
Hello Zephyr Users, I have inherited a Zephyr project using nRF52832 from another developer and am having an issue migrating from 2.0.0 to 2.1.0. Its probably something simple but I'm fairly new to th
Hello Zephyr Users, I have inherited a Zephyr project using nRF52832 from another developer and am having an issue migrating from 2.0.0 to 2.1.0. Its probably something simple but I'm fairly new to th
|
By
matt@...
· #1851
·
|
|
Determining source of GPIO Interrupt on NRF52832
#gpio
#nrf52832
I just realized I responded to you privately by accident, Lawrence. Sorry about that. I will copy the message I sent to you to the group so that the discussion is up to date. The suggestion regarding
I just realized I responded to you privately by accident, Lawrence. Sorry about that. I will copy the message I sent to you to the group so that the discussion is up to date. The suggestion regarding
|
By
bbradley@...
· #1807
·
|
|
Determining source of GPIO Interrupt on NRF52832
#gpio
#nrf52832
Hi Brian: You can always test the value of the GPIO with gpio_pin_read() in the callback, if it is 1, then the cause is a rising edge, and if it is 0 the cause was a falling edge. Unfortunately if the
Hi Brian: You can always test the value of the GPIO with gpio_pin_read() in the callback, if it is 1, then the cause is a rising edge, and if it is 0 the cause was a falling edge. Unfortunately if the
|
By
Lawrence King
· #1805
·
|
|
Determining source of GPIO Interrupt on NRF52832
#gpio
#nrf52832
Hello, I hope I am posting this question in the correct place. I have an interrupt handler which can be configured to trigger on either edge. This is working perfectly, but I want to perform a differe
Hello, I hope I am posting this question in the correct place. I have an interrupt handler which can be configured to trigger on either edge. This is working perfectly, but I want to perform a differe
|
By
bbradley@...
· #1803
·
|
|
MCP2515 with nRF52832 using zephyr
#dts
#nrf52832
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
|
By
Lawrence King
· #1780
·
|
|
MCP2515 with nRF52832 using zephyr
#dts
#nrf52832
Hi I had a question to setup the MCP2515 driver in the zephyr project. We made a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device tree file in the zephyr pr
Hi I had a question to setup the MCP2515 driver in the zephyr project. We made a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device tree file in the zephyr pr
|
By
christophhintz@...
· #1777
·
|
|
NRF52832 debugging in eclipse
#nrf52832
#jlink
#debugging
#eclipse
Does the application work without the debugger attached? (i.e., did it get programmed into flash correctly?) I’ve seen weird behavior if you leave the GDB client executable at the default. Try changin
Does the application work without the debugger attached? (i.e., did it get programmed into flash correctly?) I’ve seen weird behavior if you leave the GDB client executable at the default. Try changin
|
By
Maureen Helm
· #1652
·
|
|
NRF52832 debugging in eclipse
#nrf52832
#jlink
#debugging
#eclipse
Hi, i am trying to set up eclipse, gdb and jlink for debugging NRF52832. I am using a PCA10040 board with an integrated Jlink debugger. I have a simple project with a single main.c file. My prj.conf a
Hi, i am trying to set up eclipse, gdb and jlink for debugging NRF52832. I am using a PCA10040 board with an integrated Jlink debugger. I have a simple project with a single main.c file. My prj.conf a
|
By
Stefan Hristozov
· #1650
·
|
|
#bluetooth #nrf52832 #bt
#bluetooth
#nrf52832
#bt
Hi there, There was recently a similar question on Slack. Take a look at https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/mesh/crypto.c BLE Mesh has a similar requirement to e
Hi there, There was recently a similar question on Slack. Take a look at https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/mesh/crypto.c BLE Mesh has a similar requirement to e
|
By
Carles Cufi
· #1646
·
|
|
#bluetooth #nrf52832 #bt
#bluetooth
#nrf52832
#bt
Hi, all. I am encrypting the UUID of my beacon and wants to decrypt it at the scanner's end. But the problem is that the docs say only about encryption function bt_encrypt_be(). How do I decrypt my UU
Hi, all. I am encrypting the UUID of my beacon and wants to decrypt it at the scanner's end. But the problem is that the docs say only about encryption function bt_encrypt_be(). How do I decrypt my UU
|
By
...
· #1645
·
|
|
onoff-app board sample not working
#bluetoothmesh
#nrf52832
Hi Alexander, I don’t know if this is the cause of your issue, but it implies that you have something in flash (the storage partition) that the application doesn’t expect. Before investigating further
Hi Alexander, I don’t know if this is the cause of your issue, but it implies that you have something in flash (the storage partition) that the application doesn’t expect. Before investigating further
|
By
Johan Hedberg
· #1384
·
|
|
onoff-app board sample not working
#bluetoothmesh
#nrf52832
Trying to get the Bluetooth mesh onoff-app sample working on a nrf52_pca10040 it compiles and runs on the board but when it try to provision it using the meshctl tool it freezes and I cant type after
Trying to get the Bluetooth mesh onoff-app sample working on a nrf52_pca10040 it compiles and runs on the board but when it try to provision it using the meshctl tool it freezes and I cant type after
|
By
...
· #1383
·
|
|
nRF52 Random Fault
#nrf52832
Hello, I just started working on a new project and giving zephyr a try. I have came to a problem that I can't seem to easily root cause. I'm using nRF52832 with BLE running and also running a seperate
Hello, I just started working on a new project and giving zephyr a try. I have came to a problem that I can't seem to easily root cause. I'm using nRF52832 with BLE running and also running a seperate
|
By
...
· #1358
·
|
|
I2S on Nordic
#nrf52832
Hi, Is there any way to use the I2S interface on a Nordic nRF with Zephyr? Link to github issue: https://github.com/zephyrproject-rtos/zephyr/issues/11702
Hi, Is there any way to use the I2S interface on a Nordic nRF with Zephyr? Link to github issue: https://github.com/zephyrproject-rtos/zephyr/issues/11702
|
By
marcus
· #1208
·
Edited
|
|
DFU over UART
#nrf52832
I tried this with v1.2.0 of mcuboot, as well as the latest master code.
I tried this with v1.2.0 of mcuboot, as well as the latest master code.
|
By
gurpreet+zephy@...
· #1189
·
|
|
DFU over UART
#nrf52832
I've made some progress. Once I get the device in serial mode I am able to start the mcumgr upload, but it constantly times out. The RTT output from the dev board: ***** Booting Zephyr OS zephyr-v1.13
I've made some progress. Once I get the device in serial mode I am able to start the mcumgr upload, but it constantly times out. The RTT output from the dev board: ***** Booting Zephyr OS zephyr-v1.13
|
By
gurpreet+zephy@...
· #1188
·
|
|
DFU over UART
#nrf52832
Thanks Andrzej and Carles. I tried these steps but had some compiler errors with CONFIG_SOC_NRF52840_QIAA=y enabled. Once I disabled this, the code successfully compiled. I then proceeded to add a ser
Thanks Andrzej and Carles. I tried these steps but had some compiler errors with CONFIG_SOC_NRF52840_QIAA=y enabled. Once I disabled this, the code successfully compiled. I then proceeded to add a ser
|
By
gurpreet+zephy@...
· #1176
·
|
|
DFU over UART
#nrf52832
Bellow the minimal config I used. As you can see I disabled channel sharing between shell and SMP. Shell is switched to RTT. CONFIG_SOC_SERIES_NRF52X=y CONFIG_SOC_NRF52840_QIAA=y CONFIG_ARM_MPU=y CONF
Bellow the minimal config I used. As you can see I disabled channel sharing between shell and SMP. Shell is switched to RTT. CONFIG_SOC_SERIES_NRF52X=y CONFIG_SOC_NRF52840_QIAA=y CONFIG_ARM_MPU=y CONF
|
By
...
· #1175
·
|
|
DFU over UART
#nrf52832
I believe that uart and BT channel are available out of the box for this sample. Uart is shared between SMP protocol and the Shell thank to CONFIG_MCUMGR_SMP_SHELL=y. If you switch of this option the
I believe that uart and BT channel are available out of the box for this sample. Uart is shared between SMP protocol and the Shell thank to CONFIG_MCUMGR_SMP_SHELL=y. If you switch of this option the
|
By
...
· #1174
·
|
|
DFU over UART
#nrf52832
Hi there, I believe that if you enable DFU over serial then the shell is not available, because the protocol takes over. I’ve added Andrzej on copy. Carles
Hi there, I believe that if you enable DFU over serial then the shell is not available, because the protocol takes over. I’ve added Andrzej on copy. Carles
|
By
Carles Cufi
· #1173
·
|