Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hello,
While working on optimizing battery life, i noticed something strange.. This particular code actually does almost nothing other than setting low power mode (instead...
I'm trying to view core dumps on Memfault's web app, and having trouble doing so. I can't even see hard faults being logged even though I know they're occurring (forcing stack...
in the nRF52840, SPIM3 allows for high speed >4MHz communication. But I cannot see if there are dedicated pins specific to this mode, or can i map any pin to the SPIM3 high...
Hi Team,
As part of our requirement we need to fix the Advertisement to one fixed channel instead of altering between 3 channels like 37,38 and 39. If we have any sample...
Hello,
Using own BLE stack here (not SoftDevice) and having troubles with LL certification test cases with particular problem:
the tester establishes connection and...
Hi,
I would like to take current & power measurements of the nRF52833 SoC with the desired firmware file flashed to it. I am testing an application that uses the CPU temperature...
We are trying to make it so that we can permanently make one channel on the BLE module only for advertising while having the other channels flexible for other needs.
Hello, I have nrf52DK (nrf52832-PCA10040) and I wanted to test the Peripheral example in the nrf Connect SDK. I have built the project for nrf52DK_nrf52832 and then flashed...
Hi,
I am developing app using ant softdevice s212. I want nrf52832 to enter system off and stay there until interrupt from sensor occures. This interrupt is connected with...
I use nrf5340 to build esb project, I use the following code to scan rssi of different channels, but I read the value of NRF_RADIO->EVENTS_RSSIEND is 127, I hope you can tell...
Dear ,
How do I enable DCDCEN mode if I am using NCS1.8.0 SDK? Is there any Kconfig setting I need to perform to make this available?
Thanks and regards, Kevin
Hi,
Just wonder does NVS only use half of the configured size? I have configured the nvs_storage size = 0x2000 ( 8192 bytes)
So sector_count = 2 (4096 / sector)
When...
Hi Team,
We are in process of developing pairing mechanism for our peripheral device. We are considering using NFC for OOB. Here is what we think we should be doing: ...
Hello People,
I am working on a custom board and while trying ble_app_uart example code instead of the advertising name given in the code the device was showing "DFU_TARG...
Per the documentation on multi image builds , a child image folder that contains a <board>_<revision>.overlay it will be merged with BOARD.dts but I cannot do the same for...