Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I needed to rework the memory map, to change the size of the slots to accommodate for a larger foot print. In the programmer, is an "Erase & write" with the hex file sufficient...
Currently the CAF Bluetooth LE advertising module only uses static advertisement data in ble_adv_def.h
Would it be possible to add an interface for setting manufacturer...
Hi support,
We have a product that successfully utilizes DFU and is currently in production. However, we have been seeing a couple units that failed DFU but can still...
Hello all,
I'm trying to send SPI signal from nRF52-DK to other circuit component.
nRF52 doesn't receive data, and send 16 bit data at one transfer.
I want to send data...
Developing on nrf9160 using NCS 2.1.2 and MFW 1.3.3, is there any sort of Hard Fault detection and handler besides the k_sys_fatal_error_handler hook in lib/fatal_error/fatal_error...
Hello,
I recently ordered a Thingy:53.
The first time I turned it on, I successfully tried the Edge Impulse app, and updated the Thingy:53 network and app firmware via...
Hi, my slave will send 55 bytes to SPIM, if I check slave data when SPIM received all data, and it will spend 1.8ms, I think its long.
Can I check data when SPIM starts...
Dear Nordic team, We are using the nRF connect SDK version 2.1.2. Our prototype uses the nrf52840dk board and the KScan application template. However, when directly trying...
Hi,
Want to update the linker script as below in segger embedded studio? How to add this using flash_placement.xml. //update your linker script (.ld file) to expose information...
I'm trying to use the ADC on the DK52 (PCA100040) to sample and transmit data to a PC. I've been able to write code that samples data to a buffer and I've modified the peripehral...
Dear all,
I've got some problems with the uart implementation in the peripheral uart example. I am using nRF52833 DK and SDK 2.0.2.
What I need for evaluation is a device...
I've the following situation:
1. Send CoAP message trough send(), this causes the the nRF9160 to start RCC connection
2. Wait for RCC connected mode (LTE_LC_RRC_MODE_CONNECTED...
Hello!
I am in the process of adding OTA DFU support to our existing application. However, I'm having problems starting the DFU process.
For security reasons we want to...
Hi there,
We are using the nrf9160 DK with Serial LTE Modem (1.8.0) to run some tests on the modem (1.3.1). We are using the MQTT client AT commands in order to connect...