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...
I have a strange problem running the CLI example in the DK on the Nordic dev board with SES: It works fine with build/run, but when trying to debug it pops up a message that...
I am using the nRF52832 in several projects for several different clients. I have created a "project" under Visual Studio using VisualGDB for each one, using the automated...
Hi,
I would like to know how to raplace a MPU-9250 chip with ICM-20948 in a Thingy:52 circuit.
Let me first state that my electronics engineering knowledge is at hobby...
So I've had a LOT of problems getting power management to work with UARTE on the 52840. We're using both UART_0 and UART_1 and have finally gotten UART_0 to work as it should...
When attempting a DFU update (containing APP + SD + BL) with the android version of nRF Connect, it appears that connect will update the device's application even when bootloader...
Is it possible to pass a memory location to PWM (preferably via DMA) via PPI. This is a sound project and my intent is to update two 8 bit PWM outputs at 44.1kHz. I typically...
Hi,
I am working on a project and I want to program the nrf52832 with the arduino IDE with this package ( https://github.com/sandeepmistry/arduino-nRF5 ). I want to use...
Are there any restrictions (eg, timing) or issues for using different references for different channels in Scan mode?
eg
AIN0 uses VDD/4 as reference;
AIN1 uses VDD...
Hi All.
Do someone know what is the oversize I get when I use the FS_storge example to store data on the interanl FLASH.
FOr every bulk I open (id+key). How much bytes...
I'm using nrf51822 and SDK 10, S110 Softdevice. Implemented whitelist using device manager and bonded with single device , after bonded my device with phone (using nrfconnect...
I'm using nRF51822 and SDK 10 , Softdevice S110 . I enabled whitelist option in my application its working as expected, but when after device is resetting peer device data...
Hello,
I am working on an application on a nrf52840 using soft-device 140 and SDK 15.3. I have written 90% of the application using the ble_app_uart_c as a template for...
Some context: I am using an nRF51 with SoftDevice S130, which acts takes both central and peripheral roles, and uses UART to communicate to a peer MCU. I am currently facing...
Hello,
I am using Seeger for Flashing code and Debugging. I ported code from “flash_fstorage” example code to “ble_app_blinky”. I have few queries on write data into Flash...
Hello,
I am trying to configure Pin P0.09 as SCL pin for TWI. But I am not getting any results with this pin while I get data when any other GPIO pins are configured as...