I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hi, I've an application developed with SDK v8.0.0 and S110 v8, that is using the bootloader to start the main firmware and to start the DFU OTA (in case the user request to...
I currently have a problem with the gpiote setup. I'm using it to detect an interrupt from mma8652 accelerometer.
here is an annotated version with the key portions of...
Hi,
I've been trying to integrate the secure bootloader witrh SDK12 into my device, which had been working fine with the old bootloader and SDK11.
I've swapped everything...
Hello,
sd_softdevice_enable give me a hardfault every time. What can I do ?
Configuration:
Jlink / Ozone
Confirmed on 2 Sparkfun nRF52832 boards (nRF82832 AA rev 1...
Hello, I am trying a simple btle application where one mcu will send a "help" message and another will respond with its address. The mcu that asks for stores the address of...
Hello,
I would like to implement the nordic DFU protocol natively in a new app as I have historically found it tiresome and buggy to turn the DFU program into a library...
Hello, I am using eclipse app development, to achieve OTA function, use Maven to download DFU library, can not find the library, see your introduction: compile'no.nordicsemi...
I have a BLE circuit utilizing an NRF52832 cpu/integrated radio, necessary impedance matching network and a single ended micro-strip "L" antenna. How can I determine the gain...
I an trying to wake the chip and record the temperature readings when temperature reaches a certain threshold (eg: 80 deg C), can this be achieved using built-in temperature...
I debug the DFU Bootloader through UART,I am sure the APP code is complete updated,but the application does not run when the device is after bootloader to auto soft reset...
Hello:
I'm trying to get an example program ble_app_hrs running on my custom board, because earlier last month I couldn't write the cccd descriptor properly and I suspect...
i try to connect and read and write on my device with ionic2 BLE plugin , i can connect and also write on the device but when i try to read a data from device and use startNotification...
Dear team,
Our customer using "nRF51422 Development KiT8PCA10028)" with "ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex".
They can check advertising packets, but, they...