Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I have exactly the same problem as in question devzone.nordicsemi.com/.../
but I can't find the solution.
When I erase all from memory, debugging works. If I flash...
Hi
We have been able to set LE authenticated payload timeout via the following functions:-
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout.conn_handle = ValidHandle;...
Hi there,
I am currently using nRF52832 to communicate with a digital sensor ship. The sensor chip generates an interrupt every time when data is ready to read via SPI...
Hi,
I would like to comment that your documents and files are not arrange in the proper order. Kindly please give attention in order to arrange the documents and files...
Hi,
My NRF52832 runs into the hardfault handler when the sd_ble_gap_conn_param_update() function is called.
I copied the BLE code from the ble_app_template_pca10 project...
Hello,
The Infocenter SDK documentation provides the memory layout used by different SoftDevices: infocenter.nordicsemi.com/.../lib_bootloader.html
Is it possible to use...
Can i process coap and adc data on nrf51 board , so that, based on that system will take decision like turning on/off fan or light etc?,if yes then what is the code and can...
I am confused about the lack of softdevice information for the Gazell examples. I am looking at SDK 10 now having first tried SDK12 before deciding to stay with 10.
As...
hello everyone:
i use interrupt to handle button.and when i init it,the power is increase about 200uA. i think the
interrupt will not increase the power
void gpiote_event_handler...
Hello,
I use the arm-none-eabi-toolchain and have a problem when I am linking.
When I make my project, I get the next errors
path/to/spi_handler.c:180: undefined reference...
Hello,
I am trying to test the BLE example named "Current Time Application" located at ble_peripheral\ble_app_cts_c folder. But i can't find the cts_central.ncs file in...
hai
i am using mbed to program my nrf51822. in my project i need to store some data in flash memory . now i am able to store it using pstorage.h . but when i enable bonding...
I am developing a mobile apps using Nordic . I am seeking for Nordic Semiconductor nRF51822 SDK documentation for objective-c(iPhone) as well as Android too. Is there any...
I connected up +5v to the external power pins of the nRF52dk. I see +5 at TP14.
When I set the power switch to 'on', the board does not boot.
Is there something else...