Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
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...