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...
Hey everyone,
I'm working with nRF52810 . I want to write into UCIRs before program execution starts.
I tried to configure NVMC(Non Volatile Memory Controller) and then...
I am using the nrf905 in a project. The datasheet suggests crystals of 4mhz, 8mhz, 12mhz, 16mhz and 20mhz are all acceptable. Does the choice of crystal oscillator frequency...
Hi there, I have an 70mm wide and 50mm high PCB with an free space of about 32x26mm on the right top corner. At the moment this area is free of any traces and polygons. The...
In previous questions I inquired about setting the MTU size beyond 27 and thank to the answers I, indeed, manage to compile and run my program with larger MTU size definitions...
Hi, I have an issue with the watchdog and sd_app_evt_wait() when running the softdevice. It seems impossible to not let the watchdog go off while having an idle ble connection...
Hi there,
We're looking to improve the touch performance of our products by moving from PCB electrodes to a dedicated touch film. Can anyone provide any references to info...
Hello Nordic team,
What is the Maximum sampling frequency for i2s we can configure to nRf51 or nRF52 DK?
And if we enable UART module to print live of i2s on serial console...
Hi
I following the steps listed in the document Thingy Mesh Demo v0.1
https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
When i perform the step 5 "Open the...
Hello,
I am using sdk12.2.2 and nrf52 customized board. I want that user should be prompted to enter passkey before bonding. I refereed the code snippet from devzone and...
Hi!
Im using SDK14.2 and I m working with the custom characteristics tutorial(the one compatible with the SDK 14.2).I have an SDK5 device connected to a LORA radio with...
Hi,
I’m having some troubles writing into the fash memory. I work on KeilµVision.
I initialise flash doing :
uint32_t page_size = NRF_FICR->CODEPAGESIZE;
uint32_t...
I am adopting a project which was initiated by someone else. I am using GCC toolchain eclipse while previously used by other colleague who initiated the project used IAR....
Hi,
My product is automagically disconnected from the central after 9min of connection...
The same problem can be reproduced from the ble_app_template example as is, on...
Is it ok to execute the following program twice in succession when communicating data of 244 bytes or more with one communication?
do { err_code = ble_nus_data_send(&m_nus...
Hi Devzone,
I would like to print my payload on a hyperterminal using NRF_LOG_INFO().
My array is like that :
manufacturer_data [0] => Value: 0xAA; manufacturer_data...