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...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
Hi Everyone,
I just need a simple code to pair my Blend Micro to windows 8.1 and then to transmit data from Blend Micro to my laptop wirelessly. Can anybody help me with...
Hi,
I'd like to use a std USB BT4 dongle (trendnet TBW-106UB),
that install me a bluesoleil stack for bluetooth under Win7
to dialog with cutom BT4 device using a NRF51822...
Hi,
I am debugging the UART example from SDK 10 and I am using S130 Softdevice.When ever i am trying to connect the Master it gives the error as [Error 62(0x3e):GATT CONN...
Hi all,
I'm trying to add application version in the signed bootloader to prevent the downgrade of application. So I'm directly writing the application version to the flash...
Is there any way to evaluate the addresses of all mesh network nodes in the nRF51-ble-broadcast-mesh project and send it to the "master device"? I am working against sdk-8...
Hi,
I am trying to connect a PN532 (RFID Tag Reader module) to BLE Nano (nrf58122) using I2C.
This doesn't work, and I'm trying to figure out why.
I am generating the...
(assume all resources being used)
This may also include consumption at Start-up.
i need this to calculate my power requirements for a special module being developned...
Hello!
I want to create my first BLE devices and nrf52 is a choise. Devices should work as described below and before I purchase few nrf52 DK I want to be sure that it...
hello
I am a beginer to design with wireless and I would like to know with soft can be used if i have one master with 4-6 slaves. It seam to be a S120 it right ?.
Also...
Hey all. I'm working on a really simple beacon application and I'd like to use RTC0 when the BLE stack isn't using it... is that possible? No BLE connections, just 1 advertisement...
Hi,
I'm facing a weird problem resulting from the following code:
while((!twi_tx_done) && timeout--);
The main file and the MPU9150.c which includes this command...