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...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hallo,
i am interested for the nRF52833 and also for the corresponding Development kit which supports Bluetooth 5.1 and direction finding AoA&AoD for positioning. The questions...
Hi guys,
I am using the nRF52832 board and I want to parse and read my JSON file. I don't have too much experience working with cJSON and here you will find my simple code...
Hello,
While trying to build the hello_world project on Thingy 91 using the SEGGER (connection through J-link edu). Following the Hello World project guide given at:
Hello_World...
Hi, I am using BLE as transport and NRF_BL_DFU_ENTER_METHOD_BUTTONLESS as to enter into DFU mode.
My question is:
My application is running at the start and I wanna...
Hello, I wanted to migrate from sdk16 to sdk17, So according to this topic I solve all pre compiling errors, then when I tried to download the code on my board(nRF52832) I...
In the Buttons and LEDs page, the LEDs are connected to P0.28-31 but in the connector interface page, the Figure 1 show LEDs connected to P0.13-16.
Buttons pins also looks...
Hello,
I am trying to create an application on my nRF52-DK using several custom service peripherals, each with 2+ characteristics. I have completed a few tutorials on...
Hi,
I am using USB device CDC, and the COM Port name on the PC is "nRF52 USB CDC BLE Demo (COMX), see the picture below.
How I can change it ? can I change it from...
Hi,
I followed the instructions described on https://github.com/NordicSemiconductor/pc-nrfconnect-launcher but I cannot "Start scan" within nRF Connect. It's greyed out...
Hi,
We just received prototypes of a new board with the nRF52840 and now we have a reset problem.
When the board is reconnected after a long time (no voltage remains on...
Hello,
I am testing the multilink BLE (1 central : n peripheral) UART example.
I am using Github code and tested it.
The central example is(SDK 16.0.0):
https://github...
Hi, I've just compiled clean examples from Zigbee and Thread SDK 4.1.0 and I'm following instructions from here: I've got CLI on the nRF dongle and multi_sensor example loaded...
Hi Nordic experts:
I am working with sdk 17.0.2 nrf52840 ble_app_uart example project. I added twis i2c slave functionality in this project, and the project is working fine...
Hello everyone.
I want to assess the range of my current setup, theoretically. And I found this useful online "calculator": www.bluetooth.com/.../ (please scroll down until...
Hello,
I wanted to implement WDT resets when my application hangs. I am working on the advertiser code, what I observe was when I implement WDT driver in SDK 15.2 examples...