Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
HI,
I am working on the interface between the nrf52832 and the MPU9250 IMU.
I have communication working fine with using nrfx_twi, but I have the following error when...
Hi,
I'm writting a simple test code that uses the aplication timer library (app_timer) to wake up from SystemON Idle mode to SystemOn mode every 1 minute. The idea is to...
Hi All,
I wan't to have logging via segger RTT from enabled modules in the MESH SDK.
Tried several config options in sdk_config.h, but without luck.
I made a diff of...
I'm using the app_timer library to create one shot timer. I'm calling the app_timer_start() to the same timer repeatedly in the gpiote handler. I had thought that this would...
Hi ... i want central to connect to the two different peripheral mac address , i am using ble_app_uart_c example version 15.2 .. using scan_filter_address i can abe to connect...
We are using the soft device (s140) in SDK version 16, our device is configured as a peripheral.
I have a program that connects to and then immediately disconnects from...
To the kind attention of Nordic support team,
using these commands, like in https://devzone.nordicsemi.com/f/nordic-q-a/58365/doing-dfu-ble-as-a-pca10059-dongle ,
I flashed...
To the kind attention of Nordic support team,
I'm using a command like this: nrfutil dfu usb-serial -pkg x.zip -p COMx.
I use it to program a default PCA10056 DK board...
I have system on sleep mode implemented which is still drawing 8mA of current i would like to take it down to 1mA or less what i need to do to get it that low?
I have two...
Hi, I'm currently trying to build a provisioner using pyaci and an nrf52 DK: pyaci provisioner
but I end up with these errors every time:
I tried on windows 10, ubuntu...
I noticed a bug in ble_cts_c. The BLE_CTS_C_EVT_DISCOVERY_FAILED event is sent to the event handler for every UUID registered for discovery. The BLE_CTS_C_EVT_DISCOVERY_FAILED...
I am making HID composite devices, but I find that if the number of report ids is more than 5, I cannot send data from PC to this device;Error code 1784 is displayed
If...
Now I'm developping a USB MSC project, the Nand flash size is 4GB, I don't know how to set USB capaticy size.
I change the setting in nrf_serial_flash_params.c:
static...
Use the media control's volume up / down keys to control the camera shooting of your Android camera. How to achieve continuous shooting?
How to achieve the function of camera...