Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi All,
Continuing on with my project: a custom board containing nRF52 + ECG front end.
Successfully integrates SPI functionality; need 2 more interfaces:
32...
Previously you recommended using S132 v4.0.0 2. alpha release to get more than 8 central connections. As far as I know this revision doesn't implement Bluetooth 5.0 protocol...
Hi,
I have written a code which transmits data over BLE.
The board was getting reset.
What we changed is instead of sending application data we sent the RESETREAS register...
Hi,
I'm trying to change the MAC address of nrf52, using softdevice s132_nrf52_3.1.0 but we dont have sd_ble_gap_address_get() and sd_ble_gap_address_set() APIs in "ble_gap...
We are having a random current leakage problem with our nRF51822 based board. Normally, our board and the application consumes around 10 uA of current. However, too often...
For example, I have the following code:
bool interruptFlag;
void interruptHanler(void)
{
interruptFlag = true;
}
void main(void)
{
while (true)
{
if (interruptFlag...
Hi
Has anyone been able to write to the UICR NFCPINS register?
I am using the following code and it i get a cpu reset
/*=============================================...
I am facing problem to connect my computer with another devices. when i am trying to connect it with another devices, it not show on another devices. So please help me to...
Hi, Nordic
When I use nrfutil dfu ble, it shows:
File "D:\Program Files\Python27\lib\site-packages\nordicsemi\dfu\dfu_transport_ble.py", line 226, in open
target_device_addr...
Documentation specifies levels of security mode 1, and first level means that connection is without any encryption. But how it is possible? Every connection starts with pairing...
Hi,
I have modified my files as mentioned here . When I upload the package, the template device show and I am able to connect. But when I subscribe to the notification...
I'm trying to find out if drawing more than 70mA through the PPK will damage it.
As I have a beeper on my custom board that can draw 200mA, and I'm concerned that attaching...
I have 6 RGB LED strips and I would like to control them by Raspberry PI. 6 strips with 3 colors each require 18 controllable PWM sources, so I have SN3218 which is exactly...