Hi Nordic team,
This is a follow-up to my previous question here:
Can nRF52833 perform PAwR while also syncing to another PAwR device?
We are now extending our design...
Hi,
I'm trying to build nmea parser, so I have a functionc hecking all nmea sentences and trying to get double value, but I always go bad double value. For example here...
Hi
I am trying to setup and test the OpenThread CSL feature on nrf52840DK with OpenThread daemon and RCP mode nrf52840DK.
I found there is a way to build the Daemon for...
Hi,
With several nrf52840 based prototypes, I had serious problems. I could see them die after flasing them a few times. And this was not just one dying, it was all of them...
Is a common ground required when measuring current in current meter way?
Can externally supplied voltage exceed 5V? Will this cause inaccurate test results?
I'm working with nRF5340 and nRF Connect SDK 2.9.0, using sysbuild and Partition Manager for my project. I want to enable Zephyr's coredump feature and store dumps in internal...
How can I display the nrf serial terminal logs files on VS Code while keeping the same colors and text highlights for dbg , inf , wrn , etc., just like when viewing live logs...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
From the SDK documentation
infocenter.nordicsemi.com/index.jsp
"...platform.h is a use case and
system specific file that can contain
defines and routines needed...
Hello Nordic People,
I am working on making concurrent operation of ESB and BLE to set up sensor network. Currently, the initial set up has been implemented in such that...
Hello,
I use GCC as IDE because I must(though I debug perfectly via Keil v5). I migrated to eclipse GCC by the tutorial published here on 'Devzone'. I added some C codes...
I want DFU function ,so use Heart rate with DFU in SDK v6.1.0.
when i add my new service (in another file) to project , compile passed.
but can't find my new service at...
i've written this program to toggle a led on a button click
if the time between two button pushs is less than 3 seconds it doesn't work the handler isn't called , i've...
Hi.
I've started to check if I can get ANCS compatible content provider to run in Android. The nrf52 is running out-of-box version of the nordic ancs example.
I can...
Hello everyone:
I met a strange question for advertising.I set the advertising start when I press the button,timeout for 60s and not restart advertising.But sometimes when...
Please help me to solve one question,thank you!
nrf_adc_input_select(NRF_ADC_CONFIG_INPUT_2);
The inside of the code
NRF_ADC_CONFIG_INPUT_2 -----》》 NRF_ADC_CONFIG_INPUT_2...
Hi i am starter to nordic nrf52.....I have issue in storing the large array values it shows no space...how to increase the space to store array values...plzzzz. thank you
The only reference is an old one back in 2014, has standard JTAG boundary scan been implemented on the nRF51822? If not, is the JTAG interface used for programming only? Debugging...
Aim: I want broadcast ibeacon info in one broadcast packet, and broadcast ibeacon name at the next broadcast packet.
The broadcast packet data length is 30 bytes.
Q...
I am looking for some guidance as to the memory regions to reserve for the Bootloader hex if I pull it in via Segger Embedded Studio. I have the memory allocations for the...
I have a working application with TIMER1 setup to fire handler every 10us. I would like to add a 560us periodic event to enable/disable a PWM, so I add a little more code...