Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
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...
Hi, I have a SIM800L GSM/GPRS module that I can successfully talk to via the UART on the nRF51.
I can tell it to dial numbers etc and that all works fine.
My problem...
Hi, I'm using app_pwm with 32.768Khz external xtal. the following is my setting in sdk_config.h.
// <0=> RC // <1=> XTAL // <2=> Synth
#ifndef CLOCK_CONFIG_LF_SRC #define...
Hi,
I used sdk 15.2.0 version, I refer to the ATT_MTU Throughput Example to modify the Nordic UART Service (NUS) Application example.
Now I have some questions:
1. How...
Hello,
I'm using nRF52832, SDK15.0.0, Softdevice S132.
What should be the code added to application in order to support BLE DFU service?
I've been here , but its for...
hello,
I want to use RSSI on nrf52832, and the project is uploaded.
the question is, I test the RSSI on channel 2468MHZ, the NRF_RADIO->RSSISAMPLE result is about -92dBm...
Hi,
I followed the instructions for Getting Started with the NRF9160, activating the iBasis SIM card, placing into the board and applying USB power.
The first issue...
Hi,
I'm trying to update the firmware on my nRF9160 development kit
I downloaded the modem firmware and DFU tool
And then tried to follow these instructions: ...
Hi,
I want to activate eDRX on mqtt_simple example and measure the current consumption. I guess based on the code, by enabling "CONFIG_LTE_EDRX_REQ" it will be activated...
Hi guys,
I know that there is no official support for C++ on NordicSemi side, but I just wonder if it would be possible to work with C++ in Segger IDE. I'm trying to integrate...
SDK version: nRF5_SDK_15.3.0
Platform: nRF52840 DK
SoftDevice: s140
--
Hi All,
I use ble_app_blinky example and Android nRF Blinky SDK to add new function.
Recently...
Hello,
I'm using NRF52840 module to make a customer device. This device send message by UART. My device is powered with a battery, for this reason I would like reduce the...
Hi All,
We are using NRF52832 in our project. We have implemented the c code to perform nrfutil operations.
We are following below steps to do it.
Erase all files...
Hi, I'm doing some tests with Legacy OOB and I made it work with Master Control Panel 3.10.0.14, but when I try with nRF Connect v2.6.2 it fails. I know MCP is not supported...
Hi nordic,
Please inform bjorn-spockeli to reply in this thread its very urgent
https://devzone.nordicsemi.com/f/nordic-q-a/45470/encryption-and-decryption-of-advertising...
i working on a project of buttonless dfu on nrf52832 dk. so face a problem that after dfu the uart service is not show on nrf connect app. so i not be able to receive data...