Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
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...