Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
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...
Hey, I just got this nrf52 board with pca10040 and tested few Nordic's examples, which worked just fine. I want to simply put some sine wave signal to one analog input and...
Hello all,
I'm working on a device using nRF52832, interfacing to another microcontroller. I was seeing higher than expected consumption, so started to reduce code to find...
Hi
I just downloaded the nRF connect v2.6.0 - Programmer, but i don't what i have to do to start writing the code.
I only get 2 ``Boxes``, and one of them is called File...
Hello,
I was wondering if there was a way to use the NRF SDK for Mesh DFU example without a serial port. Currently I have 2 Nordic Thingy52s with no serial ports so I cannot...
I am trying to erase the EnOcean switch data without erasing the board. node_reset() function isn't erasing the EnOcean switch data after commissioning.
I would like to...
I am using the example nRF5_SDK_15.2.0_9412b96/examples/proprietary_rf/gzll/gzll_ack_payload.
I tried to modify the default PAYLOAD_LENGTH to 32,but the speed I tested is...
Hello,
This is Jahnavi.I am having 3 nrf52 DK boards and I have to make mesh configuration with those 3 devices.How to connect the nodes of the mesh with group Key?
What...
Hi,
I create my application image using nrfutil like this :
Everything was working great so far but for test purpose I added one argument to this line :
I...
I'm working with nrf52840
i was working on one of examples of BLE and after editing the code 'then burned it on the kit
the code is burnt on the kit , but isn't executed...
I'm having trouble debuging an external module with the j-link included in the nRF52840 DK. I'm using the debug output provided in the P19 connector.
The connections are...
I am using the nRF5 SDK Version 15.2 and nRF52840-DK to model a custom service containing five characteristics along with the standard BMS and DIS service provided in the...
Hi,
when sending small 11 byte messages on the mesh nrf52840 S140 mesh 3.1 Only every 3rd message return status 0, the rest returns status "Device is busy". I know this...
I am looking at routine 'spi_master_using_nrf_spi_mngr', I found "#define NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED 1 " in the sdk_config.h file. Is this part of the routine...
Based on this question I've assumed that it's possible to use nRF52832 for providing Bluetooth connectivity to an embedded Linux platform.
A quote from the github repo...