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 have two Adafruit feather with nRF52832 on them, using one as central and the other as peripheral.
I have created some codes based on ble_app_uart from Nordic SDK and...
Hello,
I'm trying to program the NRF5340 DK board on linux. However, the board doesn't show up when I run `nrfjprog -i`. It doesn't show up when I run lsusb. `udevadm monitor...
I'm struggling to get a Micron MT25QU128ABA ( https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-a/mt25q_qlhs_u_128_aba_0...
Dear Community,
We want to use bonding to connect our app to the nRF and create a personal account.
So all your devices will have the same UUID. If the device never connected...
We're working on a board with an nRF52840 running BLE with softdevice S140 and SDK 17. The board has an external SPI flash, and when we realized that SPIM3 can be run at higher...
I want to know if I call the following function, which condition should I meet to determine that the coordinator is not connected to any terminal devices. For example, I now...
Hello, I am looking for some help or example code that describes minimum set of the files and #defines required to enable AES 128bit encryption and decryption using ECB mode...
Hello,
I'm trying to learn what might be typical latencies for Bluetooth LE Audio. For instance, the aptX low latency codec claims latency around 20-40ms. Is Bluetooth LE...
Studying the documentation for the nRF52811, I found a difference in the description of memory recording and memory erasure:
write: " The CPU is halted while the NVMC is...
Hi,
I have nRF52840 DK and am using nRF5_SDK_17.0.2_d674dde.
I am not using SoftDevice, and Zephyr RTOS.
I have a simple program and using RTC0 timer. My code snippet...
Good afternoon,
I have a question regarding the nRF9160 and the eSIM configuration. We have developed a prototype PCB based on the nRF9160 DK and included an eSIM. However...
Hello,
I am trying the example of ble_app_uart and when i am building the example it gives me an error RX_PIN_NUMBER undeclared. When i load the pca10056.h i can see TX_PIN_NUMBER...
Hi,
We have been working with an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b and FreeRtos
This device has some bindings already set...