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...
When I changed HFCLK from "64 MHz internal oscillator (HFINT)" to "64 MHz crystal oscillator (HFXO)", the power consumption when executing sd_app_evt_wait() became larger...
Hi,
We've created a FW image targeting a PCA10056 which consists of our application FW, the example secure DFU bootloader over USB, and the softdevice. Everything works...
I have the ws2812 example working with ncs v1.5 on board actinius_icarus_som
However, when I combine it with other code such as for a custom SPI device and udp comms it...
Hello,
I contact to you because a customer is interested on the RF System, part number nRF5340-QKAA-R, and they asked the following below;
"
Customer wondering if you...
I added FOTA_DOWNLOAD and MCU_BOOT to my project.Then I want to use http to download a file, and an EBADMSG error occurs at this time.
I reproduced this problem in the download_test...
We have an I2S implementation that I based on the example code, but using the nrfx driver. Audio plays fine, but after I call nrfx_i2s_stop, I first see that no next buffers...
I didn't change anything and compile the source file from github. But my thingy52 keeps flashing and stays in DFU mode after new app hexfile was burned in
https://github...
Hi.
I use ble_app_hrs example.
Environment is follows.
- PCA100040 , nRF52 DK
- nRF SDK v17.0.2
- Galaxy Note10 mobile Phone
Bonding process is always fail...
Hello,
I am developing with reference to "Light switch example".
And once the nodes are provisioned, the device acting as a provisioner is powered off in a warehouse...
Hi,
I'm using SDK 17.02 and using the ble_app_buttonless_dfu as a template, but merged in the code from ble_hid_keyboard for the whitelist. EDIT: also need to add that I...
I am working on a project that is implementing the segger_rtt framework. It's based on an NRF52840, it's running FreeRTOS and we're using Segger Embedded Studio (SES). Using...
I've interfaced an ST mic eval board (STEVAL-MIC006V1) to the nRF52 dev board on the PDM interface (SDK-15.2.0) . I'm attaching the code for showing my configuration and flow...
Hello,
I could not find a way to build S130 examples for nrf51822XXAC via SEGGER. I am getting errors at the build stage. I am using nRF5_SDK_12.3.0_d7731ad. Is there any...
Hello,
I easily explain the issue I've found with azure_fota sample (...\v1.5.1\nrf\samples\nrf9160\azure_fota).
After configuring my azure hub, the prj.cnf of the fota...