Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
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...
SDK: 15.2.0
SoftDevice: s140 6.1.0
Hello,
I seem to keep finding conflicting information on how the NRF52 manages power to its peripheral devices and whether the application...