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...
I have set the host name to my aws thing endpoint name per the instructions on the following link
developer.nordicsemi.com/.../README.html
but the hostname ends up...
To the kind attention of Nordic support team,
after about one year evaluating software using Segger Embedded Studio I'm switching to Keil, basically to evaluate gazell secured...
Hi
I have lost my private key for generating my dfu pakage using nrfutil.
I have 2K nrf Modules chips already programmed with bootloader & dfu enabled firmware. However...
Hello,
I'm having a weird problem while doing a communication between nRF52840( perpherial device ) with USB OTG ( STM32 ).
I'm trying send out the data from USB OTG...
Hi,
We have a production device using the NRF9160 and after several days end up triggering a __bus_fault() that arises likely from memory fragmentation in the heap within...
Hello all.
i am trying to flash a boot loader with arduino IDE. i got the technique from here : https://github.com/sandeepmistry/arduino-nRF5
after doing all steps i am...
We upgrade to the latest Mesh SDK 4.0 but the light server example is behaving differently. We have our own code from an iOS app that provisions the device.
After I provisioning...
Using 840DK and latest Segger (4.42)
Building Mesh DFU example: dfu_nrf52840_xxAA_s140_7_0_1
Latest Mesh SDK v4
Latest SDK 16
Build with no errors, when starting debug...
I want to use the random number API for nRF5340APPLICATION. But I can only choose TEST_RANDOM_GENERATOR. And can not use sys_csrand_get().
How to use RandomAPI for nRF5340Application...
I'm using React Native and the BLE package react-native-ble-plx on my Ubuntu machine.
According to the docs, I've done the following: 1. Scanned for devices 2. Connected...
I have just started the BLE _tempelate project and I came across the BLE_GAP_EVT_PHY_UPDATE_REQUEST case.
I could not find many details about it. Can anyone explain what...
Hi,
We are looking for help with the Nordic nRF-Mesh Library software. We want to create a react-native nRF-Mesh library for IOS and Android. We can see that the example...
Hi,
I am trying to turn on p0.03 when it goes in dfu mode but it not turning on
err_code = nrf_drv_gpiote_init(); APP_ERROR_CHECK(err_code); nrf_drv_gpiote_out_config_t...
Hi everyone,
I am testing the NRF9160 DK and I want to test the low power mode.
I found and tried the solution detailled in this blog about how to measure PSM idle current...