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...
SDK 15.2 API 6.10 SES custom board
I am trying to get DFU to work and it is not seeming to work right.
I am trying to engage DFU mode by holding in button on board for...
Dear DevZonee's
Im trying to esablish a BLE connection using the following configuration of the peer-manager:
* LESC
* Just Works -> IO-Caps none (0x03)
If i run...
Hello
I am using SDK12.3 on nRF51822 chip using Keil V5 on windows 10.
I am using experimental_ble_app_buttonless_dfu example and bootloader_secure example.
They both...
Hello!
SDK 15.3
If I build secure_bootloader example project using Segger Embedded Studio it works, I can see it nRF connect.
If I build it using armgcc it does not...
Is there any actual difference between "Fast Advertising", and "Slow Advertising" - or is it just a way to easily specify two different sets of timing parameters?
The question...
Hi,
I'm having problems with the bootloader in SDK 15.2. I'm using an NRF52840, I don't know if the CryptoCell is giving me issues.
The DFU fails when checking the FW...
Hi All,
Sorry if this is a simple question, but I can't seem to find an example where the device is programmed as both RX and TX. (The examples have either one or the other...
Hello,
I am developing application which allows multiple central devices (phones) connect to a single peripheral device (custom board with nRF52840). I took example from...
We are under development on our custom board. then we suddenly were able to flashing the firmware, hex files onto our target board. SES showed the popup message such as "...
Hello,
I am unable to flash target board using my nrf52840 Dev board. I have two dev boards and I am able to flash the target with the other dev board.
The target board...
To what values should I set the PWMCON register to so that the PWM0 and PWM1 frequency is output at 20Khz with duty cycle varying between 1 to 2ms. Now specifically I am asking...
I am new to Bootloader and was going through the Secure BL example without SD but with UART
Here I observe that the Linker Option Shows the RAM and ROM address for the Bootloader...
hi....to everyone
Here i am using latest version 3.1 mesh , i have made some changes in light switch example , in order to get a character instead of bool value . i am getting...
Hi everyone,
I want to change the Y-axis on the AVERAGE plot to show real-time data from 0 uA to 10 uA. The default setting is -100.000uA to 15.000 mA.
The PPK manual...
I'm currently trying to use the database discovery module to get the total number of services and the number of discovered services so that I know when all of the services...