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...
Hello
I am using SDK v17 and nRF52DK board (PCA10040) and testing mpu6050 sensor.
I want to print out the sensor value through the app through ble_app_uart.
Before sending...
HI.
I am trying to connect a laptop BLE and a custom device using HID.
I have to connect multiple devices to my laptop.
I know that the maximum number of connections...
There is an error in projects that utilise RTT for CLI. SDK_CONFIG.H contains the line CLI_RTT_ENABLE. This must be CLI_RTT_ENABLED for the macro NRF_MODULE_ENABLED(CLI_RTT...
I go into MCUBoot mode and I get: MCUboot DFU failed. Error occured when program. Errorcode: CouldNotOpenDevice (0x4) Lowlevel error: Unknown value (ffffff8e) When trying...
Hi all,
I'm evaluating design for a bluetooth + GPS + NB-IoT ultra-low power device
I see the only possibility to get a such module is to design it (I didn't found anything...
Hello,
I'm trying to auto-build my application through Github actions however I'm running into this problem
When I try to run this locally it works perfectly fine however...
Dear All, I am trying to measure the current consumption for an application I am developing on the nRF52833 DK. The code that I am running is the following: Based on the product...
Dear All, I would like to configure a device to go to the System ON, no RAM retention, wake on RTC (running from LFRC clock) Sleep mode, in order to be able to use the RTC...
Hello,
we are using nrf5 SDK version is 17.0.2 and nrf52840.
Our product uses nrf52840 and its USB capabilities being configured as a composite device (HID keyboard +...
Hi,
i would like to know which software i have to download and install, so that i can program a really basic function like pressing the button and turning on and off an...
Hi,
I saw a Linkedin post by Zephyr where they mentioned some Vscode extensions for devicetree and kconfig:
https://marketplace.visualstudio.com/items?itemName=trond...
Hi,
unfortunatally i could not add a new LTE device. I was able to activate my SIM card but not able to finally add the device to my account.
The error code is: There...
I am currently following the tutorial for creating custom services ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ). The only differences to this...
Hello Nordic,
I'm working with NRF52840 (with SDK 16 and softdevice s140 7.0.1) in my project. I need to work with another chip through SPI. This chip is the master and...
Hello,
I have one more questions while doing test with SAADC, UART.
When I was tested the SAADC pin connect with ground, the negative value occurs.
So, I changed the...