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...
I made all steps in a guide
devzone.nordicsemi.com/.../
All works fine. After that prepare my own firmware like appendix 1. Also works good. I merge
bootloader_setting...
Hello,
i'm trying to run the ble_uart_example on my nRF52840 eval-board, but it always fails on this line:
err_code = ble_advertising_init(&m_advertising, &init);
APP_ERROR_CHECK...
Hi, everyone,
I develope the project with BLE support. In my project I need to define the time server. For this purpose I tried to find any example reffered to it, but no...
It is a sensing-processing-actuation based application. Just want to use the nRF52832 module for BLE communication( a part of the application).
Is there a direct API in the...
Hello,
I have an application where an nRF52832 peripheral (S132 v3.1.0) transmits a 5-to-10 MB file to an nRF52832 central (S132 v4.0.5). The peripheral sends the file...
Hello,
I have bought an nRF51 dongle with a SEGGER J-Link.
I have downloaded all the SDK and everything from nordic website.
If i open an ble peripheral example in uvision5...
Hello i cannot get uart to work correctly on these pins. The board seems to reset when i try to run uart on these pins. I can get them to work on pins P0.06 and P0.08. I think...
I could not find update info on this;
When I use mergehex to combine SD, app and bootloader, MCU just boots into DFU mode.
When I program SD, bootloader and app, MCU...
I have a nrf52832 running as a BTLE peripheral running up a couple of services including one custom with a characteristic i wish to be modified by the peer.
Data is being...
Now I'm using NRF52832 to communicate with other MCU(STM32) by UART.
STM32 will transmits about 40 bytes data to NRF52832 per 10ms.
Here is my configure referenced Nordic...
Are there any dependencies between the connection parameters configuration and pairing?
I am using nRF52840 and SDK 14.0.2 and ATT_MTU example. I am trying to add pairing...
I am trying to implement bonding with the Uart example in SDK 14. I have followed the instructions for how to use implement device manager and then migrating to peer manager...
Hello there, I need to specify the LDO that will power the nRF51824.
What would be the max current consumption for nRF51824 at 3.3V?
I saw a similar calculation for 51822...
Hello, this might be a stupid question but if I have a Bluetooth 5 module that is advertising and another module getting the RSSI-value without actually being connected to...