A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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...
Hello Gentlemen,
I'm looking for a good example on how to pair BLE sensor and Android using static passkey. I looked at ble_app_gls but I could not see how they set the...
I have the following code
// bondmngr code comes here for now
ble_bondmngr_init_t bondInitData;
bondInitData.flash_page_num_bond = FLASH_PAGE_BOND;
bondInitData.flash_page_num_sys_attr...
I want to save data sent by the Nordic UART/Serial Port Emulation over BLE to the phone.
Can the Nordic UART app save received UART data sent over BLE to the phone?
I've tried adding in the examples (heart rate by example) the:
sd_app_evt_wait();
(including #include "nrf_soc.h" and #include "nrf_sdm.h")
Disabling led, etc. And...
I am running into some symptoms here that I'm not understanding.
My peripheral is an nRF51822 using the S110 softdevice. It implements a service which sends out notifications...
How can I view the private messages I have received using this devzone forum? I cannot find the inbox anywhere.
I have received a email saying I have received a private...
hello everyone.. i want to add push button function in my nRF program code. however it still did not work. i have tried everything i could but the LED on push button function...
NRF24L01+ paired to Arduino (2 units)
Using Mirf sample code for server & client
App worked initially but stopped after some tweaking of code. Uploaded original versions...
I have two custom boards with nrf51822 QFAAG0 1348AC chip. I use 16 MHz crystal. Bluetooth functionality is working fine but SPI does not work. SPI pins are P0.00 ( MISO ...
Hello,
I'm trying to get the random number generator working while using the S210 SoftDevice. Following the rng example, I've gotten it to work without the SoftDevice,...
i want to use NRF24L01( RF) to control eddie robot control board by personal NB.
Does it gonna Compatibility NRF24L01 with eddie robot control board?
Eddie Control Board...
Dear Nordic,
we are working on the developement of a new product based on the nrf8002.
We are on the reflexion of the test plan of the product, and i have some questions...
Hello all,
I'd like to use the NRF24L01(+) for home automation of my house,
but instead of spending time making my lighting system, switches etc. working with the NRF24L01...
I used nRF Uart app connect with my device, after connection, i don't send & receive data, when after 5 minutes will be disconnected.
Is Android system default setting...
Hi,
I would like to delete a single bonded central from the bonded centrals database.
I'm looking at the documentation for the function
ble_bondmngr_bonded_central_delete...