We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
SDK version - 15.3
Segger version - 5.42
DK - nRF52840
I'm a beginner and I was following this tutorial our_services . The code given in the tutorial worked for SDK...
Hi
I am testing nRF52833 UART DFU function, but there is an error in merged HEX file,
Parsing input files. Merging file "SD.hex" into output. Merging file "APP.hex"...
When associating a pin with the UART, is it possible to still configure the pin to be open drain and with a pullup, or does the peripheral associating override those sett...
Hi :) ,
I'm using TWI to connect a sensor that i supply with an LDO regulator.
This LDO has an enable pin controlled by P0_23. Driving current is max 1uA so i configured...
In our project, we have defined 5 FDS_VIRTUAL_PAGES each of size 1024 words and have programmed to do GC if > 10 records are deleted. I see the 1st page being used for storing...
i have installed segger ide and nrf connect for desktop for programm nrf9160 , i have successfully uploaded Blinky code (zephyr) .but now i want to create a new project ....
Hi, I am trying the MQTT_SIMPLE sample on both the nRF9160DK and my own custom board. I have mfw_nrf9160_1.3.1 on both nRF9160 and I am using SDK v1.8.0. LTE connection seems...
Hi,
I'm using NCS 1.8.0 on a nrf52840.
I've got what seems to be a corrupted external flash Settings file. The issue doesn't seem reproducible yet, but as it happened...
I am working with SPI for the mfrc522 RFID reader. We were able to read the card previously while we used nRF connect SDK version 1.5.1 and nRF connect 3.6.1
Now I am not...
I'm using modem version mfw_nrf9160_1.3.1
It's waiting for semaphore and when CSCON notification came in between it's just resetting due to some hard fault. Can somebody...
Hi there,
I have gotten to the very last step of the following tutorial: https://www.youtube.com/watch?v=kdMJQFDRoss
The issue I am facing is that when pairing the Matter...
Hello, I tried building the app showcased in this example: https://www.novelbits.io/smart-ble-lightbulb-application-nrf52/
I have gotten everything to build fine except...
Hello,
I need some help or advice on the easiest way to perform DFU in a nRF52832 device using a nRF52820 as a central through BLE. My nRF52832 device already has the DFU...
Hello, All
I am evaluating the example, following the instruction information here https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_nus_eval...
Dear Support
Try to modify this use UART_1 for sending out data received via BLE, which is pin P0.14 on nrf52833dk_nrf52833, I modified Kconfig file under the boards folder...