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...
In the nRF5340, is the application processor able to run concurrently when BLE transactions are happening?
In previous generations of the nRF family, the application stalled...
Hi everyone,
I am trying to understand the GATTS Handle Value Notification diagram.
From what I have understand so far is tha the soft device keeps a buffer (ATT table...
Hi engineers,
I want to implement function that input i2s data and then output it directly.
I find that i2s demo includes two buffers which are used for current buffer...
Hi,
I want to verify
1. Program ble_app_hrs with buttonless dfu integrated + secure bootloader + bootloader setting to nRF52DK.
2. Boot up nRF52DK, then use buttonless...
I don't know what happened to my thingy 52 after lots of firmware updates with Keil+Jlink+thingysdkv210 and nRF connect operations. The LED on thingy isn't flashing any more...
Hi engineers,
I want to use saadc to measure the battery's voltage, but the result I get is incorrect.
So I use the saadc demo of the nrf5_sdk17, then I measure GND(negative...
Hi. I am trying to use PIN 0.19 as my SPI CLK but it is always low.
Previously, I tried to change the pin to 0.26 and it works.
Is there any other configuration required...
Hi Nordic
SInce this is my first time to develop Nordic chip and implement SPIS driver, Therefore i am not so familiar with Nordic API. I would really appreciate it if...
HI,
I want to upgrade the BL in APP directly. I encouter a wierd problem. When APP erase a specific page of the BL(the address is 0x74000), the system halts. If ignoring...
Hello,
I am using nrf51822/SDK 12.3/sd 130.
An error occurred while implementing nus_c using multi-role example.
Error 7 occurs in sd_ble_gap_conn_param_update() frequently...
Hi,
I used Jlink Edu successfully to flash the asset tracker code using segger. but when put the breakpoint it went to some different file.
I have a quick question regarding...
I have just received an nRF52833-DK and am trying to get started with it.
I am at the website:
https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52833...
Hi,
I press Button 1 and Reset to put the nRF52840 DK in to DFU mode that is programmed with a immutable bootloader (B0), mcuboot, and application. This works well to...
Hey. I am new to this forum and new to programming BLE chips. I have ordered my first dev board and cant wait to get my hands on it. I have been reading a lot for the coupe...
Guys,
I am currently experimenting with an existing wearable that contains an NRF52832XXAA Revision 1, and I'm having a hard time to have it running a simple BLE peripheral...