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...
Hi,
I am working on a project that involves 2 nrf52840 DKs. One device will be running a ble application while the other device will be lookin, fetching and programming...
In SDK 1.4 we combined the udp and GPS examples and the result is unstable.
I think this could be because once enabled by RRC mode == Idle, GPS keeps going forever.
After...
Hi,
I have an issue with using the %XRFTEST command for TX testing on the LTE-M network. My setup consists of the nRF9160 DK (PCA10090) with the MFW 1.2.3 and a 1NCE SIM...
hello,
i am using two customised nrf52840 boards to get maximum range between the boards using this example https://github.com/NordicPlayground/nRF52-ble-long-range-demo...
I have update the SDK from version 1.4.2 to 1.5.0.
Suddenly i see that the hci_rpmsg is not build as a child image.
Which defines do i need to set for that now?
Hi,
Currently, we work on a project that uses:
nRF9160
Zyphre OS
Segger Embedded Studio for Arm (Nordic Edition) V5.10d
SDK v1.4
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi Team,
I am trying to build a project for nrf52810 and I selected an example project from the below given path.
nRF5_SDK_17.0.2_d674dde\examples\peripheral\blinky\pca10040e...
Hi, I've been working with the nRF9160 and at some point the logs normally displayed in LTE link monitor were gone. I've tried re-installing the Link Monitor but it didn't...
I'm trying to merge the ble_Central example project with ble_app_template project. I've added 3 Custom services in the ble_app_template project by setting UUIDs and trying...
Hello,
I am working on a nrf52833 custom board. Most of the time, the system stays in sleep mode, and periodically sends bursts of data via SoftDevice.
I try to configure...
I am using bootloader based on Nordic secure bootloader example. I would like to add possibility to identify device after entering BLE DFU. I was thinking about device MAC...
Device : nrf52840
Platform : baremetal
Peripherals in use :
Softdevice
FDS
SAADC
RTC
I am using FDS Library to Write Data whenever an event is generated...