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 have the need to wait a few ms, from 1 to 20, in several parts of my code and I was wondering what's the most energy efficient way of doing it. Notice I don't need...
Nordic released nRF52811 to support BLE5.1 direction finding. But how to find external IC that related antennas supporting direction finding? If you have specific external...
I am using the nRF51422 board with the SDK 11
I am trying to build the following example: ble_app_hrs_adc_battery_measurement.
repository: https://github.com/NordicPlayground...
I am using the nRF51422 board with the SDK 11. I am trying to build the ble_app_hrs_adc_battery_measurement from the NordicPlayground/nrf51-ADC-examples repository. The README...
Hello,
is it possible to alter examples from the SDK 15.0.0 to force a BLE 4.2 connection, even if both devices are are compatible with BLE 5?
I konw that BLE 5 is backwards...
Hi there,
I am trying to automate the ADC sampling in a regular way.
Application timers seem to be a bit irregular if I depend on not loosing too many miliseconds on each...
Hi,
I tried looking over the docs but I could not find anything specific to my question, which bytes in the NRF_FICR->INFO.VARIANT contain the hardware version ID? e.g....
Hi
I am using nrf52840 Ble_App_Beacon() for advertising Beacon. so, i want to consume my power more down for battery life.I expect the nrf to go to sleep mode after advertising...
Hi
Could nRF52840 - USB Audio run on Android system?
We tested it on Samsung and ASUS Android phone then got it fail.
Please give me a comment.
Thanks.
BR
Atl...
I wrote a code using ble_app_uart peripheral example of sdk 11 for nordic nrf52832 development board.
We are making our custom boards where we are using Rigado BMD-300,...
I am trying to set the Memory protection bit and PinReset configuration with OpenOCD. I have applied the NRF52 patch (outlined here: devzone.nordicsemi.com/.../ )
I am...
Hi
I wrote the SoftDevice(s132_nrf52_6_1_0_softdevice.hex) with nRF go in the following procedure.
Erase terget.
Writting the SD
In the Log area, it is indicated...
Hello,
I have just got a brand new PPK board, and would like to use it with an external J-Link. As far as I could tell by reading the documentation , this scenario is not...
I am working on the nRF52840 DK and nRF52 SDK 15.2.
I can run the USB CDC ACM example and the USB Audio example successfully.
Is there a way to create BOTH devices at...
My code compiles and runs fine in debug mode with logging turned on.
In Release mode, it builds and runs fine with logging turned off, but if I turn logging on (i had an...