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...
I tried Blinky blank application on PCA10040 by IAR. By pressing "Download and debug", everything is fine, I added RTT debugging information and can see it from RTT viewer...
I Have an issue trying to flash a nrf52832 custom board.
Something extrange happens because when I download an example from keil that blink a led(gpiote_pca1036(nrf52 PCA10036...
We are using s110_nrf51_8.0.0_softdevice.hex soft device and nRF51 SDK v10.0. We have below questions in case of soft device assert scenario.
In what scenario's soft...
Hello,
I am working with the example of PDM example on the nRF52832.
And over this I would like to use the drv_speaker. I put all the files from the Thingy 52 example...
On a system using an NRF52832 with S132 softdevice (without no external LFCLK XTAL), in low power mode via sd_app_evt_wait() - we see a nominal current of ~3uA with a periodic...
Hello Nordic,
Can you share pdf of nRF91 sneak peek presentation.There is an audio problem on video.
Best regards,
Marcio
www.nordicsemi.com/.../Low-power-cellular-IoT...
hi team,
i am having a doubt. i had created a service for connection interval which is 0x1528. with read and write properties. in that we can set value from 100ms to 10240ms...
I would like to ask for any information regarding the near-future plan for the nRF SDK for Mesh.
Are these features planned? And if so, when would they be implemented?...
nRF52832
There are three ways of working with the clock registers, a hardware access layer macro set, the nrf_drv_clock.c/h, and direct register access.
What is the...
I am implementing Device Firmware Update using BGLib on C# using BLED112. When i am writing on the DFU Data point on Peripheral (which is a Nordic's nrf51 chipset), i need...
hi,everyone.
version:sdk10.0
i know the nrf51822 system running order is: softdevice->bootloader->app.But i have a question when i am reading bootloader. If the program...
I have a question about the wait_for_flash_ready routine in the nrf_nvmc.c file.
static inline void wait_for_flash_ready(void)
{
while (NRF_NVMC->READY == NVMC_READY_READY_Busy...
Hey,
I have my nrf 52 dk and nrf connect 1.1.1.
I have soft device v3 on my nrf 52.
I connect my board into my computer, NRF connect recognizes my board and gives me...
Hello,
4 of 5 times when i want to connect to my firmware using RTT the firmware crashes.
Commands that i use are:
terminal one: JLinkExe -if SWD -device nrf52 -speed...