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,
When I bond with a central to my device, the peer gets added to the whitelist. But I want my device (peripheral), to automatically start advertising in whitelist after...
Since mac os catalina, all command line tools must be code-signed. Your nRF-Command-Line-Tools_10_12_2_OSX distribution is not code signed, therefore cannot be installed on...
Hi all:
I found this issue happen on NRF52 with SDK v11.0. Because I measured the current increased ~1mA after enable GPIOTE->IN, is there any solution can solve it?? Thanks...
Hello,
I have two nrf52840 DKs.
I can get the central to connect based off the device name or a specific UUID but what I want is the central device to scan for the peripheral...
Hi,
I have following questions with reference to two different bootloader scenarios with my custom nRF52833 board:
1) UART based: do I absolutely need RTS, CTS for this...
Hello guys ,
I am using nrf52833 board with nRF5 17.2 SDK on KEIL IDE has softdevice as S140 wants to implement six pin authentication password on nrfconnect app in mobile...
Hello!
Sorry in advance for what is probably a very simple mistake. I am currently trying to develop a simple PCB for the nRF5340 QKAA aQFN94 package using EasyEDA (bare...
Hi,
We are using nrf52832 for ANT and BLE for which we use SDK_17.0.2 and s332_nrf52_7.0.1
Our objective is to pair and un-pair ANT sensors. So far pairing multiple ANT...
in mech sdk 5.0.0
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_examples_enocean_switch_README.html&anchor=enocean_example_testing_app...
Hello,
I would like to know does mesh stack supports relaying net_key configuaration messages.
To describe this situation/concept better: I would like to create, say managment...
Hi,
I am implementing timeouts on AT command socket send and receive functions. Currently I have a timeout of 5 minutes but that seems too low as the modem appears to take...
Hello Community,
I am trying to provision a mesh node into the network using zephyr / ncs' mesh shell example. I am able to provision and control the nodes which do not...
Hello guys,
Let me explain you first. I want to build a BLE Mesh formed by some Microbits & nRF52833.
I have learnt how to use nRF5 SDK and basing on an example I have...