Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
Hi, I want to distinguish whether the USB is connected to a PC or a power adapter.
For my application, FATFS still needs to work when connected to a power adapter, so it...
Hi Nordic,
Why I cannot directly use segger's "Build and Debug" to download file to nrf52832, after I modify some code?
After I use nrfGo Studio first to program the...
Hi, in the past, there has been discussed several times whether a peripheral can advertise even when it is already connected/bonded. It turned out it could be possible, however...
Hi, We are working on multiple product based on different MCUs (nRF52832 and ESP32). We would like to use the same Nordic BLE DFU for both of the products so that we would...
Planning to run Packetcraft LEAUDIO stack on nRF52840-DK. This is for evaluation and later on for some development on top of it.
Will it be supported. or is it must to have...
Hi,
I am trying to figure out how serial handling works. Specific questions bolded below. To the best I can see, what I think happens when transmitting is:
NRF_SERIAL_DRV_UART_CONFIG_DEF...
Hi,
I have custom board based on nrf91 but i am going to generate 2 SKUs out of it, the first board consists SIP alone mostly running the SLM application, and my second...
I am trying to capture a signal that transmits upon receiving a polling signal along the same wire.
I have frequented this example but still not having any luck (LED toggles...
Hi,
we have in production an old application developed with SDK13. The application size is growing and with the last update we discovered that during DFU bootloader update...
Hi
I am using an Analog Devices chip as a SPI master and BMD350 (based on nRF52832 chip) as a SPI slave. I want my phone app to send command to the BMD 350 (SPI Slave via...
Hi,
I am testing the UART communication using 2 nRF board, 1 DSP board(test completed with PC).
The code had error, NRF_ERROR_NO_MEM, and I just solved the problem by...
Hello
I use the SDK v17 and the example ble_app_uart and use various functions such as LED, timer, buzzer, etc. I want these functions to work after Bluetooth is connected...
hello ,
i want to perform advertise and scanning at the same time or concurrent. so, for this task i set advertise interval 90ms and scanning interval 105ms and windows...
Hi Guys,
I know there are a lot if topicks about issue with "sd_softdevice_enable". I read them all and nothing help me.
I try to run "nRF5_SDK_17.0.0_9d13099\examples...