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...
We are developing a device where we would like to include the bluetooth connectivity of the device with phone, to answer the calls and to listen to audio. We are using nrf5340...
Hi,
actually we have following Solution:
- NO battery powered devices - the first nrf58240 acts as a beacon advertsing temperature values all 10sec - On our gateway, there...
Hi,
I'm trying to follow the MCUBoot + SMP SVR example on this page: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr...
My application uses NVS to store data and it works just fine - no errors reading or writing , and saved data persists between device power cycles.
My application also has...
Hi,
i have two nRF52833 program for make AOA. One is programe as Tx with "direction_finding_connectionless_tx" and one is program as receiver with "direction_finding_connectionless_rx...
Dear Support Team,
1. How to use Bluetooth Low Energy CGM service on NCS? Are there any examples for us to refer to? For example, nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral...
I turn on the device, the led turns green. And I use usb to connect it with computer then I open the nrf connect for desktop, the bluetooth low energy tool,
10:51:05.822...
Hi,
Our custom board using the nRF52840 with SDK 15.0.0 experiences a higher current draw if it starts up without the USBD module enabled at some time. The first screenshot...
Hi, I work with SES on an nrf52840 on a custom board. Here is my issue :
My board can be wakeup from SYSTEM OFF with 2 interrupts on 2 differents GPIOs : 1 is connected...
hello Nordic
sorry to nag but i am waiting for an answer on the thread below for more then a week now, hope you can attend to it or at list inform that you are working...
Hello Devzone,
Working on my Ubuntu 20.04 LTS host, I recently lost ability to flash my nRF9160dk board. The embedded J-Link is detected by its serial number, but an attempt...
Hi, we are working on an application with 300 nodes. each node do 10sec advertsiment and afterwards 10sec scanning pls check the picture below
1) Beacon2 for example advertisies...
Hi,
I have added an external reset switch on my custom board. Maybe a stupid question, but do I need a pull-up resistor? Because in de schematics of the nrf52840 dk I didn...
Hi,
i want to send and receive data via uart1 (connect to a raspberry and send/receive text).
Is there a simple example that shows how to accomplish this?
Im using SDK...