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 a custom design buildt on ble_app_uart peripheral example from SDK 12.2.0. I use a timer that I start from case BLE_ADV_FAST in on_adv_evt to send a message to a display...
Hi,
I am using a PWM to control the output of an LED driver and I am implementing a soft_on function when powering ON the driver, so we have a start_PWM function that looks...
Hi, I want to start some projekt with BT840 module and use Keil to programming it. Also, I have Segger jlink programmer but I don't know how start. Can you give me some tips...
Hello,
we are using nRF52840 and have to directly use the CRYS API of the CryptoCell310.
In the documentation of the function CRYS_HASH_Update, the following is written...
When I use the battery to power on, I get NRF_POWER-> RESETREAS = 0x00010000. I check the register manual to see that it is GPIO wake-up. But I didn't configure GPIO wake...
Hello,
I am using Samsung Galaxy Tab A (2016) with android version 5.1.1 build LMY47V and I can not connect to the bluetooth module at all. In the log of the nrf Connect...
For an ADV_IND advertising event without any Scan Requests, what is the maximum amount of time that the radio's receiver will stay on?
Is this parameter configurable?
...
I am trying to configure SPI with BLE using softdevice S130. But SPI is not working properly when I used it with BLE, although it is working fine without BLE
Hello Nordic,
I am having problems getting the PPK to work with my nrf520840-DK application. I am happy to share my code with you, but first a hardware setup-description...
Hi,
Do you have an example in how to upgrade the firmware of the NRF52 family through UART via IAP? I am keen to update the FW of my product without the necessity of using...
Hi,
I'm developing a central application and I would like to be able to get the full device names of the peripherals I connect to. I know how to get the device name from...
Hello,
I'm using the nRF9160 DK for a datalogger with LTE capability, and I'm using the Arduino shield "Mux Shield II" which can be found here: mayhewlabs.com/.../mux-shield...
Hi
I am using pca 10040 and nRF5_SDK_15.2.0_9412b96
Is there a way I can modify the LOG feature so it comes out on a UART instead of the USB COM port. This is probably...
I'm trying to connect to the Internet from Android Things connected to an NCP through the OpenThread Border Router.
1 Raspberry PI running RaspPi_OT_Border_Router_Demo_v2...