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...
Hello to all,
I am using nRF52840 with SES SDK15.0 version. My device is goes into sleep mode after sending data to server. But when woke up device for first reading data...
Hi,
Can someone please tell me in what scenario would a device advertise with two different addresses at the same time?
My device is an nrf52382 based custom PCB...
I am try to register nrf9160 DK sim card, but keep getting fail to fetch error. I had made sure that I am entering correct sim Id and the puk but so far no luck to getting...
Hi,
I am using NRF 52832 S132 sdk 15.2.0.
I am working with example project <install folder>\examples\ble-peripheral\experimental\ble-app_multiperipheral.
I added NUS...
Hi,
I am testing the at_client sample code in the nRF Connect SDK.
I want to change the default AT host com port to uart1 or uart2.
I tried to modify prj.conf but it...
Hi! I have some issues with security and BLE. I have a device (using the nrf51822 and S110 softdevice) that has a custom service with a single read write characteristic. Problem...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
In the latest version of the v15.3 nRF SDK, the documentation states bit 1 is used as the flag to enter DFU mode. See below:
// <q> NRF_BL_DFU_ENTER_METHOD_GPREGRET - Enter...
Hi all,
I have created a custom board file for my pcb that uses the nRF52832 (rigado module). I have 10 buttons attached to the board and am successfully reading a button...
I'm trying to implement the workaround for PAN58 on an nRF52832 device using SDK15.2
I've copied in the code from a previous post but I keep getting an error when I declare...
Hi, I just finished prototype using nrf51822. I programmed my part while it's mounted on my PCB.
I am preparing for mass production. So I need to program the parts quickly...
nrf52832 mesh lpn power consumption is too high when enabled MESH_FEATURE_PB_ADV_ENABLED,
when provisioned completion, power consumption is still very high, Restart the...
Hi,
I am relatively new to C coding, and need to use the NRF52832 for a school project. I need to write a program that measures frequency from a GPIO pin. From what I've...