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 sending and receiving streams of data over BLE.
Do I need to add a checksum byte for every GATT write/notification/indication to ensure that my data is not corrupt...
Hello All,
I am interfacing nRF905 as a receiver mode which are interface with nRF51 DK.
As a transmitter used this module www.alibaba.com/.../RF-100m-transmission-distance...
Hi,
I'm facing a little problem with custom service characteristic. I've set char settings as follows
attr_char_value.init_len = sizeof(uint8_t);
attr_char_value.init_offs...
Although this is easily fixable, Nordic engineers should be made aware that they made a minor change in SDKV12 that breaks makefiles on the Mac.
In /components/toolchain...
Hi,
I have downloaded the latest SDK12 for nRF52.
And i tried out the new "BLE Secure DFU Bootloader" example.
But i found that doing the BLE DFU with nrfutil on...
Hi,
I have nrf52 DK and sdk11.
I want to implement the time using internal RTC , the clock should run if the power is off ,i'm implementing in central code ,it has to...
Hi, I'm planning to add bluetooth LE support to my Arduino based project. I want to use nrf52832, but I couldn't find any example on Arduino interaction with this radio. I...
Hello. I have the need to get a device's unique address that remains stable across device firmware upgrades, etc.
Before SDKV12 I've been using sd_ble_gap_address_get(...
Hi
I want to know how to use ppi to wake up CPU from IDLE mode.
I've tried to use timer timeout event for triggering Port Event and wake up CPU, but can't assign NRF_GPIOTE...
I have been using a module of nRF52832. I write the Direct test mode in the module, to measure the current consumption of the Tx and Rx. DTM setting is + 4dBm, DCDC off. As...
Hello,
I try to send about 80kB of data between 2 beacons and I have encountered some problem that I got no idea how to resolve.
I have managed to connect devices, discover...
There are certain design decisions that break C++, or at least the separation of concern between allocation of entities and the use of entities.
For example:
typedef...
Hi there,
Is there any chance future SDKs with the nrf52 have support for Mifare Classic cards? The example with the Adafruit shows an Ultralight tag, but it would be useful...