Previously, I compiled and downloaded the radio_test example into two DK boards.
I then used the CLI to set the parameters for each board one as TX one as RX
On setting...
Hello,
I was wondering if there was a way to implement a physical on/off switch to the npm1300 that would allow the outputs to be isolated form the battery but still having...
I'm looking for an nrfutil command to replace this command:
nrfjprog --memwr 0x10001080 --val 0x12345678
My goal is to write a serial number to the UICR CUSTOMER[0] register...
Hi,
I am trying to build a BLE PAwR network jammer for wireless network hardening. I have three nrf52840 transmitting on channels 37,38 and 39, which blocks nodes from joining...
I am attempting to increase the MTU size on s132 3.0.0 and need to increase the available SoftDevice RAM unproportionally.
For every MTU byte I need to give dozens of bytes...
Hello, I'm trying to get nrf5340_audio example running on nrf5340 audio dk.
I'm able to build the code and run it however i'm unable to bond with my mobile phone with android...
Hello,
I'm working on an application with a rather unusual/complicated setup, and I found something I cannot really understand.
For context, I'm working with two nodes...
I have been trying to connect a nrf8001 device to a Android 4.3 device and it is discovered ok but fails when it tries to do a service discovery. After some deep digging I...
I am having the same basic issue that is described here:
https://devzone.nordicsemi.com/index.php/setting-advertisement-parameter-s-for-custom-profile
Including the error...
hi,
first of all i need to say, i am very happy to found the s120 softdevice where we can implement the client role also
i downloaded new alpha version of s120 softdevice...
hello,
i am using s120 softdevice along with nrf6310 mother board, the problem is i am dumping the code into the device, but i am having doubt how to verify that it is...
Hi, I am creating a PCB design and am not sure if I should connect the pad under the nRF24L01+ to the ground plane with a couple of vias.
The data sheet says it should...
Is there a plan to support the BLE central role in the software stack?
As it is now, I absolutely cannot use the nRF51822 since the S110 stack does not support operating...
The attached test program and logic analyzer displays shows that the function twi_master_transfer() returns to the calling program before the transfer is complete, if TWI_hw_master...
The error I get is app_error_handler 0xDEADBEEF, 360 (line number), src\ll_lm.s0.c
This is with SD 5.2.1
With SD 6.0.0.1-alpha, sometimes I get
app_error_handler...
Does anybody know of any plans to combine the Peripheral and Central roles into a single SoftDevice?
The killer application that this provides is the ability to create...
Hi All,
I use nrf51822 transfer data to nrf uart app for android,when I use following parameter ,the device and nrf uart app work well.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS...
I'm interested in advertising with data type 0x18 random target address. I found a post for advertising with 0xFF manufacturer specific data. What changes are necessary for...
Hi,
I am using bluez 5.12 and am having difficulty connecting to an nRF51822 EK running the Health Thermometer application and Soft Device S110v6.
I am able to see the...
Hello,
I cannot build a known-buildable project and get error A1023E.
No Programmer's Reference exists and there is no documentation referencing this error.
I think...
I want to quickly transfer data between nRF51822 and celluar phone. The data rate is 100 packets/sec. Packet size is 14 bytes. We know mouse can reach almost 200Hz report...