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...
Hello Everyone,
I have been working around BLE profiles for few months and i have made several tested for each service via MCP(android) everything works fine but now i...
Mt need is to do frequency measurement of 0.01Hz to 99.99 Hz
We need a clock of 1us that added to a timer of that start on when the pulse low to high event happens and...
Hi there,
I want to connect multiple nus devices to S120 central. After connection with device, it starts to scan again after the BLE_GAP_EVT_CONNECTED event. And there...
Hi,
I am using the s110 and SDK 6 and trying to have multiple notifications from different services/caracteristics. For now I have two services, one for the battery and one...
Hello, i have a strange situation here with TWI module and i have no idea what is happening. I have read a lot of posts here on devzone and the code i am using is also found...
Hi,
I am using nRF51822 spi as a master to communicate with the AFE. Four bytes need to transfer each read or write process. I use nRF51_SDK_10.0.0_dc26b5e.
Configuration...
hi
I am trying to gather information on what is needed to create a mesh network using BLE.
I am more familiar with Zigbee/Thread, but I am asked to implement something...
I downloaded S212 for nRF52 from thisisant.com and programmed the softdevice to nRF52832DK(PCA10040) via nRFgo Studio. Then I copied the 'include' folder of unzipped softdevice...
I have been trying nrf-sniffer with no success. Setup is:
Win7 64,
Sniffer Win 1.0.1,
Wireshark 1.10.14 (both win32 and 64 tried),
PCA10000 and PCA10001
The sniffer...
I generally upload codes from mbed.org to my PC then send the hex file to nRF51822 by nRF51-DK's pins. But I don't want to use cables to upload hex codes to nRF51822. Are...
Hi community,
When I want to use the example multilink peripheral inside the s120 directory example of the SDK 6.1.0, I'm not able to compile the code.
The device_manager_peripheral...
So, I want to make an application where my NRF52 advertises an URL via the Eddystone beacon.
The URL will link to an webpage, that will connect to my device through the physical...
As here said link1 If we want to use flash in the mesh we should ignore APP_ERROR_CHECK(NRF_ERROR_INVALID_STATE) in ts_sd_event_handler() ,
2.And here link2 tell us...