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, First I would like to notice that I did look into the forum and found this similar question which did not solve my problem: https://devzone.nordicsemi.com/f/nordic...
Hi,
I'm trying to use uart dfu mbr example and when I flush boot loader via jlink I see that it write mbr hex file at address 0x0. My main application also started from...
I have based my app on the ant_io_demo example and I have one master and one slave communicating successfully.
In my application I can have several masters from time time...
Hi everyone, I am currently looking into an Bluetooth mesh example from Nordic website.
I wonder how can I make a node unprovisioned which belongs to a group in this example...
Hello,
I am currently using the nrf52840, SDK 17.0.2 and segger embedded studio version V5.34. I have been working extensively with the ble_app_template in the peripheral...
CENTRAL : nrf52840 DK -SDK 15.3 -SES 5.40 -s140
PERIPHERAL : Arduino NANO 33 BLE Sense
Hello, I'd like to deliver the Arduino's sensor data to DK board via Bluetooth...
Hello,
I am currently working with nrf52840, SDK 17.0.2 and Segger Embedded Studio V5.34. I have a custom designed bluetooth app that connects with the nordic device to...
I am using zigbee sdk to establish mesh network.
I am using client router example to fetch mgmt_lqi details where I am getting flag field in the response.
I want to know...
Hi,
The ncs/v1.4.2/nrf/tests/unity/example_test project does not seem to build for the emulated native_posix board when I try:
First it was complaining about Ruby so...
We am using SDK 16.0.0 with S132 v8.0.1 on an nRF52832 custom design.
We have ported the secure boot loader to our design and we can perform buttonless OTA.
The issue...
I am looking to use the L2CAP in the basic form. I see that there is the Experimental OTS example in SDK 17.0.2
this only uses the S132 Softdevice. I am looking to target...
Hi,
I'm using PWM on a nRF52832 (nRF52 DK) with SDK 17.0.2 . I have 3 PWM channels configured to LED2, LED3 and LED4. Below are my questions. I'm using PWM to dim the LED...
Hi there,
I'm starting a new project using an nRF52840 that interfaces with a Quectel BG95 modem with AT commands. Ultimately, I need to use MQTT to an Azure cloud environment...