|
Using struct device from outside context in driver
#driver
#pdm
#nrf52832
Hello Zephyr Development Community I am currently working on implementing the Nordic NRFX PDM driver into Zephyr. My pull request is here if you're interested: https://github.com/zephyrproject-rtos/ze
Hello Zephyr Development Community I am currently working on implementing the Nordic NRFX PDM driver into Zephyr. My pull request is here if you're interested: https://github.com/zephyrproject-rtos/ze
|
By
Frederik David Damsgaard Popp
· #7338
·
|
|
Cannot debug specific files
#builds
#debug
#bluetooth
#nrf52
#nrf52832
Hi, you can check the content of the build.ninja in the build directory. Look for the files that you suspect are built incorrectly and check the build flags. That should at least confirm that the prob
Hi, you can check the content of the build.ninja in the build directory. Look for the files that you suspect are built incorrectly and check the build flags. That should at least confirm that the prob
|
By
pawel.dunaj@...
· #7282
·
|
|
Cannot debug specific files
#builds
#debug
#bluetooth
#nrf52
#nrf52832
Hello, NOTE: I also posted this on github:https://github.com/zephyrproject-rtos/zephyr/issues/27706 I don't know which channel is the correct one for these types of issues. I have a question about deb
Hello, NOTE: I also posted this on github:https://github.com/zephyrproject-rtos/zephyr/issues/27706 I don't know which channel is the correct one for these types of issues. I have a question about deb
|
By
b.j.hendriks@...
· #7281
·
|
|
Adding support for Nordic PDM Driver in Devicetree
#pdm
#driver
#nrf52832
"Frederik David Damsgaard Popp via lists.zephyrproject.org" <frdm=demant.com@...> writes: You're welcome! Correct. Those HAS_HW_NRF_* options are slated for removal at some point:
"Frederik David Damsgaard Popp via lists.zephyrproject.org" <frdm=demant.com@...> writes: You're welcome! Correct. Those HAS_HW_NRF_* options are slated for removal at some point:
|
By
Bolivar, Marti
· #7230
·
|
|
Adding support for Nordic PDM Driver in Devicetree
#pdm
#driver
#nrf52832
Hi Martí Thank you for your detailed answer! This was a great help First of all, I won't claim to be an audio expert, so this is purely based on what I have learned the past couple of weeks. As far as
Hi Martí Thank you for your detailed answer! This was a great help First of all, I won't claim to be an audio expert, so this is purely based on what I have learned the past couple of weeks. As far as
|
By
Frederik David Damsgaard Popp
· #7214
·
Edited
|
|
Adding support for Nordic PDM Driver in Devicetree
#pdm
#driver
#nrf52832
Hi there; responses inline. "Frederik David Damsgaard Popp via lists.zephyrproject.org" <frdm=demant.com@...> writes: I'm not an audio expert, but are you sure the existing audio c
Hi there; responses inline. "Frederik David Damsgaard Popp via lists.zephyrproject.org" <frdm=demant.com@...> writes: I'm not an audio expert, but are you sure the existing audio c
|
By
Bolivar, Marti
· #7110
·
|
|
Adding support for Nordic PDM Driver in Devicetree
#pdm
#driver
#nrf52832
Hello Zephyr development community. I'm not quite sure where to post this, but I'll start here. I am currently preparing for my bachelor thesis project, where I will attempt to perform some sort of Au
Hello Zephyr development community. I'm not quite sure where to post this, but I'll start here. I am currently preparing for my bachelor thesis project, where I will attempt to perform some sort of Au
|
By
Frederik David Damsgaard Popp
· #7106
·
|
|
2 PWM channels with Phase Offset
#nrf52832
#pwm
Hello Zephyr community, I'm working on an nrf52832 based project with Zephyr and am looking to implement two PWM channels with variable phase-offset. As far as I can tell, the nrfx drivers don't expos
Hello Zephyr community, I'm working on an nrf52832 based project with Zephyr and am looking to implement two PWM channels with variable phase-offset. As far as I can tell, the nrfx drivers don't expos
|
By
matt@...
· #6414
·
|
|
BUS FAULT happened, when try the ADC on nrf52832 board with adc_read_async()
#adc
#nrf52832
I have found the root cause: need init the k_poll_signal before it was used in the k_poll_event array. k_poll_signal_init(&async_sig); struct k_poll_event async_evt = K_POLL_EVENT_INITIALIZER(K_POLL_T
I have found the root cause: need init the k_poll_signal before it was used in the k_poll_event array. k_poll_signal_init(&async_sig); struct k_poll_event async_evt = K_POLL_EVENT_INITIALIZER(K_POLL_T
|
By
hotkernel@...
· #6186
·
|
|
BUS FAULT happened, when try the ADC on nrf52832 board with adc_read_async()
#adc
#nrf52832
Hi, When I call adc_read_async to start adc sampling on nrf52832 board, the hardware exception happened. I have use the debuger to trace the fault, it happened after call adc_read_async function. But
Hi, When I call adc_read_async to start adc sampling on nrf52832 board, the hardware exception happened. I have use the debuger to trace the fault, it happened after call adc_read_async function. But
|
By
hotkernel@...
· #6130
·
|
|
is it possible to implement concurrent link with mutiple roles on nrf52832 with zephyr os ?
#nrf52832
#ble
I have got the answer at Nordic DevZone: https://devzone.nordicsemi.com/f/nordic-q-a/48346/is-it-possible-to-implement-concurrent-link-with-mutiple-roles-one-device-provide-both-peripheral-and-central
I have got the answer at Nordic DevZone: https://devzone.nordicsemi.com/f/nordic-q-a/48346/is-it-possible-to-implement-concurrent-link-with-mutiple-roles-one-device-provide-both-peripheral-and-central
|
By
hotkernel@...
· #6033
·
|
|
is it possible to implement concurrent link with mutiple roles on nrf52832 with zephyr os ?
#nrf52832
#ble
Hi, I want to implement a such system that there are about 10 BLE devices running with zephyr os on nrf52832, and some of them act as Central role, and some of them act as Peripheral role, and some pr
Hi, I want to implement a such system that there are about 10 BLE devices running with zephyr os on nrf52832, and some of them act as Central role, and some of them act as Peripheral role, and some pr
|
By
hotkernel@...
· #6023
·
Edited
|
|
Data Length Extension
#ble
#nrf52
#nrf52832
#nrf52840
Hi Henry, Take a look at the configuration used in Nordic’s throughput sample: https://github.com/tejlmand/fw-nrfconnect-nrf/blob/master/samples/bluetooth/throughput/prj.conf I think you are missing s
Hi Henry, Take a look at the configuration used in Nordic’s throughput sample: https://github.com/tejlmand/fw-nrfconnect-nrf/blob/master/samples/bluetooth/throughput/prj.conf I think you are missing s
|
By
Carles Cufi
· #5759
·
|
|
Data Length Extension
#ble
#nrf52
#nrf52832
#nrf52840
I am trying to enable data length extensions in a connection but am limited to the std 20 payload bytes. I have a Nordic PCA10040 (nRF52832) running Zephyr v1.14rc1 as a central connected to a Laird B
I am trying to enable data length extensions in a connection but am limited to the std 20 payload bytes. I have a Nordic PCA10040 (nRF52832) running Zephyr v1.14rc1 as a central connected to a Laird B
|
By
henry.wagner@...
· #5758
·
|
|
Bluetooth mesh using nrf52 pca10040
#bluetoothmesh
#nrf52832
Hi, Since this is a BlueZ question it’d be better asked on the BlueZ mailing lists. I’ve added it to CC. E.g. Brian or Inga (who know the BlueZ mesh implementation very well) might be able to answer y
Hi, Since this is a BlueZ question it’d be better asked on the BlueZ mailing lists. I’ve added it to CC. E.g. Brian or Inga (who know the BlueZ mesh implementation very well) might be able to answer y
|
By
Johan Hedberg
· #5698
·
|
|
Bluetooth mesh using nrf52 pca10040
#bluetoothmesh
#nrf52832
Hey, I am trying to establish a bluetooth mesh using the Raspberry Pi 3 (bluez meshctl) as the provisioner and the nrf52 boards as the nodes. The nodes have to periodically send sensor data (LPN) to t
Hey, I am trying to establish a bluetooth mesh using the Raspberry Pi 3 (bluez meshctl) as the provisioner and the nrf52 boards as the nodes. The nodes have to periodically send sensor data (LPN) to t
|
By
...
· #5696
·
|
|
New development boards added to 1.14
#nrf52832
#nrf52840
Hi Ryan, I will take a look at the PRs and add reviewers. Feel free to join the TSC call tomorrow to raise awareness and discuss. The release manager for this release is Kumar Gala from Linaro. https:
Hi Ryan, I will take a look at the PRs and add reviewers. Feel free to join the TSC call tomorrow to raise awareness and discuss. The release manager for this release is Kumar Gala from Linaro. https:
|
By
Carles Cufi
· #5686
·
|
|
New development boards added to 1.14
#nrf52832
#nrf52840
Hello, I have 2 PRs open to add two new development boards to Zephyr. I would like to see if it is possible to get them added before v1.14 is released. https://github.com/zephyrproject-rtos/zephyr/pul
Hello, I have 2 PRs open to add two new development boards to Zephyr. I would like to see if it is possible to get them added before v1.14 is released. https://github.com/zephyrproject-rtos/zephyr/pul
|
By
Ryan Erickson
· #5685
·
|
|
How to encrypt advertise packet with zephyr and nrf52832 ?
#ble
#nrf52832
Hi guys, I'd like to encrypt the advertise packet since some secure fields in the payload. But I did not find any clue yet. So anybody knows how to implement this feature with zephyr? Thank a lot if y
Hi guys, I'd like to encrypt the advertise packet since some secure fields in the payload. But I did not find any clue yet. So anybody knows how to implement this feature with zephyr? Thank a lot if y
|
By
icephyr
· #5677
·
Edited
|
|
Integration of central and peripheral code
#nrf52832
Hi all, is there any example that supports both central and peripheral roles? I would like to integrate central and peripheral roles into rpl_node example. I have successfully integrated peripheral co
Hi all, is there any example that supports both central and peripheral roles? I would like to integrate central and peripheral roles into rpl_node example. I have successfully integrated peripheral co
|
By
...
· #5556
·
|