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 trying to set a fixed WiFi connection in the "/etc/wpa_supplicant/wpa_supplicant.conf " file, but it gets lost on every reboot. I assume it is because of the...
Hello everyone,
I've designed a device and I want to measure power consumption. Have you ever used a Power Profiler Kit for long-term tests for example one month? Is there...
To the kind attention of Nordic support team,
1) I was wondering if it could make sense to connect two nRF52840 boards (transmitting normal bluetooth RF signals) directly...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hello, im using the ble blinky example and i want to send more information in the advertising paket. This example sends only the device name, flags and advertising address...
Hey All,
I'm trying to write to a sever's characteristic directly after I discover it (meaning, the db discovery is still active, and there's a characteristic that still...
Hello,
We were just wondering if it is possible to give user-defined function at the PPI TEP instead of starting timer or generating some GPIOTE task.
Is it possible to...
Hi,
We have a third party active power analyzer which cannot be kept in only current measuring mode. It always provide supply of 3.3 to 5V.
The DK configurations we...
Hi All,
I have up to 8 nRF52832 devices sending data back to a base unit (another nRF52832 device.) What I'm trying to do is have the remote units wakeup at a given time...
I have some questions about FSM,when I enter fsm_init() to perform fsm_any_state_find(fsm_t * p_fsm) completely in mesh_lpn_init() during debug mode by "step into",the small...
Can you please help i use ble _ nus and after few message i need to change uart baudrate. I cloes uart then init uart with new baudrate parameter but everytime MCU goes to...
Hello Nordic team
I am working on nRF52832 dev board. SDK v-15.2.
My questions are following:
1) How much current consume if we use GPIOTE to register one pin interrupt...
Hello everyone! My team and I would like to port the SDK examples to the Arduino IDE, but we have found that the Arduino IDE does not know what board is being used. We think...
I want to use several GPIOs for different purposes.
for example, - motion detection interrupt by accelerometer - low battery alert interrupt by battery gauge.
However...