I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
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...