i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
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...
Hi Sir/Miss,
I try to implement static passkey in my project. Which is using nRF52810.
The SDK version is 17.0.2.
Softdevice is S112.
My project is based to develop...