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...
Referencing the recommended 52840 PCB layout for the WLCSP package, we noticed two thru-hole vias in the middle of the ground area (in the center of the package). Do these...
Hello,
I am trying to implement ble DFU on our custom nRF52832 board. Up until now we have had no issues with our application running as SoftDevice+Application but some...
I'm attempting to send a time sync message in a mesh packet. When I construct the packet during it's timeslot (for timing determinism) the system faults during encryption...
We are developing using SDK 15.3.0 and S140. After I noticed that advertising stopped when a connection occurred, I was directed to simply restart upon connection. I have...
Hi,
I'm using an nRF52832 with SDK 14.2 and FreeRTOS. I'm hitting a configASSERT when I call nrf_fstorage_erase. I called the function after calling ble_stack_init but before...
Hi,
I'm using interactive PyACI on Windows i found an error as in image attached. I didn't understand what can i do with Interactive PyACI and what it will deliver to me...
Hi,
SDK 16 using board NRF58240dk. PCA 10056. Segger studio on windows.
I am trying to read a current pulse train from a peripheral device. This device outputs a 4mA pulse...
I am working with the Nordic NRF52840. I need a way of reading current pulse counts over a two wire system coming in from an external sensor. This external sensor is reliable...
Hi,
I am using 2 development kits 52840-DK.
I run the examples projects transmitter ( pca1056 ) and receiver. It works,
In an attempt to get longer range I increased...
Hi Nordic,
I had built a BLE custom service which has two characteristics and now I'm merging this with light-switch example, but while building it i got a problem which...
Dear All,
I'm pretty sure this has been asked many times but I don't know the right keywords to search for.
Alright, on our custom board we have a PMIC with regulated...
I try to start working with the nRF9160-DK. I gone trough all steps of the Getting Started Assistent from nRF Connect SDK. But i have a Problem with setting up a Project in...
Hi,
In my NRF52840 based application, I have a situation where the peripheral needs to pass 2K to central.
In order to speed up the xfer, I'm requesting a Connection Parameter...
Hi,
I am using nrf52832 and I want to build a device that can advertise iBeacon signals and can transmit data to another BLE device (central) simultaneously.
Can I do...
Hi,
I use example nRF5SDKforThreadandZigbeev3209fade31\examples\dfu\secure_bootloader\pca10056_uart to upgrade bootloader and coordinator application.
I try to upgarde...