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'm working on getting the ble UART example running. I flashed the softdevice (s140), then programmed the board (pca10056) with the provided hex file, and encountered...
we connecting our hardware nordic nrf52 to mobile application but its is not showing any Bluetooth enabled devices |
please let me know about sdk and how to test
Thanks...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi
I'm trying to implement the watchdog to my project, but I'm having some odd issues.
When I power cycle the device the watchdog works fine, but when I program the device...
I updated new firmware on nrf52. After that nrf52 was still visible "nrf Toolbox" Android app. It seems I didn't do anything wrong but when next time turned on nrf52 and scanned...
I am using nRF 52832 (softdevice v2.0). I am writing a code to get data via SPI and then transmit over BLE.
I have written my code and SPI is working perfectly.
But...
I'm new to using Nordic products and am trying to understand the difference b/t the soft device and the application in the context of the examples I'm running. Most importantly...
Hi, I have NRF52832 development board and NRF51824 beacon board. I want to dumb the code to NRF51 but i don't know whether we can use NRF52 DK to do the same(Supply to NRF52...
Trying to compile ble_app_cscs example, but have compiling errors in ble_cscs.c library.
Anybody have any ideas what is wrong?
Ubuntu 16.04, NRF SDK 12.3, GCC 7.2.1
Terminal...
Hi all,
I need to send the information from 2-5 sensors in a room. The sensors are placed 2-3 meters far from each other. Each sensor has a BLE, using a battery and generates...
I'm using the RSCS demo as the peripheral and the Relay demo as the central. I've modified each to use stored bond information if it is found in flash upon startup. I make...
Hello.
I am measuring the current of nRF 52832 using PPK (PCA63511).
I want to measure the current of nrf chip only with PPK.
The chip of nRF is PCA10040.
What...
Hi all,
I've bought an iBeacon Station NRF51822 like this one ( linksprite.com/.../index.php5 . My idea is using it as a temp sensor for my smart home installation. It...
Hi Nordic,
I am getting started writing a new application and I would like to move to the new SDK14. My app requires, between others, a custom service and a custom characteristic...