Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hey, I'm starting a new project and I think a very good fit for this would be to have all of my code in an application chip and use a nrf52840 trough USB as a connectivity...
SD140
Our Central Application is scanning to connect to a peripheral's MAC address. When the scanned address matches, we call sd_ble_gap_connect(p_addr,..). But, it is...
Hello! I'm trying to reload CMake in an nRF-Connect-SDK project in the CLion IDE. I've been using this guide: https://blog.jetbrains.com/clion/2021/04/using-nrf52-with-cmake...
Hello,
I am writing the device tree for our custom board, which uses an nRF9160 SiP. This approach to configuring the hardware
is new to me, since my experience is with...
Hello,
We are attempting to track down a rare bug in our code that causes the device to occasionally hard fault.
We have been able to catch it three times, twice where...
Hi,
When I connect nRF52833-DK device to the (Windows 10) system, its JLink UART (COM) Port disappears after some time (in about 4 to 5 minutes.) The following screenshot...
hello Nordic
i work with nrf52840 , .. want to move to ncs 1.8
seems that moving to ncs 1.8 forces me to update to zephyr-sdk-0.13.2 (from 0.12.4)
is it really a must...
Hello,
I have added the line CONFIG_DEBUG_PORT_ACCESS=y in prj.conf file and now the project does not open in Segger Embedded Studio (SES).
I am getting this error,
...
Hi,
I am building my Project in an out-of-tree form and up to this point I solely used Segger Embedded Studio to compile our project. I am using a custom board with an nrf9160...
Hi All!
I am using VS CODE studio as an IDE for nrf9160 FW development. Blinky app compiled and work perfectly. But when I compiled the asset tracker/cloud client it gives...
In my code, the parameter definitions like this :
In my application, I used SAADC in SEGGER to convert my analog sensor input to digital and then i want to sent...
I just updated the programmer tool in NRF Connect 3.10.0 to the new version v2.3.0.
Now I'm getting this error: unrecoverable error.
Restore default settings did not help...
Hi,
I want to know if its possible to add multiple services and characteristics to several BLE central devices (based on nRF52) which need to communicate to a single peripheral...