Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
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...