I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
I submitted a project idea for the Electromaker make it smart thingy:91 contest. Part of that was to detect and alert a user if there was an impact. This would require access...
How do I find out which peripherals are available at the same time?
Somewhere it was mentioned, that peripherals wit the same "ID" are on the same HW and only one of them...
Hi,
What's the max range achieved with BL5340 (With PCB Trace antenna) in indoors and Outdoors when advertising and connected mode? (With 1M,2M and Coded PHY(125Kbps,...
I use nrf connect sdk 1.9.0, to run periodic_adv and periodic_sync example.
The adv side sends this data: mfg_data[] = { 0xff, 0xff, 0x00 };
But in sync side in scan_recv...
Hi,
My mesh project is occasionally suffering some dropped messages and after probing around I found this on one of the nodes.
I have four nodes and one gateway running...
Hi,
In nrf52840 dongle, I use nrf_crypto_ecdsa_sign function to sign.
Everything is fine in when building, but when testing the real world data, it’ll will show error...
I use 52820 to do ble_usb+esb project, but I have encountered problems when adding USB. I have added USBD_HID_COMPOSIT in the project of \ examples \ peripheral \ usbd_ble_uart...
Dear community
I am developing an autarkic embedded system where I harvest energy from a thermoelectrical generator. It is a simple application, I need to acquire the open...
Hello,
NCS1.8.0 Windows10 X64;
i test v1.8.0\nrf\samples\bluetooth\direct_test_mode, and i want to use nrf21540 model.
i've set CONFIG_NRF21540_FEM=y and do Project...
Hi,
I have been playing around with the nRF9160 DK trying to get it reading a range of sensors, so far with success, however I have found an issue which has stumped me...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We connect to the broker through the MQTT command...
Hi,
I'm trying to compile Zigbee examples nRF5-SDK-for-Thread-and-Zigbee in Keil but faced some errors.
This is the error I got. This is the exact location of the project...
Hello,
I'm designing a device based on nRF52840 SoC that receives a configuration (set of 50 parameters) from an app which downloads the configuration in JSON format from...
Hi, I tried to run an adc example ( https://github.com/haakonsh/NCS_SAADC_example/tree/master . ) for nrf5340 in another post ( how-to-configure-the-dma-in-adc-and-how-to...