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:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi,
I'm working on project where I want to scan nearby beacons while participating in a Mesh network. I've configured everything as shown in the sample ble peripheral lbs...
Hi,
I am working with an nRF52832 in the nRF52-DK. I am trying to use the ADC with timers through PPI. I have a timer with five CC events, and one of them through ADC measurements...
I am attempting to establish a PPP connection between an nRF9160 and a Linux device over a UART (hardware flow control is optional). The goal is to allow these devices to...
Hi,
When applying for the SUPL client library i get the error message: "your application for SUPL-C license hase been denied"
I have an active DevZone account
I applied...
I have my code working correctly and for site testing of the first 20 units the customer wants to know the
MAC address so that any glitches can be identified to a particular...
Hi,
we would like to use nRF Desktop to test throughput and show we can send 20B per ms (from peripheral to central).
The LLPM sample is not well optimized, while nRF...
Hello,
Using the nRF Connect SDK 1.9.1 for nRF9160 location. Found the "location" library quite simple and scalable to use. So was looking into it. We do not plan to use...
I bought a PPK (not the PPK2) a while ago, and it's been working fine. However, recently it stopped working. I'm using a JLink EDU mini, and the power profiler app in nrfconnect...
Hi, I'm developing an application using Libuartes to handle GPS data 1. According my knowledge about Libuartes, It will call the NRF_LIBUARTE_ASYNC_EVT_RX_DATA when the buffer...
Hi,
Since BLE advertising consumes current, I want to stop sampling ADC data during BLE is advertising. Are there any BLE events to know when advertising happens or are...
I use the zephyr version 3.0.9 for DF.i use the both boards nrf52833dk.i set the antenna array including antenna_num,antenna_patterns,and antenna_ref(pdu_antenna).
both...
Hello,
NCS1.9.1, VSCode, nRF5340DK, periodic_adv
CONFIG_BT_DEVICE_NAME="xxx" in file prj.conf.
how to dynamic change BT_DEVICE_NAME in main() start?
Best rega...
Hi everyone,
I am looking the schematic of nRF52840 (PCA10056) and I am a bit confused with the Power Sources (sheet 7 of 7).
There are three load switches that prioritize...
Hello,
My project:
- I have a low consumption project width BLE. - I'm using internal LF clock (I know it's better to use an external) - I use the Beacon example project...