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 working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
Hi,
I'm currently trying to build a quick frequency spectrum scanning tool on an nRF52840 dongle. I want to sample RSSI on a list of channels as quickly as possible in a...
hello,
we're working with the nRF52833 and are experiencing some issue with the I2C interface during communication involving clock stretching. We're wondering if the errata...
Hello guys,
I am dealing with a problem, i have two tasks with two different spi instances, alone they work fine, but when i want to run both tasks they crash!!
Hi!
I met some issue ).
I use nrf mesh app on my phone and change it for my goals. I would like to get messages from nodes to phone via mesh. I read some posts that it...
Hi,
While developing an app which will connection to an IOS device via BLE - I've noticed an event called BLE_GAP_EVT_PHY_UPDATE_REQUEST.
I understand that this event...
Hi,
I'm using NRF52840 in order to connect to a mobile device, with PIN code.
Connection to Android is ok. The issue is with IOS.
IOS can't send the PIN code to my...
Hello, We're trying to optimize the data transfer rate from our nRF52832 based peripheral device to the mobile phone. Tested with two different BLE >= 5 Android phones we...
Hello, I ve made a custom nrf52832, but ive face a lot of problemes : when logs is on the BLE is off(its not advertising) , I m not able to see it on my app. when my module...
Hello,
I am using MacBook and would like to import Keil Projects into Segger Embedded Studio by following this guide , but finally I got an error is that
I have found...
I have some questions about nRF9160.
1. What is improved comparing to revision1? Only power consumption?
2. Is GPS sensitivity improved? In revision1, it is poor.
3...
Hello!
I use light switch example in a 52DK with a 4.1.0 mesh SDK. I modified the original project and implemented the custom element model for sending arrays via mesh....
Hello.
I'm testing the integration of the BLE and TWI.
However, BLE advertising function when turn on, TWI data was not correct read.
Can you tell which one is...
Hi, I am saving data in flash memory but when I read after restarting the device it shows FF. How can I read from flash after restarting the device? and how can I check that...
Hi, i am very new to nrf family. when i use sprintf function with %d specifier, it works fine. but if i set it to %2.1f or anything with "f" included doesnt work and program...
In the ble_app_hrs_rscs_relay application, three ( NRF_SDH_BLE_TOTAL_LINK_COUNT=3) queued write modules are generated.
(one for a peripheral (server) role and two for two...