I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
Hi!
In our current project, we have started to use the Connect SDK.
We have a an application CPU with a modem running our main software and uses the nRF52833 for local...
Hi, I am trying to achieve the lowest current consumption possible on the nRF9160-DK, which should be about 1.4 uA in modem shut down state. Unfortunately, my best result...
Hi all, I want to form a thread network.
I have BorderRouter [Raspberry pi 3B flashed with Nordic alpha 4.1.0.1 image + nrf52840 dongle in NCP design] and is up and running...
Hello.
This issue was tested with nRF5 SDK v17.0.2.
There are steps to reproduce :
sdk_config.h should not be included in nrfx_clock.h. It's a default template by...
Hello,
I am looking for some help solving a peculiar issue with eddystone beacons, the nRF52805, and some cheaper Samsung android phones.
System Description: - I am using...
Hello,
I have been running this program without any problem then I added some code to read and write to flash using NVS when the error shown below appeared.
I am running...
I have been using the Toolbox to load zip files to a device. Now the toolbox uploads a file and 'say it is complete', but the file status in the menu window say file not loaded...
Hi forum,
I am working on nrf52832,using sdk15.0.0.
I referred TWI_sensor example as reference for sesnor interfacing. Individual sensor works when i trired to integrate...
Hi,
I am using an NRF 51422 DK, SDK 12.3, and Soft Device S130. I am also a beginner to development with Nordic Products, and RSSI collection in general. I am using the...
Hi Nordic team, I'm working with nRF52840 PCA10056 , base on Thread_Zigbee_ v4.1.0 , and light_control example. I modifed, try to add temp_measurement ZCL in all light_bulb...
Hi ,
My environment:
nrf5340 dk board
nrf connect sdk
segger studio IDE
.
I want to test spi loop back without any connections.
I don't want to connect any...
Hello, zephyr pwm driver documentation and samples , shows clearly how to generate a PWM output using nrf52840 dk. However, we need to synchronize the PWM output to an input...
Hello, how can we configure the counter in an nrfx52840 dev board to count pulses on an input pin in zephyr? There is a counter driver in zephyr, but there doesn't seem to...
What I'm trying to do, is probably very simple. I hope.
In the following code which works fine.
I want to scan not using Coded PHY
Then change back to using Coded PHY...