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 have a NRF52840-DK (400236). I was using it for the development. It was working perfectly.
Suddenly the issue arises the power section is heating up.
I am powering...
Hi,
I am running the standard Grove LCD code, as below but am getting an error, " Grove LCD: Device not ready.'
the code is
my overlay file is
and my proj...
Hello,
we have a set of router devices already on the market: each of them was developed using 4.0 stack.
now we're aligning the stack to the 4.2 version observing a very...
Hi!
I've followed the app timer example to implement app timers in my project. My project is low power consumption oriented. When I use a repeated timer, power consumption...
Hello,
We are integrating the nordic sdk for DFU on our own application on Android and iOS.
We need to know al the possible error codes that the sdk can sent but we...
Hi DevZone,'
I am trying to use the crypto library with CC310 backend on a FreeRTOS application using the nRF52840DK.
My problem seems to be that when initializing the...
Hello,
I am trying to set the default TX power to +8dbm for all stages of the BLE transmission process, including when advertising is active. I have referenced the "hci_pwr_ctrl...
Hi,
My project is set up as out-of-tree using NCS v2.0.0. I would like to restrict the NCS version such that it will throw a compile-time error if a non-matching version...
I am using SDK v16.0.0 with s140 softdevice. In app_util.h, there is STATIC_ASSERT_SIMPLE and STATIC_ASSERT_MSG definition decided by platform like __CC_ARM or __GNUC__. ...
Dear Nordic fellows,
I have a NRF52832 and I want to configure the UARTE peripheral driver in not blocking mode. I want to try and exploit the double buffered DMA. I'm using...
I am using UART to try to send and receive data from the MCU on my nRF9160 board. I noticed in the tutorial on DevAcademy that using the asynchrounous mode, we're able to...
Hi!
Due to product requirements, I need to make the broadcast package contain 128-bit UUID so that the APP of our company can identify the device. The chips of other manufacturers...
Hi
I am using NRF5340 chip in my custom designed board and I want to use all the 4 UARTs available in this chip at the same time.
The interesting problem which I am confronting...