Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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,...