After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
In nRF51 PS, I read typical/max time for AES ECB are respectively 8.5 and 17µs.
What would be those values for the whole AES-CCM operation (ie including MIC computation)...
Hello,
I'm working on a software we've made starting from the "ble_app_uart_s132_pca10040.uvprojx" source code. My "main" (procedure fct) is in the for (;;) of the void...
Hi,
A couple new fixes in listed files to supress gcc errors when -flto enabled.
hardfault_handler_gcc.c
port.c
Patches are in answer below.
Regards,...
I´ve read that the command "lib_aci_close_remote_pipe" is not available on the chip NRF8001 build code C. I need execute this command to solve a bug in the ANCS service. If...
Hi
I have setup and configured Eclipse using the tutorial and all seems to be good, except, I cant flash the binary to the chip. Here is my error when calling flash:
...
Hi folks,
I'm trying to write a program to check out a pair of nRF24L01p modules talking to each other, and I'm a bit confused about two aspects of initialisation:
...
We are using your nRF24l01+ chip in one of our products. we are using 1 nRF as receiver and 5 nRF's as transmitters.
While trying to use the chip with multiciever configuration...
Using SDK13 - I would like to use the fds/fstorage libraries, but I'm told that "The experimental label is due to lacking test coverage for the two modules". here
At the...
Hi,
I've been suffering with detection of writing to cccd to enable notifications. The S132 (nRF5_SDK_13.0.0_04a0bfd + s132_nrf52_4.0.2_softdevice) never fires BLE_GATTS_EVT_WRITE...
Hello, I'm migrating a project from nrf51 to nrf52, and there is this function:
uint32_t dfu_init(void)
{
m_cmd_handler = *((bl_if_cmd_handler_t*) (0x20000000 + ((uint32_t...
Hi,I use demo project in
nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\saadc\pca10040\blank\arm5_no_packs\saadc_pca10040.uvprojx.
I made the following changes:
1.add...
Hi all,
what is the most correct way to delete the bonding information when the client and peripheral are connect.
Delete_peers
Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED...
Hi,
I have an nRF52832 sending data to a central device. At the central side I am testing two tablets (separately). One is a Samsung Galaxy Tab A 2016 10" and another one...
FDS error in FDS_VIRTUAL_PAGE_SIZE 1024 ?? (NRF51)
github.com/.../nRF52-fds-example
If I use FDS_VIRTUAL_PAGES 3 , FDS_VIRTUAL_PAGE_SIZE 1024 , then there comes FDS_ERR_BUSY...