Hi, not exactly a problem rather it is question on whether this setup is suited for what I want,
I want 3.3V for the device and sensor systems, possibility of reducing...
I keeping getting errors in Output terminal from nRF Connect.
I work on multiple projects in multiple different workspaces. I keep getting errors about the manifest file...
Hi Sir ,
I am running the nrf/samples/bluetooth/direction_findinding_connectionless_rx App on an nRF52833-DK with nrf Connect SDK 2.7.0 and toolchains v1.6.0 version.
...
Hi,
Im currently trying to add FOTA via BLE to my project.
To get familiar with this i wanted to add FOTA as described in the nrf connect intermediate course lesson...
My application is based on the ncs nrf5340_audio application, but my application and hardware target are both out-of-tree and I am using ncs v2.9.0.
I am able to connect...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
i want to connect my nfr51822 device to only one phone( that means which phone was connected first). For this purpose i enable whitelists but i create whitelists nothing has...
In timer example in sdk 11, I replace the Timer 0 by timer 1 and timer 2 but the LED did not blink. Can you guys please guide me through this? In nrf_drv_config.h I have already...
I have Keil uVision-5 and loaded the legacy patch. However Nordic NRF51 does not appear anywhere as an option. The Project loads fine and compiles. However, I cannot use the...
nRF52862, SDK 14.2, SD 5.1.0,, Arm GCC (Eclipse)
I have a custom service that is working well when 1 device (phone) is connected. All notifications are sent properly to...
Hello everyone,
I am trying to add new service into ble_app_uart example. I compile successfully. I do not get an error. But the device is not advertising. I can only advertise...
In my plan, I have used NRF52832 IC as the transmitter and the NRF24LU1P+ as the receiver. I have tested the wireless transmission successfully. In order to reduce consts...
Hello,
I get the sources from Thingy Mesh Demo and use the guide to build it examples. Thingy_node build without errors, but Thingy_bridge return the error "too few arguments...
Hi
I am using nrf52832 doing a project and I 'm new to this MCU.
My project concerns sending data from APP via BLE to nrf52832 to config parameters of SPI (data and clock...
Hi,
I am trying to modify the multilink central example to send string to other board (peripheral)
I already did the UART configuration and in my tests I saw that when...
Hi, I tried the above tools(nrfjprog) on the Raspberry Pi 3.
But, I saw the error shown below.
pi@raspberrypi:~$ ls | grep nRF5x
nRF5x-Command-Line-Tools_8_5_0_Linux...
We are trying to modify the nRF Beacon example app for iOS that Nordic provides. We are unable to get app to see the devices from the iBeacon kit when they can be seen from...
The manuals for the nRF51 and nRF52 list the maximum ESB radio channel number
as 100, but in the SDK the guard value in the set channel function is <= 125
(in both the...
I am about to start development on a project that will be using a pair of nRF52832's to make a low data rate connection between a PC (with a nRF52832 based dongle) and a device...
In the event that a Nordic soft device library call fails (as determined by APP_ERROR_CHECK() macro) and our application level app_error_fault_handler () function is called...