I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
nrf_log_push is declared as
I think the const in the parameter should be before the pointer not after it? const-qualifying a parameter (as opposed to the chars pointed...
I am developing a device based on nrf52840, this is peripheral. But I want to change the code so that I can only connect to my device using my application (in other cases...
Hello,
As I am using max30003 ECG with nrf52840 Using NRFX_SPIM example code( SDK15.2-PCA100056 ), I have developed drivers and I am able to read device id through my driver...
We had been using an AT&T M1-enabled SIM in one of our development units successfully for quite some time. After we upgraded that node to MFW v1.1.0, it is no longer able...
I have a custom board based around the nRF9160. I am trying to use the LTE Link Monitor to test the Modem but and having problems.
I am able to connect to my board OK, please...
Hi Nordic teams,
I'm trying to integrate the DFU function into light_switch example this days. At the beginning, I used the dfu example to update my evaluation board, and...
Hi,
Good day!
Statement of problem: In our application, we are using nrf52832 SoC to control critical components (heater). So I was suggested to use a watchdog timer to...
Hi,
Im trying " https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/gps/src/main.c " gsp example to check supl(AGPS) to integrate into my application...
Hi,
In-app when you scan for device and after it is found you press the connect and then the notification/permission to pair pops out. Our app developers are saying that...
Hi,
We are using nRF51DK for our development, we have developed Android app for Android smart phone.
When the Nordic BLE device advertising we are trying for BLE connection...
Hi guys,
I'm fairly new to this kind of stuff and I'd appreciate if someone could point me in the direction of how I would go about taking the data being transmitted by...
Hi nordic,
I am using SDK15.0 (NRF52840) to design a watch producation which needs pairing. I have a problem that if NRF52840 (peripheral ) has been paired with a smartphone...
I want to get the RSSI of a connected device. The sequence will be as follows:
int8_t *p_rssi;
uint8_t *p_ch_index;
sd_ble_gap_rssi_start (m_conn_handle, BLE_GAP_RSSI_THRESHOLD_INVALID...
Setup: nRF52840 DK nRF52 SDK v16.0.0 s140 v7.0.1 When I attempt to use the nrf_crypto library for AES 128bit ECB encryption I keep getting
NRF_ERROR_CRYPTO_CONTEXT_NOT_INITIALIZED...