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'm using nrf52840 with softdevice s140_nrf52_7.2.0 and I'm adding new characteristics to the ble_nus service. I've added the new handles for the new characteristics...
It appears that after a few seconds and sometimes after a few minutes sleeping threads do not wake up, even though the UART shell and BT NUS are working. The only service...
Hi,
I am trying to configure GPIOs with a custom DTS file, for initial bring-up and testing of the PCBA prior to higher-level development. During compile, I am getting a...
Hi, we have a use case where the central might need to re-bond with our peripheral (e.g., after choosing "Forget this device" in phone settings). I have learned that setting...
Hi
i am working on the nrf5340_dk for making as a controller through the hci_uart build.
can i know the gpio connection mapping on the board?
regards,
Achyuth
Hi, I'm currently having a problem with the uart peripheral.
I have an STM32 MCU connected to the NRF52840. In this case, the NRF acts only as a "transceiver".
Whenever...
I have my own code for handling pin interrupts using the NRF_GPIOTE EVENTS_PORT interrupt. I had some issues with this years ago when I was using the nRF52832 chip, which...
Hi,
is it possible to configure the hci_uart example from NCS in a way that the FICR device address of a nRF52840 is used as public device address? I cloned and compiled...
Hello,
We are trying to get the NVS example on our nrf9160 DK running. The build and the flash process looks fine but the application won't boot. Not even the typical...
Hi,
I bought a second nrf52833-dk. After I program my code on it, I can't debug or read the code because read protection is on. This is strange, because I didn't program...
nRF SDK 17.1.0 I've never touched this example before today, and yet it complains about a bunch of stuff not being found in the file nrf_dfu_validation.c. I am trying to use...
Hi, I try to install nRF connect for VS Code on Ubuntu 20.04 LTS according to the installation guidelines. When I want to set the SDK and toolchain path in the quick setup...
Follow up on: github.com/.../50438
Describe the bug There is a specific case in which the Bluetooth stack seems to become stuck in a state where it will not accept/initiate...
Hi, We are using SDK17 and are implementing the UART y APP_UART_FIFO_INIT. Every now and then we encounter APP_UART_COMMUNICATION_ERROR. I know this is related to buffer overrun...
Hii team,
today i install wireshark version 4.0 and python 3.10 and i downloded nrf sniffer ble software from nordic website and i connected my nrf sdk to pc to flash code...