Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
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,...