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 have reported this before and now that you are a quarter away from a fully featured mesh sdk can I ask you to please enhance the SDK so that you supply a function that...
I'm evaluating possibilities of BLE-LESC Pairing/Bonding with the ble_app_hrs peripheral on the nRF52840-DK with SDK 12.3 and SoftDevice s132. To see what's going on in the...
Is it possible to flash multiple custom boards using sagger DKs at the same time?, assume 2 custom boards and 2 DKs, would they be able to flash the custom boards in parallel...
There are many places in the file fsm.c that have this compile condition check
#if defined FSM_DEBUG
blabla
#endif
that is wrong. The compiler will ignore it. There...
Dear Nordic,
Hello, I have to configure 2 UART. I have saw this post .
however, I have made a demo version for the project without 2 UART function, so I hope to apply...
Hello, I´m trying to compile the BLE Heart Rate service projects using SEGGER Embedded Studio. After importing the project from nrf52 SDK, I tried building the project but...
Hello,
I want to implement home automation project using 3 nRF52840 dongles. i.e I want to connect all the 3 dongles with each other and the signal sent from one device...
Hello, I am trying to design a product based on BLE MESH. I would need gateway to be able to accumulate data from network and send it outside. I need that gateway to connect...
Hi,
I have gone through the "ble_app_hids_mouse" example program. So far the program seems to work great, but how do we take control of the buttons since the function used...
Hello,
We have plan to use nRF52832-CIAA with external antenna connector (MHF4). I noticed that in 4-layer reference design layout there is quite big square keepouts on...
Hi,
I am using sdk 14.2.0.
i am using freeRTOS,created 3 threads.
all are running fine,but just for while(2 - 3 minutes).
after that, all the threads stoped.
may...
Hi,
I am doing OOB commissioning with OpenThread. According to section 10.12 of Thread 1.1.1 specification, Active / Pending Operational Datasets need to be persisted to...
Hello,
I'm trying to connect external RTC, which has a 32kHz clock on it's pin to nRF52832. So far I've had issues with connecting this clock to P0.00 pin and having P0...
Hi all:
when i add uart code in ble_multilink ,and it gived me errors like this:
"<error> app: Fatal error <warning> app: System reset <error> app: Fatal error <warning...
If I put too many characters into a serial using IRQ mode, it stops reading input.
I haven't tried polling or DMA yet.
Using
nRF5_SDK_15.0.0_a53641a
gcc-arm-none...