I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Using easyDMA how much data can be buffered in RAM before it can processed and advertised? I am using nRf52832 and my code is using 50% of RAM already. Each sensor gives 4B...
My laptop is running the latest macOS 12.4. It is a 2021 Macbook 14" with M1 Max.
I updated nRF Connect For Desktop and Toolchain Manager to the latest versions, then I...
to release more flash for homekit product, we want to change 2 Slot of B0 from the same size to diffrent size。 the smaller one run DFU code , the other run application code...
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...