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...
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...
Hi,
I want to implement a BLE function that a master can connect to multiple slaves at the same time,and the services are located at the master,do I need to create multiple...
I'm having some (minor) trouble with a board based on an NRF52840 that I want to start running as soon as power is applied...
This is built using a RAK5010 board, but using...
So I just got past the hurdle I had when trying to do extended advertising in the following support thread, and now I have a new problem along the same lines:
https://devzone...
Hi All,
We are planning to use MAX 3051(CAN Transceiver) which will be interfaced with the NRF52832 over UART.
Our goal is to decode the incoming CAN messages from the...
I had been using the Andoid 4.24.3 version of the nRF Connect app and had no problem with performing DFUs. With the newer 4.25.1 version of the app I noticed a few things...
While trying to reply further queries, by mistake, above ticket got closed ... So, I need to discuss more to the reted issue in the ticket. When, there is a click on verify...
Hello,
I'm trying to add credential to the modem on the nrf9160. However, i keep getting a -111 error when i'm trying to connect to my server with TLS mode.
When i try...
Hi
I connected the nRF21540 to a nRF52840 like in the application notes.
Here is the schematic:
I implemented the driver and now I try to communicate over the SPI...
Hi
I'm using the PA LNA driver for the nRF21540 with the function:
void mesh_lna_setup_start(uint32_t rampup_start_capture_time, uint32_t timer_index)
Now, when I check...
Hello, the device name is being parsed ok, but the mfg data in scan response seems to be there but not sure how to print it out. Using ncs bt sample direction_finding_connectionless_rx...
Hi there,
I wanted to change the advertising name while running DFU bootloader (secure_bootloader_ble_s132_pca10040), so I basically added what I found here:
https://devzone...
Hey,
my Power Profiler Kit on a nRF52840 DK stops recording after some time with the error message " Corrupt data detected, please check connection to PPK."
The time period...
Hello! I wanted to know if there is a way where I can just send a simple string from the nrf52 to the nrf91 without using any complicated examples, I have been trying to modify...