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, my region does not support LTE-M or NB-IoT. I would like to prototype an asset tracker with GNSS only. To my understanding, i will be able to retrieve GNSS location data...
Hi, I recently I have implemented the Time Model for the nRF5 SDK for Mesh and happy to share my implementation here: https://github.com/hashing-cell/BLE_Mesh_Time_model ...
Hi
We have a project where 1 central shall be connected to 1-7 peripherals. The central sends a short start/stop message to the peripheral then the peripheral starts to...
I have enabled advertising fast and slow mode. But changing from fast to slow mode is almost at same time. How to configure for changing advertising mode slowly?
The following...
Hello,
I am using the 9160 to send MQTT messages which are received on AWS. I am provisioning the devices by creating a thing on AWS, getting the certificates, and loading...
I have a problem that my nRF52840 Central cannot discover one of the my nRF52840 Peripheral sensor services. With the phone I have no problem. Also other services are detected...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
While I am merging the ble_app_uart example with ble_app_multiperipheral example, the...
Hi, I'm currently developing an automatic connection BLE system.
I'm using nRF52840 DK with nRF Connect SDK and S140 SoftDevice.
In fact, there exist already other...
Hi Nordic,
I would like to understand the philosophy behind the nRF9160 DK acting as a debugger. I recover my thinky:91 connecting the 10 pin flat cable from thingy:91...
I was using nrfjprog successfully about a year ago before this evaluation was suspended. When I now try it fails.
```
nrfjprog --log --program build/zephyr/merged.hex...
Hello,
I'm trying to writte a sensordriver for the nuvoton NAU7802 ADC in Zephyr using the drivers/sensor API. Here are the most important (I believe) parts of my code:...
Hello,
I've recently created a custom board based on the NRF52820 which is configured based on the datasheet.
I'm using an NRF52833 DK OB J-Link to program the device...
Hi,
I use the modified version of the USBD example(nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd) in nRF5 SDK from here . (My development kit is nRF52840DK.)
And I...