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...
So I'm trying to implement Mesh OnOff server with BLE DFU supports. My implementation is as follows:
These are my app_config.h and nrf_mesh_config_app.h
I face...
Hello,
I am trying to use several Thingy 52 as peripheral devices, (sensors) connected to a central (Gateway) particle Argon running ( nRF52840). The idea is to connect...
Hi, I have 2 questions regarding multiple controllers using nRF Mesh.
1. I used the import/export option to transfer the network details from Phone 1 to Phone 2. After import...
now I'm on going NRF24LE1 project to low power mode. I try to find several reference as link below, but both of them can't open, someone can help me ?
https://www.nordicsemi...
I have just purchased a nRF52840-DK
I am following the getting started tutorial and when I scan for devices the Nordic_prox device is not appearing in the device list but...
Is it possible to use the NRF cloud outside the dev kits? Working on a custom pcb with custom software and would like to use NRF cloud for it.
---- Christopher
Hi ,
I am working on NRF DFU firmware update. for that i am using secure bootloader code .
I tried with the of way of flasing bootloader code on my custom board and sent...
Hello Nordic community,
I updated latest modem firmware v1.1.0 in nRF9160 custom board. After flashing application code into custom hardware I power off and power on board...
Hello,
I have a question about hardware for Bluetooth LE Audio.
I see Nordic is working on a dev kit:
https://blog.nordicsemi.com/getconnected/le-audio-unveiled-as-the...
HI
I am programming NRF52840 dongle using nrf52840 dk
i have flashed blinky code to my nrf52840 dongle it programmed sucessfully after that i have erased the dongle by...
Hi there,
I'm trying to use the aws_fota example with nrf9160 and AWS and it works fine. The problem is that in my country we don't have LTE-M, so we decided to use a...
Hi,
My application returns ERROR 8 [NRF_ERROR_INVALID_STATE] after I click disconnect in the app "nRF connect for mobile" .This error is returned by "ble_advertising_start...
I try to run samples/bluetooth/scan_adv on nRF52840/nRF5340 using nRF BLE Controller..
Result is nRF52840/active scan: 498 packet/s nRF52840/passive scan: 507 packet/s ...
i have done read and write operations on fds with dummy buffer. now when im writing new data into fds it is showing the previous data .can anyone give the function to erase...
I am trying to build a solution based on the nrf_ble_uart_c example. Building has been working fine until I added pin configuration statements.
I've tried relocating the...