Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...