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...
Hi,
I am using nRF52832 development kit to connect to STM32L4 via UART. I flashed ser_s13 2 _uart binary to nRF board and porting the STML0 nRF driver package from here...
Hello Nordic team!
We are developing system on nrf52832 chip. Let me describe our system a little bit.
It is constructed out of the soft device 332, main application...
Hi
We are using nrf mesh Android code from GitHub and trying to get shared secret during the Provisioning Public Key PDU Process.
We are getting following error -(We are...
Dear friends,
I am not sure if it's the right platform to be asking this question but I thought this would be the place where I would find like-minded individuals. I am...
In the nRF SDK 15.2, I am using the function idle_state_handle() which has a macro NRF_LOG_PROCESS() which is defined in another header file as NRF_LOG_INTERNAL_PROCESS()...
Hi all,
We've been trying to transfer data from 52840 custome board to android device via USB.
52840 device could be detected after connection but it cannot be accessed...
Hi,
I am looking for usb connect and disconnect events to be able to trigger some behaviors in our product.
I don't find any API for that, like subscribing via a callback...
Dear Members,
I tried to compile :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_broadcast\tx\main.c
I got this error :
..\..\..\..\..\..\..\components\libraries\util...
Dear Members,
I want to port a code from :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_async_transmitter\main.c
to be used with PCA10056 ?
Any ideas ? thanks
Hi,
I have following questions
1. How to define the limit for number of bonding information stored in internal ROM of nrf52832?
2. We want to verify the bonding functionality...
Hi Sir
We have a project with nRF5340,
Coz our product will be a smart watch, we will need to re-programming our product after full assemble in production line,
So,...
Hi all
We observed a strange behaviour with mcuboot / bootutil in our nrf9160 based project.
The bootloader log messages showed that something with the primary image is...
I run the ./nrf/samples/bluetooth/peripheral_uart example on 52840DK and connect to it using the nRF Toolbox UART section.
The connection works and I can send messages to...