I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
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...
A quick question - is it possible to switch the SAADC between advanced and simple modes during runtime?
I've got an application I need to get running quickly, and part of...
Hello,
I have some troubles measuring the output power of the nRF52840 DK. I used both radio test and DTM firmware and I have the same problem. I try to measure the maximum...
I am planning on creating a wireless keyboard with the nRF52832, and I intend to supply it with power from a ML2032 (3-volt) rechargeable button cell battery. Is it feasible...
Hello,
I want to add multi-image dfu over BLE to my NRF53. A simultaneous update seems to be the only option for this. Unfortunately, it seems we lose the ability to revert...
Hello! I am using an nRF52840dk with an nRF7002ek shield to implement wifi, bluetooth, and MQTT. My goal is to connect to wifi, set up the device as a central BLE hub so that...
Hi I have Question(s)
related to the nrf9161-DK Board.
I am not using the LTE Firmware, I am using the Nordic DECT-NR+ Library on it. How can I set the time manually...
I use custom board for nrf52840 but i have some problem with the BLE. BLE is advertised but when i want to connect it, it keeps connecting. this is my code. I use mbed before...
Hello,
We are using an nRF5340 + nRF7002 combo. We've been having trouble trying to read Wifi MAC addresses on provisioned devices without accessing OTP directly. From the...
Hi,
I am trying to run SDK example project on my SES. I am using SDK 17.1.0 and my Dev board is nrf52832. I am using PCA10040 and S132 softdevices.
When I am building...
Hello,
I'm trying to do some calculations using the FPU, but it seems like software float routines are still being used. I haven't been able to find any conclusive documents...
I'm trying to generate a service key and token so that I can access AGPS services on nRF Cloud. The documentation says that clicking on 'Device Management' the panel that...
TWI Master drives BNO085 to read four-element data at intervals of 20ms, and I2C will not be able to read data when the device works for more than 10 minutes. INITTWI and...
I have verified The maximum channel table size NRF_GZLL_CONST_MAX_CHANNEL_TABLE_SIZE is 32.
but result_value = nrf_gzll_set_channel_table(my_channel_table, 32) return false...