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...
Hello,
I'm using the UART0 in nRF52840-DK for debugging purposes and using the ble_app_uart_c example as a basis.
Now, I need to activate and configure the second UART...
Hi guys
I'm just want to know, is this situation can occur if my application size will grow so high that it could be overwritten by the flash data storage module?
...
I am developing for a Thingy91 and NRF9160 DK
NCS v 1.9.1
I am using the LTE_BLE_Gateway sample using the NRF9160 as the Host and talking over HCI to the NRF52840 as a...
Hi
I'm working with ringbuffers ( docs.zephyrproject.org/.../ring_buffers.html ). I'm using the data item mode. Periodically I put data into the buffer (if I'm correct,...
Hi there,
We are trying to integrate an nRF21540EK shield onto our nRF5340DK. Following the instructions on the following link ( https://developer.nordicsemi.com/nRF_Connect_SDK...
Hello
My production ble performance is lower then nrf52DK.
How can I impove ble performance?
And I think there are two ways.
1. redesign PCB antenna (currently...
So, I'm trying to debug some code I've been working on, so set CONFIG_LOG=y in my prof.config file.
Now, when I try and builld, I get this error:
Error: Image size (0x36c54...
Hello everyone,
I am using the nrf52840 on the CDEBYTE E73-2G4M08S1C nRF52840 BLE 5.0 Wireless Transceiver. robiz.net/e73-2g4m08s1c
There are two device. One of them central...
nRF52840, SDK version 17.0.2_d674dde, SD140.
Our code uses the PPI extensively to manipulate some GPIOs and start SPIM transfers from peripherals using EasyDMA to store...
Hello all! I am trying to interface MPU6050 with nrf52832 dk using the following code. On the LOGGER, I see that the MPU isn't detected, despite I replaced the MPU. The if...
I wrote a reply to a 5-year old question which appeared to be related to my needs but the answer was not what I was looking for.
The case is very straight forward:
The...
Good morning Sir/Mam
i want to read data on serial using nrf9160 by segger. i have pic a sample from devzone "Uart". i have successfully build it and Run on board , but...
Hi,
I am having problem with UART on both NRF52 Devkit nad NRF52480 dongle. If I start from the example:
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart...