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 all,
I just bought the nRF52(PCA10040) DK and programmed the s132 version 3 soft device using nRFgo Studio. Using IAR, I compiled and downloaded the UART example...
Hi,I'am try to update the bootloader. But it stop at 1%. I don't what I miss.
james_boot.hex
james_bootloader.zip
Log 2016-09-06 11_36_54.txt
Dfu_bootloader_via_hex...
hello,
I'm using S132/nRF52/SDK11.
I start a firmware development based on Nordic UART example, I kept the BLE NUS part (I loop back the data received over BLE) and...
Hi All,
Just noticed SDK12 was released last week, with build in support for S132, v 3.0.0. Judging from the compatibility matrix and notes, it looks like it removed support...
Hello,
I'm trying to set a new environment with the SDK12 that'll be less cringy than the one I was running under the previous one.
Basically, what I want is a workspace...
Hi
Using an nRF52832 and SDK11, I have the following issue:
I want to use button 0 with a regular push for functionality and a long press to go to sleep. The detection...
Hi, I'm trying to move from nRF5_SDK_11.0.0_89a8197 to nRF5_SDK_12.0.0_12f24da and faced an issue. I have build error in
....../nRF5_SDK_12.0.0_12f24da/components/libraries...
Hi@all,
i'm trying to connect to a BTLE Printer (printer -> peripheral) from my central (nrf51822 board). But i cannot use the standard discovery examples because i cannot...
Hello, I have pca10001 board and I would like to read an analog input from ADC.
Is there any complete example which I can test using potentiometer ?
Thanks
I'm trying to write some data to flash memory (32 bytes) every 1 minute. the data are not NULL but then I noticed that sometimes (not always) the pstroage module write zeros...
Hi,
I am programming and debugging an external customised board by following the DK manual and the below link:
electronut.in/.../
I use the interface P20 instead of...
Dear all
I want to add the static pin to my project(s110 stackV8.0, based on SDK10), add the follow code to gap_params_init:
uint8_t passkey[] = STATIC_PASSKEY;
m_static_pin_option...
Dear all
Good day!
I want to develop the Android APP to received the BLE's ad raw data(which is dynamic change). Which API should I called to get the raw data? And should...