IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi,
We've developed a custom board with buttons(peripheral) which will talk to another custom board operating as a repeater (central on one side to talk to our custom board...
Hi,
What are the possibilities for flashing a new nRF52840 device on a custom board. Do I need the jtag interface or does the device comes preloaded with some wireless bootloader...
Hello everyone,
I have interfaced an encoder and speed sensor on a spinning bike that all connect to arduino via COM/USB port. The COM port communicates to a game engine...
Hi, I am using nRF52840 kit and using Ubuntu Host PC. I am running usbd_cdc_acm_example with below link :
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15...
At nRF cloud introduction pag, I got the impression the "nrf cloud" front end source code is/or will be available in open source.
Am I correct? The nRF cloud source is...
I am using nfc_t4t_lib and I need to send a response 100ms after I receive the NFC_T4T_EVENT_DATA_IND event. How do I extend the response timeout by sending S(WTX)? There...
Hello,
As nordic has implemented sdk for mesh and i have been using mesh sdk v3.0.0 LIGHT_SWITCH_EXAMPLE but i am facing some problem regarding pa_lna. Actually wt i have...
Hi,
I am testing my I2C function by using ".examples\peripheral\twi_sensor" of SDK 15.2.
Because my SDA and SCL is define in P0.04 and P0.02, and my I2C Slave is MPU6050...
Hello,
I would like to know that what are the provisioning parameters needed to add an Unprovisioned device into a mesh network?
Thanks and regards,
Jahnvi.
We, I am using nRF 5 SDK v 14.2.0.
This time, without using WDT, using only the application timer, We are developing a process to send data by detecting acceleration and...
Hi,
I'm currently trying to implement Peer Manager in my existing project, for both pairing and bonding. I'm using the ble_app_template in examples/ble_peripheral in the...
Is it possible to use the TWIM and TWIS at the same time with 2 different I2C buses with openthread.
I tried this with THREAD SDK 1.1 and had link problems because of the...
Hi, I'm trying to setup attribute reporting on zigbee HA, the device role is ZB_ZCL_CLUSTER_SERVER_ROLE, I want to configure reporting for cluster 0x0006, so each time I flip...
SDK v14.0, SD132 v5.0.0
We're creating and starting app_timer instances before we enable SoftDevice via nrf_sdh_enable_request(). It seems to work, but I remember that...