Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
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...
Good day
I am attempting to use lwm2m to post temperature sensor data. At the moment I'm trying to to initialize object with ID 3300 (generic sensor)but it is not appearing...