I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
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...
While migrating my project to use the new pinctrl mechanism in I ran into an issue where the I2C communication on some busses was not working. Further investigation revealed...
Nordic Connect SDK 2.0.0 moved to the use pin control interface, also for I2C.
When I tried to port some of my application I noticed a possible regression.
As a basis...
According the BLE specification, the software and firmware revision strings are mandatory. I would like to set put information about the softdevice version in the firmware...
I'm trying to make a one-shot mqtt function. The process is below
- connect - publish - disconnect
Then I coded like below. I show only the core code.
Do I have to...
Hi,
I want to get a sample that supports both BLE OTA and NUS functions, so I find the following two samples as reference and merge them together.
...\zephyr\samples\subsys...
Nordic BLE Mesh transmission is transmitted through the Publish address bound to the model in the Instance, so that subscribers can receive packets.
As shown in the figure...
Project: Variation of Nordic ble_peripheral project
SDK: 15.1, Softdevice : 132 rev 6.1
How do you change the BLE packet length? I have a project where I defined a characteristic...
I am using the example zephyr basic button which gives output when the button is pressed.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/samples/basic...
Hi,
I have installed the nRF Connect SDK v2.0.0 with Visual Studio and can now successfully, build, flash and run the nrf9160 at_client sample application. But when I try...
we currently have a product which use nrf52832 as processor using SD132 for BLE capability with DFU capability
we want to build a sister product with nrf552810 with no SD...
HI,
We are looking to multiplex a few I/O on the NRF52840 to save pin count on a header. If D+ or D- get driven when VBUS is unpowered, will that damage the NRF52840? Or...
Hi there,
I think that I am seeing the repercussions of errata item 136 in my application. I abruptly turn on/off power several times to my board, and every once in a while...
Hi,
On my bl653_dvk board, I am running the ADC example. It functions properly. I have a few questions about this:
1. How to determine which clock is being used by the...
Hi everyone,
I want to send large data with https protocol.
I edited the https_client sample split the data and looped send() for sending the large data.
But when...
I am working through the https_client example with the nRF9160 and I noticed that when Connection: close is not included, the connection doesn't close, but if I attempt to...