I have an application that I want to build and run on 5 or 6 target devices including a nRF52840DK, nRF52840 Dongle, and custom boards. There are areas of the code that only...
Is it possible to see LOG_INF() or LOG_ERR() messages from custom board software when the custom board is connected to a nRF52840DK through connector P20? The custom board...
I'm evaluating nRF52840 as a candidate MCU for our next gen. electronics. I am following the DevAcademy class - all working well until I try to flash the (brand new - just...
Are there any unique design considerations to take into account when using the nRF54L series with RRAM? For example, are there any concerns about magnetic fields causing bit...
Hello Nordic Team,
I have a working project that uses BLE to communicate with a mobile app, and I am now looking to integrate Google Fast Pair as an additional feature....
Hi, I've been given an nRF52 devkit and have been tasked with programming to generate a 2.4GHz signal. The requirement given to me is that simple. (I believe an RF expert...
Hey,
I have been trying to set up wdt for my application which services some interrupts once in a while and advertises continuously. I put the nrf to sleep using sd_app_evt_wait...
Hello,
I'm trying to read voltage signals from a sensor using internal ADC and send them OTA. For now, my codes seems to work, but the only problem with my codes is it...
I'm connecting my nrf51 with my phone and when I move far from the microcontroller (long distance) the connection is lost
what's the function witch rise this error and what...
the code of 51822 PAN 73# must be added in SDK 6.0?
/* Add workaround when starting timer2 */
*(uint32_t )0x4000AC0C = 1; //for Timer 2
NRF_TIMER2->TASKS_START = 1;
/...
hello there i want to interface nrf51 dk with ds3234 using spi. i see spi master example. how to assign SPI I/O pins. can you tell me how to do it?? i find SPIMO_SCK_PIN....
Hello,
I am trying to work with the nrf51sdkv10 and trying to install arm-gnu-gcc toolchain on my MAC-OSx (El-Capitan). I downloaded the 4.9.3 version and installed in the...
For nrf51, the current consumption is more than 1mA when GPIOTE is used since 16MHz clock is always on. Is this fixed for nrf52? or nrf52 still has the same level current...
Migration document is great - I'd be lost without it. I'm just trying to be sure I understand the two changes for "GATT Server Authorizable Write Commands" and "GATT Server...
Hi,
My S130 based BLE implementation, when scanning, seems to receive BLE advertisements out of order, when the traffic is high. I wonder why. Could it be so that the callback...
Hi,
I would like to misuse the SDK by creating an communications systems based on advertising. From several Q&A posts, e.g. this one ), I understand that the current S130...
Hi,
I am writing an application on top of NRF51, using a S130 Softdevice. I wonder about the concurrenceness (?) of the code I write, and especially if I need to use critical...