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...
Hi folks,
We are in the process of evaluating nordic chips for our product.
One of the features we need is the ability to record an audio sound from an Ios app, send it...
Hello,
I have got nrf Power Profiler Kit for power consumption testing in our application board. I have a question regarding its output voltage for DUT devices. My application...
The project I am working on is to store the data acquired through BLE_uart_c and the data collected by the sensor on SDCard. I use FreeRTOS. The problem is described as follows...
Hello,
I have been developing a project and have run into an issue that I have been unable to resolve in the past two days. The code I have is in every way similar to other...
Hello,
I am using multiple custom boards with ISP1507-AX modules from InsightSIP, based on the nRF52 chip. I want to verify the revision numbers of the nrf52 chips inside...
Hi,
When libubsan and libasan is install the build systems enables some sanitize features in the compiler. These are trigger by the unit tests and four of them fail.
The...
Hi there!
It seems like I've accidentally destroyed LTE modem firmware in my nrf9160 DK during some experiments.
DFU update utility just can't flash the latest firmware...
Hi Nordic:
I just got some confused when I did development between mesh-sdk-2.2 and mesh-sdk-3.0 examples today.
And finally I find a steps to produce an issue of compatibility...
The project I am working on is to store the data acquired through BLE_uart_c and the data collected by the sensor on SDCard. I use FreeRTOS. The problem is described as follows...
Hello,
I have a device that use a NRF51822 with softdevice S110 V7.1.0 with the corresponding bootloader.
The new firmware I develop for this device is base on softdevice...
Hi,
I want to know which pin is signal input and which pin is signal out put for XL1 and XL2, XC1 and XC2.
The document just say they are analog inpu, no ohter introduction...
A cusomer wants to replace a serial communication with BLE. Host side is fixed with WL1837 Wifi-Bluetooth Module and Linux.
How can he implement the Nordic UART Example...
Hi! I have tested programs on three nrf52 DKs before, and when I connect this time, two of them show up and work well on my PC, while the other one just has all four LEDs...
In our Nordic application, we are sampling ADC data at 500Hz and sending the captured 5 sample data at 100Hz frequency to UART Mobile application over BLE.
Each sample is...
Hi,
I run the demo program "ble_app_hrs_freertos" and the ble can advertise, and my phone can find the device,but can not connect to it.
When I run demo program "ble_app_blinky...