Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
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...