Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello,
I am trying to add NFC wake up functionality to the project based on ble_uart_app example;
Using SDK14.2 SD132 V5,1 using DK52 development board
I have added...
Hi,
I am trying to add interruption on light switch example. So, eu studied the gpiote example from SDK14.
When I add PPI, GPIOTE and TIMER libraries, on light switch...
So I have my custom board up and running (nrf51822) pluged into the nrf51DK with RTT debug comm and uart comm working, also starting some initial experimentation.
...
Hi,
I am using ble_app_uart service in my application. In my custom board GPIO pin 8 is used for LED. But this particular GPIO is configured for UART RTS pin in ble_app_uart...
When an NUS Central has several NUS Peripherals connected, is it possible to send the same "message" to all of the connected peripherals at once?
Or do I just have to iterate...
Hi,
It looks like we're experiencing an issue with uart's and digital inputs on an "S132 SoftDevice". Both an UART and digital inputs are used. The UART is initialized using...
Dear Sir/Madam,
I am playing with SDK12.2 on PCA10028 board and runs its HRS example. This example has a battery service and its battery level characteristic could update...
I use DFU. All ok. But I need to store my settings after update. As I was advised, I located my data from address 0x72400
But Keil added after this struc some code
...
Please Find the Attachment Screen shot of SDK Document for Advertising Module. Also Side by Side I am doing Code Walkthrough Blinky Peripheral . The Code in Blinky No Where...
Hi,
In function advertising_init(void) , I have set
and in function gap_params_init(void), I have set
still the icon doesn't change. What could be the possible reason...
Hello,
I'm trying to program my custom board with a PCA10056 following this scheme (Note that my custom board is powered by the PCA10056) :
VDD (PCA10056) ---> VTG(PCA10056...
Hi,
I'm using nRf52840 rev B and C chipset and not able to detect the NFC on the device (the rev A chipset is working). Following SW combination is used:
nRF5_SDK_15.0...
Hello,
I am working on Multi-link. I want to scan the advertising information and connect only the uuid I set up.
I want to process it on_adv_report (), but I do not know...
The output order of my scanning Saadc is not predictable.
I found two related questions, but they both are for SDK 11 and seem to have been resolved.
devzone.nordicsemi...