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...
I am using the adc to sample a sensor and send this over the air.
For testing I used the simple_uart library and it works.
But now I don't need the uart connection and I...
HI,ALL
Is the scanning device always get the BLE_GAP_EVT_ADV_REPORT Event ?
my current project is
nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_central\ble_app_uart_c...
Hi,
I'm using SD110, SDK 10.0.0, nRF51822
In my own application, I control 4 servo by pwm with Timer1 and Timer2,
and I have 2 buttons, each button is a flag for...
Hi now i"m working on nrf15882 ,i'm confused how to test ble_uart example?
when i connect to the device(nrf15822),the cellphone app always displays:connecting,
later...
I'm trying to get a hold of a few nrf905 dev boards. Most the ebay boards have "nrf905 (ptr8000+)". Is there any difference between these chips?
I'm assuming the ptr8000...
Hi,
I setup the nrf51 as in central mode and talking to an ARM Cortex mcu via spi bus with the NRF51 set to slave. The spi communication working fine, but when I star scanning...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_hrs_c" "ble_app_uart_c" as reference.
My peripheral's Service UUID = 000098000000100080000017FFE07A00.
I want to...
Hi,
We intend to use nRF5x as main uC for our upcoming 4 new design. (diff. kind of measurement devices)
Instead of qualifiying each new device, we have intended to...
Is there a list somewhere that correlates the NRF_FICR->CONFIGID value with the actual nRF51 variant?
I had orginally used the 16K Ram versions, but when Nordic release...
Hello,
I'm implementing long write function to my project.
I managed to get it working, but i can't send more than 68 bytes of data.
When i'm sending the data, I slice...
Is there a way to tell if the timer is running? There's a start task, and a stop task, but I'm not sure how to tell if a timer is currently running. The best thing I can think...
Hi!
I developed my application using nRF51 DK with nRF51422 QFACA10 chip on it, and everything works fine. But now i would like to program this application on nRF51822...
Hello,
sd_softdevice_enable never returns.
I have no 32.768 KHz crystal but is set lfclk with NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM.
I'm running my application on a custom...
hi,
I am using currently keil v5. and sdk5.2, softdevice s110 v6.2 for board PCA10028 by changing header file of broad nrf6310. And also when i have been compile dfu_dual_bank_ble_boot...