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...
sdk : v8.1.0
os : ios
tool : nrf tool uart
use the ble_app_uart, it worked normaly. and add duf fuction in the application by the notice
[http://developer.nordicsemi...
Dear all
I found that the frontline BPA sniffer can't catch the connection data between Android5.1 or ISO and BLE device. Does this normal? How can I use the sniffer to...
Hello, I have to implement infrared sending and receiving of a modulated signal in pre-existing code.
I have managed to implement infrared sending thanks to the ble_app_uart_IR...
Hi!
I have creat two timer with app_timer_init.
start the first timer trigger every 4 ms, every 125 times(approximately 0.5 sec) to start the second timer which trigger...
I am having issues using the correct definition for the clock config:
for
nrf_clock_lf_cfg_t clock_lf_cfg = NRF_CLOCK_LFCLKSRC; SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL...
Hi,
I have very trivial question. I open the template program which is attached in SDK 11.0. In application timers start function I wrote the following code. The result...
I am only sending the local name in the BLE advertisement packet. Do I need to send the manufacture Id as well, even if there is no manufacture specific data that I need to...
Hi,
We are using the Experimental Bootloader example from nordic SDK 10. The project is a good example on how to check for authenticity and integrity of the update package...
Hi.
I'm doing a project of wireless sensor network. It is a small network of less than 6 elements, so I'll use piconet. I have ble_app_hrs working perfectly. But only with...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
In section 7.5.2 of the nRF24L01 Datasheet it states:
PTX enters RX mode and waits a time period for an ACK packet each time a packet is transmitted.
During this...
Not really a question, but I found a potential issue with the Battery Service module in ble_bas_battery_level_update() . This is in both SDK v10 and SDK v12.
The problem...
Up to this, we've been prototyping with MDBT40 module in our prototypes. We want to move to a completely custom PCB using the nRF51822 SoC for a number of reasons (space and...