Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Has Nordic provided a formula to calculate the average current using BLE based on the number of packets to send ?
My simulation on the Online Power Profiler for BLE just...
Hi,
I ma upgrading from nRF51(nRF51822-7.1.0SDK with mbed) to nRF52(nRF52832-17.0.0 SDK with SDK-OS) . The issue is that the sample nRF52SDK(17.0.0 SDK) used doesn't contain...
Hello,
I have 2 nRF5x development boards:
nRF51422 PCA10028
nRF52832 PCA10040
I wanted to learn the BLE basics such as pairing, advertising, scanning, etc, using...
Hello,
I am updating my application from older SDK 15.0 to use SDK 17.0.
In a newly added file in the SDK: nrfx_nfct.c - there is a definition of:
#define NRFX_NFCT_TIMER_INSTANCE...
Hello! I set-up my Thingy:52 devices, using the nRF52840 Development Kit, according to the GitHub tutorial .
Now, I would like to understand more about the communication...
I have an issue with attempting to test an encryption on a sample data made in that function and then called in int main(void). What happens is that during the debug the CRYS_CHACHA_POLY...
Ive Used GSM Modems for M2M data comms and would like to use the Nordic nRF9160. I dont want to use a Thingy or any development boards just need to get straight on to designing...
Hi I noticed that all of the examples use common/src/app_level.c Why is that? Is it recommended to not implement your own generic_level callback for example?
Hello,
I was downloading a project to the flash memory using J-Link SDK and I am having this messsage:
JLink info: ------------ DLL: V6.80a, compiled May 29 2020 16:27...
Hi,
I tried connecting the thingy91 out of the box and it was working fine, sending data to nrfCloud.
Now I tried to build the asset tracker application on my own and...
Hi All,
I am facing the issue with sleep current in nrf51822. initially i checked the sleep current 11uA. but after one hour it is increasing to up to 390 uA gradually....
Hi All,
I am currently designing a BLE module using nRF52840 chip which works with battery.
In the nRF52840 DK, it uses a Power Switch Driver ( SC728CSTRT ) from Semtech...
I want to add a button function to the ble_app_uart.
I don't need to use the functions of the BLE Button Module.
It's enough to just change the value of the variable when...
Hello,
I'm trying to develop a small module based around the nrf52832 chip, and I am trying to replicate the reference design and layout as closely as possible. One problem...