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...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
I'm trying to port my code using pc-ble-driver-1.0.0 to use the latest official version 2.0.0
I see library names changed (from pc-ble-driver-1.0.0.* to pc_ble_driver_shared_sd_api_v3...
Hi,
I got an err_code = 0x00000007 after calling this function.
void system_timer_start(void)
{
uint32_t err_code;
err_code = app_timer_start(m_one_ms_timer_id...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
Hi,
I set up a 2 GPIOTE interupts like this:
in main.c:
APP_GPIOTE_INIT(3);
err_code = app_gpiote_user_register(&mainUser, 0x00000000, (1 << RF_GPIO2), powerButtonInt...
Hi
I am using sd_ble_gattc_primary_services_discover(conn_handle,0x0001,NULL) to discover primary services on a GATT server. After the first call to this function, I get...
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...