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:
...
Hi All,
I am doing a BLE Mesh development project with nRF52840. SDK version: nRF5 SDK v15.3.0 & nRF5 SDK for Mesh v3.2.0
Case 1:
- IDE: Keil
- Example tested: nRF5...
Hi,
Im working on a configuration where role switching is neccessary.
The following is expected:
- all nodes will be advertising when "idle"
- nodes only need to...
Hi,
When the ble_stack_init(); is called the eeprom flash read/write/erash gets hanged.
But when commented ble_stack_init(); the eeprom flash read/write/erash works...
I recently got a Thingy:91 and activated it. Now I am installing the tools to work with it in my system (Linux) following the nrf Connect v3.3.0 Getting Started Assistant...
Good day. Can I get SES free licenses for multiple devices while evaluating a single development kit or the free license can only be requested for a single divice?
Hi, I use the nFR52832 chip to design as the MCU of my prodcution, it has 8 scan whitelist for user. But I want more number of whitelist for my prodcution. So ,Could you tell...
I have set up the NCS toolchain, followed the instructions to update the JLink DLL in SES, and successfully built/flashed a few examples to the app core (ie. debug/ppi_trace...
I would like to send TCP message with 50KB message size. I saw that maximum size was limited by CONFIG_HEAP_MEM_POOL_SIZE which was 16kB.
Is there any way to send that message...
Hi,
we are experiencing unexpected behavior during sleep entry. Following pictures were taken using an oscilloscope, our device sends a radio transmission every 150 ms...
Hello,
I am trying to sample and reconstruct an audio signal using the SAADC and I2S respectively. I have a double buffer setup for the SAADC, where we process the data...
Hi,
I've noticed several times now when the NRF9160 comes out of a PSM sleep cycle that when a call to an underlying socket connect(), or nrf_getaddrinfo() call (whether...
HI,
I am developing an application with 7 transmitters and 1 receivers. Transmitter are nrf52832 with MPU9250 IMU (Holyiot YJ-18008) . I am hopping to each transmitter...
I successfully compiled and loaded the UART/Serial Port Emulation over BLE example on an AdaFruit Feather board.
I can connect to the Nordic UART Service, then send data...
I have built my application on ble_app_uart in keil in SDK 14, so I just did the same and copy-pasted my code into the latest ble_app_uart example built with ses in SDK 16...