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...
Hello,
I have my s332 application working properly, I have an Android phone and never got any connection errors. Using nrfConnect app I tried to connect from iOS and an...
Hi everyone,
I'd like to check DEVICES (Light switch server) is still alive in the BLE mesh network through GATEWAY (Serial example) but I don't know how to check it. Can...
I am exploring the nRF52832 using nRF52-DK for a low powered BLE device. And for that I am making the System OFF example as my basis for measuring currents of different features...
Hi Sir,
We are the first time to use Nordic BT MCU for our product, we have a trouble to select the MCU between nRF52833-CJAA-R vs nRF52833-CJAA- B -R. Sales told us there...
Hi, we are currently trying to reduce the power consumption on our product that uses an nrf52810.
An 1k pull-down resistor has been used on the SWDIO pin, but I don't really...
Hi,
I am using nRF52833 & nCS for an application development,
I am facing a curious issue where, if i enable printk in nCS build, I am getting SUCCESS on calling device_get_binding...
I'm trying to join two programs that work well by themselves, a saadc program that shows the force sensor value in the serial, and a BLE program that turn on or off a LED...
Hello every body,
I'm now utilizing the nRF9160 to develop several products based on SDK 2.0.0. In my program, I must produce SBOM.
This link below has some information...
I am on project using nRF52832 WLCSP.
What's the pin assignment for SWDIO pin? I want to read the input of SWDIO (as indicated in datasheet it's Digital I/O) and can it...
Dear Concern,
We were developing one of our products using nrf52840. We previously used the nrf-52840 USB dongle for the product. Now we were moving to nrf52840 chip based...
Hi,
nRF5340 + nRF21540, NCS2.0.2, VScode
i follow Working with RF front-end modules — nRF Connect SDK 2.0.99 documentation (nordicsemi.com)
how to disable TX_EN? i only...
Hi,
I am using SDK 16.0.0 and nRF52833. In which TWI (master mode) is not working.
Pressure sensor is connected over I2C. (NRF_DRV_TWI_INSTANCE(0))
Previously I am...