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 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...
I have to send a data to more units, i have found problems with multiple ACK return signals (I think this is the problem).
So i'm trying to send data with no ACK.
For this...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
Hi.
I've played around with the android application (based around google gatt example, but used in gatt server -mode).
How is the example expected to be handled? In...
Hello everyone,
I am currently trying to make simple exchanges with an NFC chip using SPI.
Configuration is: nRF52 on dev board 10040 with example from SDK12 located...
Hi,
I have such code:
static buf[9] = {initializers};
for(i =0;i <9;i++){
while(app_uart_put(buf[i]));
}
I always get "0" before the actual buf content and the...
Hi
I've implemented a peripheral with bonding support by the peer manager. Additionally the device should scan for bonded devices by using a whitelist. I used the function...
Hi,
I'm trying to compare two RC networks by using GPIOTE, PPI, a Timer and the comparator to measure the time needed for a charge and discharge cycle for each of the networks...
Is it possible for one Arduino Uno to have a BLE nRF8001 module and a nRF24L01+ module wired to it (allowing each module to communicate simultaneously)? According to the wiring...
We are trying out the new nRF5x SDK v12 and it looks like the previously working ble_app_hids_mouse example is broken now.
It compiles successfully, but as soon as we try...
I have observed that the Radio Notification from ble_radio_notification.c becomes inverted sometimes. I saw this post about the same problem:
devzone.nordicsemi.com/.....
I would like to use nRF5 SDK for IoT with some functionalities (e.g. SEGGER RTT) from nRF52 SDK. Can I just copy desired modules to my SDK for IoT and suppose it'll work?...
Hello,
For some industrial reasons, I need to store the passkey in the flash of the nRF5 during production and retrieve it at run-time.
I would like to know if there...
Hi,
for our prototyp we use a NRF52. When i flash the device, it will always be go in sleep mode after a duration of time and stay in there.
Is there an interrupt which...
Hi all,
i am using V11 sdk.
i want to send data "hello" in beacon application.
how to add that feature.?
any function calls are there?
-Thanks in advance