Hello all,
I have slightly modified the coap_client sample from the SDK such that the main function is being called on certain actions from another program. I'm getting...
Hello and thank you for your time,
We have created a board using the nRF54l15 and have used P2.07 & P2.08 for UARTE21 and P2.00 to P2.05 for SPIM20.
UARTE21 and SPIM20...
I noticed that nrf_dfu_flash.c aswell as fds.c both declare m_fs, which collides on compilation.
What is the preferred way to use both modules at the same time, without...
Hello,
I am currently experimenting with bonding and I stumbled over the config CONFIG_BT_BONDING_REQUIRED.
Currently the BLE characteristics of my peripheral do not require...
There is an issue i am dealing with while working with ble stack of nrf52810 with nrf connect 2.7.0.
1) memory status of my application without ble:
2) memory status...
Hi!
What is the max PDM frequency I can set? Is the clock limited to these options?
https://docs.nordicsemi.com/bundle/ps_nrf5340/page/pdm.html
https://www.infineon...
Hi everyone. I've implemented kind of simple FW updater. The purpose is to copy FW from flash (0x0 address, no MBR or SoftDevice) to RAM buffer on node1. than send this FW...
The most recent nRFConnect AppImage version (3.2.0) fails to launch on a Debian system due to chrome-sandbox file permission errors.
Steps to reproduction:
1. In a recent...
I'm using nrf52832 DK and SDK V 15.3 and SoftDevice S132 . I have created a custom services with 5 characteristics. So i want to get maximum throughput so i increased MTU...
Hi
For our semester project, we develop a box that has to reads some parameters from an oil pump system and send data to the cloud. As we wanted to make it independent of...
Hi everyone,
Im looking to put together a security solution consisting of an accelerometer and a proximity beacon. The accelerometer would be installed on gates and authorized...
As part of our evaluation on the Nordic BLE SOC, I want to measure the throughput, range and the power consumption.
Can someone point me to any sample program(s) that I...
A while ago I was experimenting with the usbd_msc demo, trying to get the firmware working as RAM-disk-only storage, without any permanent storage like Flash or SDC. While...
Dear Team,
We need a SoC which can support the following features for our wearable product.
1) Battery Charging
2) I2C interface for sensor
3) GPS
4) BLE
Regards...
Hi, I have run light switch example in SDK 15.2 and SDK for Mesh version 3.1.0, when I try to add new app_onoff_server_t model to Server with my code:
and I have modified...
Hello,
i noticed that even i send AT%XMODEMTRACE=0 with response "OK" the bsd lib triggers EGU0 / Trace interrupts. The modem is not started, but the bsd lib got succesfully...
We are using a Raytac MDBT42Q (nRF52832) Bluetooth in one of our products.
We are using nRF Toolbox for Android/IOS for testing. Is there any Windows 10 nRF Toolbox??
...
hi guys, I'm confused about bluetooth 5. Is there some example that use it? i have a nrf52840 board and i will like to use it in order to send my data but i didn't find any...
HI
I am trying to develop a mesh network using nordic mesh SDK..where nrf52 dongles will be beacons for which beaconing example will be used and from SDK
52840 DK will...
I startet evaluation with nRF52840 and SES.
I found the BSP Demo to crash (HardFault in Debug) after app_timer_init() , because of a NRF_LOG_INFO() inside, but Logging not...