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...
hello
i have 2 questions about System on mode:
i testing different types of power comsuption modes, i've tested RTC wake-up for system on mode, but i want to try to wake...
Hi, I want to run unit tests on an actual device (nRF52dk) - is it possible? When I'm trying to run `west build -b nrf52840dk_nrf52840` on `ncs/nrf/tests/unity/example_test...
I ask for your understanding of my short English. I am a student studying in Korea.
i using sdk 15.2 and nrf52840 dongle
When using the example of usbd_ble_uart of peripheral...
Hi,
im use the example of nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_keyboard
and i change the code of static void hids_init(void) like this:
and...
Hi
i have installed segger emstudio and almost all dependencies but still can't able to build a project. my main target is to work with nrf9160 dk but without an hardware...
Hello!
I'm working on a project with the new nRF5340 & Zephyr and I'm trying to get two SPI peripherals on the same bus sampling data correctly. It's a simple program thus...
Hello,May I ask you a question?
Hardware model: NRF51822 SDK version: SDKv9.0.0 SoftDevice:s110.
I used the interface in the pstorage.c file to realize the storage of...
Hi there,
I'm just trying to start to code my project. I want to stream 48k 16 bit audio from one nrf52840 dongle to the other one. I only need one way transfer.
I have...
Hi,
I want to use dtm project to test RF PHY performance about NRF5340. But after downloading dtm project and empty app project, NRF5340 can work normally from output RTT...
Hello I use nrf52832 and sdk v17.0.
I'm testing the firmware using custom pcb. Sometimes it stops altogether if there is an error in the firmware during the test.
The...
Hi. I'm testing our new product that can be extend ranges using FEM.
For best performance, I'm matching impedance between antenna and FEM.
But my major is not wireless...
Hello, I have a problem with my own designed board, It has nRF52832 and some other sensors which communicate over SPI, also I have a SD card on the same bus that works fine...
Hello,
In my code I am reading from a sensor and want to check if the float value returned is out of range. In order to do so I would like to be able to calculate the absolute...
i have just blinked the LED and trying to pwm
i have written a simple led blinking program like this one below
#include <stdbool.h> #include <stdint.h> #include "nrf_delay...