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 ALL,
I used a system off demo and added the following content.
The power consumption tested was around 1uA, which should be normal according to the errata. Then...
Hi,
I still try to configure Nordic-Zepyr build for a nrf5340, with a BLE stack and MCUBoot as the bootloader. The application will receive image updates over MQTT and store...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. A fatal error occurred on the board when sending some Mesh Model Messages to the smartphone app. It doesn...
I am on nRF52840, and ANCS can get the app name. After switching to nRF52832, you cannot get the app name. The driver of the two chip ANCS is the same, but the Bluetooth protocol...
Hello,
NRF SDK version 2.6.2, tested on 2.8.0 as well
Hardware: NRF7002DK
Sample: Wi-Fi Monitor
When changing Wi-Fi channel using following function
ret = net_mgmt...
Hi,
I'm using NCS version 2.7.0 with nrf9151dk. When I tried out the nrf cloud multi service project with hard coded credentials as explained in this document nrf cloud...
I am experiencing an issue with my nRF52840 DK board. When I initially connect the board to my PC via USB, the debugger LED (LED5) blinks briefly but then turns off. Additionally...
We are currently mass producing nrf52833. However, there is a problem with BLE communication. The defective product does not appear in the BLE search list at all. The failure...
Hello, I have a custom board that was designed for me, but based off of the Acconeer XM126. It is very similar with a few minor differences. The person who designed it has...
We have developed a custom board with an external 32 MHz Crystal but I am having trouble initializing everything correctly. With the Zephyr "Hello World" example code I can...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
I want to do BLE FOTA with my customborad, so I have added some configs of FOTA to my developping project.
those configs are referenced ”DevAcademy” Exercise 3 - FOTA over...