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...
Hi all,
I'm working on the example "multiprotocal" and trying to replace the system initialization from the example "ble_app_uart" by using SDK15.2
and after modified...
Hi,
I am using SDK15.2 to develop my project.
When I execute "app_timer_start" function (At line 115 of main.c), the system will crash.
Please reference the attach file...
hi guys, i'm triyng to enter the bootloader mode in my nrf52840 dev kit in order to upload the softdevice s340 fo ant.
is there anyone could help me how to do this?? i'm...
I am trying to compile nrfutil into a standalone executable, following the instructions at: https://github.com/NordicSemiconductor/pc-nrfutil
This works on Linux, and for...
I am working on a device that contains an nRF52840. It is a BLE central with up to 20 concurrent peripheral devices. For user experience, it's important that it be able to...
In certain situations, I and customer are having issues connecting to cell towers. The issue seems to be most consistent when the Link Monitor indicates a signal strength...
Hi, I was confused about the behavior of GPIOTE Handler module。I defined a handler(gpiote_event_handler) and I hope when the GPIO Pin(0.14) is changed from high to low or...
I use the example usbd_ble_uart with SDK_15.3.0. I need to send any byte received from the terminal via BLE. Do not wait until the buffer is full or the end of line character...
Hi,
I am trying to combine the usbd (hid mouse) example with the uart central example to run on the nRF52840 dongle. I am having a lot of problems and am not really sure...
I have some colleagues that are working on a project where they want to use the nRF52 as a general purpose IO processor alongside providing an BLE interface to a host Linux...
I installed SDK 15.3.0 build 59ac345 and started working though the DFU secure boot loader example. In the 15.3.0 documentation it says
Setup
You can find the source code...
Hello
We are using custom board which has two chip configuration for BLE stack. Main MCU runs the Zephyr Host only BT stack in peripheral mode.This is supposed to be GATT...
I am trying to compile the SPI example in SDK 15.2.0 for nrf52810. I am getting a compiler error in SES on nrfx_uart.c:
I modified the project according to the SDK documentation...