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...
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...
Hello everyone,
i encounter a problem on building my application that uses BLE and a I2C ssensor. If I build only the application without a Bootloader there is no problem...
ISSUE: The spi driver does not seem to send/receive data and returns a (-5) error IO-ERROR
QUESTION: What is the details of the error?
The "spi_transceiver" should perform...
Hi,
I am facing following compiling issue while integrating the buttonless DFU to ble_app_uart code.
I have done whatever this case has instructed. Still i am getting...
I have set APP_ADV_INTERVAL to 100ms. Now when my device is rum=nning i want to manually change it say to 1000ms/300ms.Kindly assist how can this be done for ble_app_beacon...
I would like to use the flash in legacy way. My application collects data in small chunks and I would like to store it in a continuous area.
The recommended flash manager...
I succeeded in implementing the desired function using the NRF52832 development board.
I had to modify the project to include the NUS function of NRF52810. However, it has...
Hello, in zephir/include/drivers/can.h, in can_set_bitrate there is an error - you define local struct can_timing timing, but timing.sjw member wasn't initialized nor later...
In a previous post Related post it was mentioned that the below posted code would allow for a transmission of 20 bytes. However when I try to run this code I see a reported...
Hi everyone,
So I am having this weird behavior when i try to use the PWM with pin(1,9). In my case, i want to do pwm with a number of pin most of them are in port 0 like...
Hi support team,
We're planing to implement the scenario like this. In the mesh network, there are a few LPN nodes (i.e., 10 nodes) and one server node(non-low power node...
Hi,
Just need a quick checking on this.
Currently we using nRF5 SDK, after production, is it possible we OTA update the firmware which using nRF Connect SDK?
This...
Hi,
I tried to build and programm this DTM example from this SDK example: ncs\v1.6.1\nrf\samples\bluetooth\direct_test_mode
I got this following error. Do you know where...
Hi,
With the NRF Connect / NCS SDK, I can build the asset_tracker and serial_lte_modem without issue.
I want to make my own project, so I copied asset_tracker entirely...
Again I am asking a question I should not because I cannot find it documented.
I get a pairing request from the central. I need to respond with sd_ble_gap_sec_params_reply...