HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Hello,
Recently I was using nRF Connect app to test BLE 4.2 Communication between my Android Device and nrf51422 board. updated the hardware device so the LE Secure Connections...
Dear Nordic Developer,
I can compile and ran examples of uart, saadc, pwm_driver, pwm_libraries. Now I would like to include uart in pwm_libraries to get inputs from PUTTY...
Hello,
I integrated the relevant code from the "uart" example into the "ble_app_uart" example(this is all the code in the main routine):
uint8_t cr;
uart_init();
...
Hi all:
I use sdk11.0
<nRF5_SDK_11.0.0_89a8197\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay>
this example, scan heart sensor , sdk return...
It would be helpful to know how a packet looks like when transmitted/received from the NRF9E5 chip. I already found the algorithm to build the correct CRC, expected from the...
I have included the DFU service and a custom service in my application. During initialisation DFU service is getting initialised and later down the line my custom service...
Hello,
I have few question please about this example.
m_lesc_private_key looks unused, how to modify source to use a pre shared private key ?
is this exemple secured...
Hi!
We are trying a new module with NRF24l01+. We find a troublesome thing. On this video you can see the RF communication starts and stops with a broad-spectrum signal...
Hi :
In my application, i need to use 2 spi master (SPI0,SPI1) and spi slave the same time, but when i compiled drivers_nrf/hal/nrf_spi.h and drivers_nrf/hal/nrf_spis.h...
Hi. I'm using nRF528332, SDK13, S132.
I'm making multi-link peripheral refering to "experimental_ble_app_multiperipheral".
This example code says as below.
#define...
Hi Nordic,
In my application, I want to consume as less power as I can. In the initialization I have this functions:
static void utils_setup(void)
{
APP_TIMER_INIT...
why not provide the ready-made tools? like micro_ecc_lib_nrf52.lib and nrfutil.
because it 's really take user a lot of time to built these tools.
thank you.
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hello ! I'm beginning work with BLE . I have a project in which nrf51 is a central. App from smartphone will sending to central any key for example "3214941E0" when central...
Hello Nordic community,
I have a question about implementing DFU on the custom board. By looking at NRF52 DK and reading explanation in Nordic infocenter, I can see that...