Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
I am using SDK12.3 and the Flash Storage module to store some data in Flash. I frequently need to update some of these data basing on received commands.
When I use "fs_erase...
Hello,
we are developing a machine that is in pre-production. We need to be able to update the firmware and until now all works well on android. but on IOS the dfu does...
I'm trying to get the LTE Sensor gateway running on the nRF9160 DK. The documentation says to run the HCI:UART example on the nRF52840. When I click on the link for that example...
Hi,
I need to know if it's possible get the firmware work using 52810 with 192K flash. As far as I know, S112 takes 100K, APP with secure connection takes ~85K(ble_app_hrs_pca10040_s132...
nrf52832 S132 v6.1.1
i want to write saadc data in flash, so i call "write_to_flash" function in "void saadc_callback(nrf_drv_saadc_evt_t const * p_event)"
sizeof(data_array3...
Does anyone know if Segger Ozone is licensed for commercial use if used with Nordic Semiconductor devices, similar to the use of Segger Embedded Studio? Or, do we need to...
Hello Everyone,
As mentioned above I wanna know how to send Energy Expended data from nRF51422_xxac device to BLE mobile application using HRM characteristics or HRS Services...
Hi,
I'm starting to work with Nordic Semi Develoment boards with a Thingy:91.
And I wanted test the GPS module and send it over HTTP POST using the LTE of the Thingy...
Dear,
I am using :
ncs: v0.4.0
SES 4.16
firmware: mfwnrf916007029alpha
Hardware: nRF9160 DK v: 0.8.5
I want to do:
1. Enable and get GPS position ("AT\%XSYSTEMMODE...
Dear ,
I tried to use HTTP POST to POST the information from GPS to my webserver.
But I couldn't combine 2 of them together. ( they, GPS and HTTP POST, worked well separately...
The driver timer of the slave stops when the slave disconnects with the master. The deviation is caused by the disconnection as the following picture shows. The hardware timers...
I've been using secure DFU over a bonded BLE connection with the following configuration:
S140 6.0.0
nRF5 SDK 15.0.0
nRF Connect for Android
#define NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS...
Hello,
I am using nRF52832 based development board (PCA10040) and softdevice v6.1.0.
I want to ask that does the feature of Periodic Advertisement of Bluetooth 5 depend...
Is there any documentation that talks about interface between board controller (nrf52840) and nrf91 on nrf91DK
How do they interface. Is there sample code to create custom...
Hello all,
I am working on the DFU on the NRF52810 custom board
I am trying with secure bootloader example PCA10040e
with sdk 15.3 s112_nrf52_6.1.1 softdevice
Then...