Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Hello,
I'm using the peer_manager library with nrf_crypto CC310 backend to generate LESC keys for JustWorks. (BLE Security Mode 1 - Level 2) I was wondering how to get a...
Sequence of events:
1. A GPIOTE button interrupt in LPN schedules a handler routine.
2. Handler routine (called by app_scheduler()) makes a call to access_model_publish...
Up to and including `v10.4.0`, `nrfjprog` correctly implements support for runtime `LD_LIBRARY_PATH`:
Starting with `v10.5.0` this is broken, and `nrfjprog` expects...
refer an example for long lange demo in sdk.
i have found this example https://github.com/NordicPlayground/nRF52-ble-long-range-demo but in this nrf52840 boards are used...
Hi, What we would like to do is to store the firmware on one nRF52 MCU and do the DFU over BLE to the other nRF52 MCU. This means that the first nRF52 MCU needs to connect...
Hi Nordic,
my BLE peripheral with the nrf52840 and sdk 15.3 with s140 restarts if not connected after 180s. I assume that the reason is the .config.ble_adv_fast_timeout...
Hi,
I am trying to create a mesh network using nrf52832 for RGB lights. I am using nrf Connect SDK to build the project. Is there any sample code for RGB that can be integrated...
I have found that you cannot update MCUBoot unless you also have the NRF Immutable Secure Bootloader, If i have this then i cannot update the Immutable bootloader.
Is there...
We developed a ble hid mouse using ble_app_hid mouse example. When our mouse used in MAC os scroll wheel function is not working as expected i.e. when we scroll there is only...
Hi, We have an issue with custom devices in the field that have nRF52811, with s112 programmed. To sort out our issue we need to connect to the nRF52811 that is an advertising...
Nordic's BLE page ( https://www.nordicsemi.com/Products/Bluetooth-Low-Energy ) says the nRF5340 is the "ideal choice" for LE Audio. I can't seem to find any information on...
Hallo,
my nRF52840 and my nRF24L01 are receiving the same data in proprietary radio mode.
Several nRF51822 are sending mixed up data.
Within the nRF24L01 - radio Interrupt...
Hi,
I am completly new in nrf52, nrf-connect and zephyr environment.
I need to configure pwm channels that wont be used to drive led...
Most of thing is undestand for...
Sending a PSK like:
AT%CMNG=0,42,3,"1r0nm@n"
should result in failure, as that is not a valid hex string (as documented in nRF91 AT Commands). Currently this results in...
Hello,
I am trying to run the CCS881 sensor sample in my nrf9160 board. I have made changes to my project config file and main.c file as mentioned in
https://devzone...