I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I'm trying to develop buttonless DFU and followed below guidelines and got to work all the way to step6. Thank you.
https://github.com/gamnes/nRF52832-buttonless...
I want to build my own board configuration:
The default configuration of the board is as follows: ncs?v1.2.0,zephyr?boards?arm?nrf9160_pca10090
How do I generate my own...
Hello
I'm using NRF connect the app to perform read and write on nrf52840 board SDK ver of 15.0.0.
I can perform the write and read operations using nrf connect app, and...
Hi
I'm working on a custom PCB based on nRF52840 soc and SDK version 16.0
currently I'm trying to interface my MCU with an external flash of model MT25QL01GBBB
my...
Hi,
I would like to interface ICM20948 with nrf52832 and communicate over TWI or SPI. That thing I don't understand is the logic voltage of the bus. In nrf52 specifications...
Hello,
I went through the instructions in the Getting Started Assistant to setup nRF Connect SDK for Linux but I am getting the following error when trying to build a project...
Hi,
I am programming nRF52840 dev kit (SDK16) as a peripheral with S140. Smartphone is central.
data needs to be transferred between both.
I need the dev kit to consume...
Hello, I’m using nRF52840 with SDK 16 and SD 7. My purpose is to save as much power is possible using high-frequency clock (32MHz) only during periodic duties and BLE activity...
What are best practices for updating an nRF52832 via UART from an nRF52840? There seem to be at least two problems to solve:
Transmitting the 832 image via BLE to the...
Hello,
I'm measuring the idle current using a PCA10040 DK, SDK v16.
Finding that the idle current is about 3uA (which I think is correct) after any debug operation like...
Our setup is using a NRF52832 with SDK15.0.0.
While working with a time sensitive external circuit where we both sample the state of the GPIO and enable LDETECT on it...
I have just received my nRF52 development board and I have tried to program one of the pre-bjui;t examples (Blinky). The USB drive on the board appears and if I drag the hex...
Hi,
I'm using an application with FreeRTOS , nRF52833, SDK 16.
When I'm trying to get it into low power (sleep mode) the system still consumes ~4mA
In vPortSuppressTicksAndSleep...
Hi,
I am starting with PPK. Tried some measurements on ble examples and looks like i am doing something wrong. I have aproximatelly 7mA during advertising. Am I doing something...
Hi,
i have load existing program to new nRF52 module. But it shows NRF_ERROR_NO_MEM.
Same old module doesn't show this error. i also reload the soft device. But no improvement...