Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
I am getting intermittent pickup of advertising packet from a peripheral known to advertise every 2 second. Basically I get ~20 sec gaps where nothing is received.
Below...
I want to use the ble in nrf51822, and I use the example in nrf51_SDK_11.0.0 and softdevice in nrf51_SDK_11.0.0 \s130nrf51201\s130_nrf51_2.0.1_softdevice.hex(thougt the example...
Hello
I am currently looking for the best method to write and read values in the flash. My values are 17 uint16_t arrays with 216 indices per array. I would like to store...
Hello All I am new to this nordic semiconductors. I need information regarding nRF52840 DK boards.
* How to connect two nrF52840 DK(transmitter to receiver) and start advertising...
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...