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...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is there a way to initialise a GPIO earlier than in main() without modifying NCS/zephyr code?
We tried an PRE_KERNEL_1 init() function, but this is rather late still.
...
I have two central devices and two peripheral devices each paired with two different services.
I wish each pair can connect only to each other and don't mix up the connection...
Hello,
I am trying to set up for Receiver blocking test for a product that uses both BLE and 802.15.4. The HW is an nRF52840 along with an nRF21540 FEM. I have a couple...
Hi guys,
As I want to debug on my nRF52840 Dongle with a Debugger, my first step was to connect it with internal segger OB JLINK integrated into nRF52840DK. This was not...
Hi,
I've been using the SDK shipped with a vendor product and a feature that I use is to acquire the SPIS semaphore as part of the SPIS handler. The version of the SDK that...
Hello Nordic team,
I'm a beginner on Nordic connect sdk, here have a question about how to increase nrf5340 sending data speed by NUS?
Below is what I testing model now...
Hello.I will open it again because the ticket was closed due to my fault. I want to check the LE Audio (CIS/BIS) function by capturing it as "Airlog" or "hcisnoop" with nRF5340...
Hello,
I am currently working on a project where I need to receive data from a custom board using a nRF52833.
I have made custom characteristics and I can send commands...
Hello All,
I have a problem when I build my project from sample central_uart & peripheral_uart .
I have two nrf5340 called A and B . B scans the broadcast to A to establish...
I am new to pcb design so forgive my questions:
I see the reference circuitry for the nrf52840 and some PCB guidance around the nfc antenna design, but I haven’t found...
nRF52832 & SDK 15.3.0
I have the opposite problem to the one described in https://devzone.nordicsemi.com/f/nordic-q-a/60117/relationship-between-ble_stack_init-and-current...
hi I using nrf53832 and I used the your SW Bootloader from the SDK
we burning the application using BLE communication in your SW I see abort message NRF_DFU_OP_ABORT
I...
I've been piecing examples together and I think I'm getting close. I'm using the NRF52 DK PCB.
I can get the RTC to trigger callbacks but it seems to be running way too...
Hello, I'm an android developer.
I stuck at this problem while I was doing my job.
My task is to put BLE DFU function into our app.
To achieve this, I have put...