Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
Hello, I am trying to set my own BLE service, and on the adverstisement initialization I get an error 0x0000000c when calling to ble_advertising_init() .
Why does it mean...
I'm trying to implement a BLE Central device on an STM32 using Serialization to connect with an nRF52-DK board; I've previously gotten a BLE Peripheral working on the same...
Hello All,
I want to write the peripheral code which will send sensor reading to central.
For that I started looking into the Uart_Nus peripheral code from SDK.
I tried...
Hi,
We have a BLE Tx (Transmitter) and BLE Rx (Receiver)
BLE Tx : Nordic nrf51822 (Role: Peripheral, Server)
BLE Rx : Other chip (Role: Central,Client) ...
Hi
We are seeing a significant delay in a flash-related operation on the nrf52840, specifically using the function sd_flash_page_erase() When we use that function to erase...
Hi,
I just changed the ble_app_hrs_freertos example from SDK v 14.0:
APP_ADV_TIMEOUT_IN_SECONDS to 5 seconds in main.c
Enable debug log for various components...
Hi,
We tripped on an odd bug: we were getting corrupted data from flash if Keil's C51 compiler used a MOVX instruction instead of MOVC.
Changing the pointers from generic...
Hi Nordic Devzone,
I want to send a packet using send_reliable_message periodically every 3 seconds(using nrf_delay_ms for that) but i get
NRF_ERROR_INVALID_STATE (in...
Hi,
we are working on device that will have Bluetooth in it.
It uses 3rd party Bluetooth module, that is qualified from manufacturer of module.
We are making all CE, FCC...
Hello All,
I am just beginner with Nordic SDK.
I want to send simple hard coded string from Nordic UART service from peripheral to client.
I just tried the below program...
I happened upon this blog post from Estimote where they claim to have increased power output of the NRF52 to +10dbm.
blog.estimote.com/.../updated-location-beacons-200...
I am working in sdk14 nrf52832
I want to write flash after BLE initializing ,but write flash it has no action
while(sd_flash_page_erase(64) != NRF_SUCCESS){} //address...
Hi,
I'm using nrf52 dev board on sdk version 14.0 with GCC compiler. I modified the hrs freertos example to add a simple thread with same priority as of logger thread....
Hi
We have problems with Samsung tablets and phones at the moment.
We have an application with two custom services, Secure DFU Service and some standard SIG services...
Hi
I seek your support for the following 2 app_timer (or else) issue:
(1)
in there any reason as to why multiple app_timers will sometime trigger all in a row although...