I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
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...
Hello,
I want to implement the interrupt functionality and based on my understanding I can implement it using GPIO or ISR function.
In case of GPIO (APIs here ):
For...
Hello,
Is there a list of Android devices that will run nRF Connect, or will it run on any Android device?
Which Android app stores is it available in please?
Kind regards...
Hi,
We are using a module which includes nRF52832 in a custom board. After a while devices stop working but when we re-connect battery device starts working again exept...
Good morning,
I get a i2c nrfx twi error on startup and reset whenever the i2c sensor is switched off (<err> i2c_nrfx_twi: Error 195952641 occurred for message 0). I am...
Dear all,
I would like to ask if the nRF5340 LE audio can connect to a mobile device while another LE device is also connected to the mobile.
For example, is it possible...
Is it possibe to configure uart with baud rate of 512 on nrf52832?
I tried to configure the uart with this baud rate, but I am not able to get the uart communication ...
Hello everyone i need to update the Advertising Data of the device but i am not sure the correct way to do it. First i have the next struct of the Adv Data that i want to...
Thank you for your help. We are currently developing hardware using nrf52840. I would like to use pin numbers to control LED lighting, but when the port number is 0, I can...
I am developing a custom application that was started from 1 of the bluetooth examples for a customer and though I have been using the same custom PCB for 7 months, I am now...
Hi all,
Where can I find the led_button code that was flashed during production of this DK?
I have flashed the blinky sample and would like to revert to the original code...
I am trying to modify the nrf_block_dev_qspi.c to work with S25FS256 flash part in our project. However, i am facing issues. When trying to understand the code I see some...
we bought the nRF52820 - but we have the nrf52833 kit
1. where cam i find examples code for the nRF52820
2. it the example code for ble uart of the nrf532833 can work...
Dears,
I am developing a Ble Mesh node device using nrf52833 SOC with nRF Connect SDK.
I want to check some configuration status in the node.
To check if the node...
Hello,
I am stuggling to understand how to set the RAM and FLASH size for the nRF52833 DK. I managed to get normal blinky working, and now trying to get ble_app_blinky...