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 Team,
I am trying to port the example of nRF5 SDK for Mesh to IAR Embedded Workbench for ARM (Dev Kit (nRF52832).
I am using nRF5_SDK_17.0.2_d674dde and nrf5_SDK_for_Mesh_v5...
I'm testing the Serial LTE Modem application on the nRF9160DK with the LTE Link Monitor. I want to use the DK as a UDP client to send data
to my remote server via UDP over...
Hi,
I am working with a custom board that has an nRF9160 SiP (B0). I am using SDK v1.6.0 on a Windows 10 machine. Modem FW is v1.2.3.
Our device uses GPS periodically...
Hello all,
I'm trying to use P0.05 (AIN3) as output, but it does not work.
in file .dts is used as: rts-pin = <5>; status = "okay"; of uart0, I have to change this config...
I'm evaluating feasibility and developing a Proof-of-Concept for a client using the NRF9160 + NRF52840. This is a second generation product where the client wants to evaluate...
Hello,
I'm currently using SDK 17.0.2 with NRF52840. We have our SPIM3 device up and running nicely. I'm now de-risking our SPIM0 device and noticed that chip select isn...
hi,
i am adding dfu feature to ble_uart code.
i did all steps as explained in https://devzone.nordicsemi.com/f/nordic-q-a/48872/how-to-merge-one-application-with-dfu-feature...
Hi Nordic, you should add a BIG warning label, as show below, under the UICR description for all nRF52 devices, saying UICR registers cannot be erased when APPROTECT is enabled...
Hi Team
For some reason, I need to disable CONFIG_BT_TINYCRYPT_ECC. But I don't know if our BLE controller in NCS rely on Tinycrypt lib when it need support the ECDH paring...
Is not something like
missing in https://github.com/nrfconnect/sdk-nrf/blob/master/applications/serial_lte_modem/src/main.c#L227 ?
Error return code should be handled...
Hey all,
I'm currently working on a ble_app_blinking in which I added a temperature service. I can connect my phone to the bluetooth of the board in nRF Connect application...
1) Why nrf_delay_ms(500) is required in twi_sensor example, in main.c, while(true) loop?
2) Is the __WFE(); interrupted by NRF_DRV_TWI_XFER_RX inside twi_handler?
3) From...
hello,
i am using nrf52832 customised board with sdk 15.2 and using ble app blinky example my need is to scan and advertise the nearby beacons in one advertising packet...
Hello everyone,
I'm using a modified version of SDK 15.0.0 ble_app_hids_keyboard on my nRF52 DK. It sends a volume up and a volume down command when I press buttons 1 or...