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...
I'd like to use the Nordic Distance Measurement Toolbox to realize the distance between two NRF52832 devices. And now I have two DWM1001 development kits that integrated with...
Hi,
we are using an nRF9160 on a custom board with NCS 1.8.0. I have been able to reproduce the following behaviour with a nRF9160 DK 1.0 and NCS 1.9.1
For our application...
I try to run https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/examples/nordic_uart_client But the following error occurred.
D:\pc-ble-driver\build\examples...
Hi,
I am testing an app using CoAP client/sever. I want to redirect the RTT log messages to UART0. I had a look at https://devzone.nordicsemi.com/f/nordic-q-a/32058/why...
Hi,
Currently, we are facing a huge problem with our custom boards. Between different boards the ADC values varying very much even with a given voltage input.
For instance...
Hello all
I am porting the code from the nRF52DK to the nrf52820, and so far so good, however, I am having a question, when configuring the TWI, will this get me the right...
Hi all,
Provided the nRF52840 board implements up to 4 SPI, I would like to use at least 2 of them simultaneously. I need to do it like this because I need one of them...
Hi, I am trying to merge Libuarte with the FreeRTOS environment. I am trying to use RTC-2 for libuarte and RTC-1/0 for Freertos. I am not sure what other things I should enable...
I'm working on a custom board that uses an nRF52832 module. It has a single button that is used to power the device On/Off and a >= 5sec long press from Off to force enter...
Hello,
we would like to use a pin on GPIO P1 as GPIO in non-secure mode, but only found the solution stated in this thread yet: https://devzone.nordicsemi.com/f/nordic-q...
Hello,
I am experiencing issues with an nRF5340 board and its SPI.
I am trying to add an Pmod OLED (128x32) screen to my board, but firstly I am trying to set up the...
Zephyr nRF52840
I am working with 2 nRF52840dk. The master side seems to be working as expected. i have monitored it and seen clock, MOSI and CS all working as expected...
Hello,
I have a debugging issue with VS code IDE.
Suddenly, i cant debug with an error:
However, flashing board is working succesfully.
What am i supposed to do...