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...
Hi all!
I am developing an nRF52 application that uses RTC interrupt to measure an ADC value every 100 ms. Depending on the measured value the chip shall either go back...
I am using nRF 52 development board. Using Keil to program it. Its has 4 buttons. We can easily detect when a button is pressed, but is there a way to know for how much time...
I'm using the following code to make the beacon sleep:
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t err_code;
switch (p_ble_evt->header.evt_id)
{
case...
Hi, Developer Zone!
Can pm_peer_rank_highest function return NRF_ERROR_STORAGE_FULL code?
There is no this error code in description for function, but in the code I see...
Hi
I am sending my BT module with nRF51822 for some regulation test and the Test Lab is using Anritsu MT8852B to communicate with my module through USB-to-UART adaptor and...
Hi team,
I have seen the example of crypto in the SDK_12.3.0. I want to learnt it. But I don't know how to use it, because there is not keil project file, and I hadn't...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
Hello,
I have adapted the ble_app_uart_c project for a custom board based on nrf52832. The application already works fine, however, my peripheral is sending four packets...
Hi,
I decided to use nRFUART Example which is inside of the Master Emulator.
I am using nrf51 dongle for connecting peripheral devices.
When I run the nRFUART Example...
Hi,
I am porting my code from SR3 v1.0 to SR3 v1.1 now.
I have a problem in debugging SR3 v1.1.
In SR3 v1.0, it's fine in MDK-ARM debug session. I can set break point...
I have been working on integrating FDS into an SDK13 project using SES v3.24.
I'm not sure if the memory allocations are set correct. If I increase the FDS_VIRTUAL_PAGES...
So I have been integrating FDS into a project under SDK13. It's based on an example that Hung updated for SDK12.1. So after init of fds the method fds_test_find_and_delete...
This crystal, which is used the nRF52 dev boards and reference designs, is now "not recommended for new designs". I could find another crystal that meets the spec, but just...
Hi,
i'm currently try to figure out how to use an Android device as an IPv6 Server through BLe sending UDP packages. One of my collegues tried this example as it was discribed...
I'm using Nordic nRF5840 and I want to send the micro controller's temperature every 1 second via Bluetooth. Can you tell me how to implement it?
I found an example named...