Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hi, I have developed a firmware on nRF52840 as central ble_app_uart_c\pca10056\s140. Now I have to upload it in nRF52810 which soft device should I use? Thanks!
Hi all,
I working with NCS v1.7.1 on a custom board using nRF52840 and I am trying to enable a 2-stage bootloader setup using NSIB as the first stage immutable bootloader...
Hello sir,
I am using the nrf52832 Dev board and try to send the data through custom value update then the following error occurs as ERROR 8 [NRF_ERROR_INVALID_STATE].How...
P0.25 is accessible by below:
nrf_gpio_pin_set(25);
However, when I try to access P1.00: Neither this:
nrf_gpio_pin_set(1); Nor this works:
nrf_gpio_pin_set(32);...
Hello, we have a device that uses the nRF9160 with an external GPS receiver that is controlled over I2C. I have connected the LNA enable pin to COEX0 on the nRF9160, but it...
Hi,
I was evaluating 9160DK. I tried the GPS example using 1.7.1 SDK and it works great outdoor. However, I tried to use a hackRF one to emulate the GPS signal. 9160 shows...
Hi
I still have a number of devices that are based on nRF24E1. From time to time the chips need a change in firmware. Since the last time I updated them, my PC has crashed...
Hi support team
I have been modifying the throughput example (nRF5 SDK v17) to connect the receiving unit (AMT client) to more than one device. I am running this on the...
Good day
I have Ubuntu 20.04.3 LTS installed on my laptop + fresh installation ( ~/.nrfconnect-apps was cleared and app reinstalled ) of nRF Connect 3.9.1
I use Bluetooth...
Hello!
My steps:
1 - Full working dfu over ble on nrf52840-dk + nrfutil + nrf52840 Dongle
2 - Change transport BLE -> ANT + nrfutil + ANT USB Stick 2, ANT USB(two different...
I am new in nrf52832 field i am trying to send some customized data(scan response) in ibeacon format of advertising. suggest me some ways or code to do the same
Thankyou...
Hi,
I have a custom EVB from Taiyo (EYSPBNZUA), https://www.yuden.co.jp/jp/product/category/module/img/TY_BLE_EYSPBNZUA_DataReport_V1_0_20201019E.pdf
When I press the...
Using above strategy for frequency measurement. Frequency source connected with one gpio pin.
Only GPIOTE PPI Timer modules are involved
HFXO is in use full time through...
I recently installed nrf connect sdk manually on windows 10.I found that i am able to open sample projects in segger embedded studio but not able to open our developed project...
Hi, everyone
I'm developing nRF52832 S132 with SDK 17.0.x
I wanted to change MTU size to 247 using 2 peripheral link in ble_app_multiperipheral example.
but i...