nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
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...