Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
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...
Hello,
Our customer use nrf52820 to make a ble hid dongle and the ble keyboard work well when connected to it. But when the keyboard is pressed the Capslock key, the led...
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
After repeated mqtt connection-disconnection processes,I have the problem of code -12 and it is impossible to connect with the MQTT broker after that, the issue is similar...
I need to confirm that for Bluetooth: Peripheral UART:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README.html#testing...
Hi,
I am using NCS v2 with VSCode on Windows 11.
I am using the jlink programmer inside a nRF52840-DK to program a custom board. Actually, two different custom boards...
Hi, I am currently evaluating the NRF52840 for our applications which will be deployed in underground mines across South Africa.
I see that Nordic has a good relationship...
We are controlling a brushless motor with the nRF52840. This motor has an integrated motor controller, feedback is only:
- Single Encoder Pulse (no A / B or even Z)
-...
Using SDK17.1.0, I need to manually force an event handler to run. But the event handler is part of the SDK and is declared static. Key constraint is that i cannot modify...
Seems like this issue has been happening to people for a long time.
I'm on V1.91, Mac, trying to open in Segger embedded studio. Fresh install, select open nrf connect project...
I'm working with NCS v2.1.0 and Visual Studio Code, I tried to build nrf/samples/bootloader but always:
warning: attempt to assign the value 'y' to the undefined symbol...
Hello,
Initially I was flashing software for peripheral_LBS by connecting Thingy directly through USB.
Later as per project requirement I tried to flash the code using...
We have a hall sensor with pwm output encoding the information in the duty cycle of pwm. Now we would like to read the duty cycle without the use of an interrupt, but solely...
Hi !
I am working on SDK 15.2 and on a NRF52832.
The others devices I will interact with are on BLE 4, so I can use only Legacy Connection mode for security.
I would...
Hi, I am Currently working on MATTER samples in nRF_Connect_SDK v2.1.0 VS code. I have tested with Matter_Template samples I am Trying to Pair the matter_template sample to...
Hello,
I am running into an issue with monitor mode debugging and am not sure how to fix it,. I followed the guide https://github.com/NordicPlayground/j-link-monitoring...