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...
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...
Hi, I'using PCA100566 BLE DFU example and Nrf Connect desktop or NrfUtil to program/update. The actual solution needs to use NRF USB Dongle for connection. It's possible to...
I try to combine SPI master and ADC sample code, I add below code to my spi master example, the saadc_init() is called in the main function. However I found that the saadc_callback...
I am using the FDS library to write a struct to flash. Lately I sometimes get FDS_ERR_NOT_FOUND in the event handler as a result of a fds_record_update call.
I've only seen...
Hi,
im trying to turn on LEDs on my custom nRF52 board. Im using LEDs on 13,14,15 pins. I config pins in pca10040.h to my LED pins, but they dont work. Also if i try to...
Hi,
I would like to use the SDA pin for i2c to be pin 7 for nRF52. I did the following change to my code, but it is still not working. Note that CTS pin is by default mapped...
Good day,
I have a problem with connecting to nRF51822 via nrfjprog with error (nrfjprog.exe --recover --log ):
nrfjprog.exe --recover --log nrfjprog verion 9.0.0 FUNCTION...
Hello,
I am using the nrf52832 ,with the soft device s132nrf52600 and the SDK nRF5_SDK_15.2.0_9412b96.
i am trying to run the ble_app_hrs example code from the \examples...
I wonder if someone can help me locate the reference layout for the nRF52840 in the new documentation structure.
In the manual i can read the following:
Documentation...
Hello,
I am using Nrf52382. From the manual I see that it supports low frequency of 32Khz.
When I enable low frequency, which module will use this low frequency. Nrf...
I need to add a clock function to the ble_app_uart example (SDK12). Where can I find a hint on how to do it? Do I need an external 32768Hz quartz? I wanted to derive from...
Hi All,
I am beginner for nrf52, and trying to flash my first program, i am using nRF5_SDK_14.2.0_offline_doc and JLink_Linux_V632c_x86_64.
while flashing, i am getting...
Hi,
I'm trying to process a zb_zdo_node_desc_req following the exemple of the documentation but could not find the reference to functions ZB_GET_NODE_DESC_APS_FLAGS nor...
Hi,
I am trying to Run my task Every 10ms , and when subscribing to a service(BLE) that suppose to notify every minute ,the notification appears after 58.6 seconds ,
For...
Hi,
I have implemented to the Master serial DFU. I able to send .dat file and i'm reading correct CRC .
I'm sending .bin 4096bytes and making 64bytes in a each packet...
Bluetooth Mesh specification uses the concept of composite models that "extend" other models. I am having trouble understanding the scope of this concept within the Mesh specification...