Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi,
I have setup a provisioner using the provisioner example of the mesh sdk.
I have also setup 10 nodes using the on_off example of the mesh sdk.
I have provision...
Hi all,
I have successfully followed this [tutorial]( https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/using-a-custom-secure-partition-manager...
Hi!
I am trying to flash a component on my custom embedded PCB that embarks a NRF52832 through BLE. To do this, I run on my PC a python script that reads from a hex file...
How to enable Read back protection in nrf52832 and in nrf52840 after DFU completed.
i have tried using --rbp all its working but i want to do in code(any register or by...
Hi, I'm using the PCA10056 with NRF52840 and I'm using the P24 Section, there's a pin that doesn't have number and neither is connected to GND...
(the pin in the right down...
Good day!
I've found that with connected proxy and enabled filter node only forwards messages and doesn't use advertising. I didn't found in Mesh Profile v1.0.1 any mention...
I'm using a nRF9160-DK (PCA10090) but I can't see connected device on Programmer (v2.0.0) nor LTE Link Monitor (v2.0.0), both installed and launched through nRF Connect for...
I recently installed the nRF Connect extension for VS Code on my PC(Windows 11, 10700k).
I cannot see my connected boards.
But the "programmer" of the nRF Connect...
I have tried a lot but my DK wont enter in Bootloader mode, or atleast the Bootloader folder does not show up in my Windows 7 machine. I am able to do that comfortably with...
I am trying to program the nRF52840 Dongle with the HEX file according to "Programming the nRF52840 Dongle". The dongle is connected to USB port and the LD2 is pulsing red...
On IN141 Informational Notice v1.1 changes for nRF52840 to revision 3 (build code Fx0) are presented.
One of the changes is "New (optional) filter coefficients for pulse...
Hi all,
I am currently developing audio sampling on a custom board using the nrf52832. I'd like to sample at 20khz and am using the nrfxlib driver for this ( https://github...
Hi everone!
I am developing with SDK17.0.2 and using the nordic NUS peripheral example.
I am seeing a strange effect:
I am connecting from an android mobile and when...
I have developed my own flash management module that has been working fine for a long time.
Today, for the first time, I'm trying to write to flash from within a timer,...