I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Our system is currently using the ble_radio_notificaiton components provided by nrf5_sdk version 16, and we have noticed that occasionally after ble pairing + bonding operations...
Hi
I use nRF52840 demo board load the firmware( C:\sdk\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\thread\cli\ftd\uart\pca10056\blank\ses )
the putty can work...
Hi Team,
We have developed our application with SDK v1.20 and as v1.30 is released so we moved to v1.30 and stick to it.But project is not opening in sdk v1.30 and got...
Hello,
if one wants to start the app from scratch, what is the right way to create west.yml file?
Say we want to start from NCS 1.3.0.
Thank you & best
Oleh
hello Nordic
i am using nrf52832, sdk 16.0 s132 v7.0.1
i used the secure_uart_bootload example, the start flash in the example starts at 64000, though in this link the...
Hi, I am working on nRF52840 DK.
I uploaded ble_app_template on board and now trying to connect with nRF Connect and getting the following issue. Any suggestions, please...
Background/Motivation
I am currently communicating with a Onset InTemp thermometer CX402 via BLE from Windows 10 Pro. To do this I'm using the Windows.Devices.Bluetooth...
Hi,
I found this example light_switch - SerialLog posted on nordic forum, when I downloaded on nrf52840 DK it worked without problems, but I want to put in nrf52840 Dongle...
Hi,
I'm trying to test
slave BLE (ADC) ----- master BLE ----- DSP(28335) module
however, the error occurs in app_error_weak.c
NRF_BREAKPOINT_COND (line 100) and I...
I am attempting to use an nRF52840 with softdevice 7.2.0 to validate some scenarios and am seeing a difference in operation between legacy pairing and LESC pairings. I have...
Dear Nordic Team
The power profiler Kit does not report any curent measurement with MAC OS (10.13.6)
The exactly same boards and PPK work well on a PC win 10/64 (2 DK...
I am trying to convert a peripheral working firmware to Long Range.
There is a description in:
https://devzone.nordicsemi.com/f/nordic-q-a/37409/sdk15-long-advertising...
Hi All,
I am trying to understand how should I define the BLE UUIDs in my peripherals and connect to each peripherals.
Basically I have several BLE sensors. My goal is...
Hello,
I am merging two applications which work successfully inside SDK 17. One is the ble_app_uart and the other is an SPI app handling my display. The linker can not...