here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi everyone,
I fill a bit surprise but I don't understand who the speed of the gps is working :
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications...
Hi, can someone provide an example of reading the device ID from an QSPI flash (NOR)?
I'm trying to get it using my NRF52840 using the nrf sdk17.1 with the flash IC AT25FF081A...
I see in the datasheet that the NFCT peripheral supports wake-on-field, but the application I'm interested in is to upload/emulate an ID number to the NFC tag, and then hours...
Hi
I need to reball some aQFN73 nrf52840 devices and I couldn't find the specific ball size in the product spec document Nano_BLE_MCU-nRF52840_PS_v1.1.pdf
Can someone...
Hello,
We are currently working on a project where we need to sample a frequency input on a GPIO pin up to 6MHz. I have tried GPIOTE and TIMER with a PPI channel, but can...
Hi
I am reading the exernal power in one ADC channel and the backup battery in other ADC channel. When my hardware has not external power and the backup battery drop until...
Your old documentation website ttps://infocenter.nordicsemi.com/ carries a banner saying it will be shut down on 18 June 2024. Please don't do this! I can't find equivalent...
I'm running NCSv2.6.0 on some custom hardware, with an nRF52832 IC fitted. I'm trying to trigger an ADC measurement every ~ 300usec using a Counter, so need to set the Counter...
Hello community,
I am working on a custom nrf5340 board design, that uses the BL5340PA external antenna module to implement the nrf5340 chip in the design. The BL5340 module...
I have recently upgraded my SDK from NCS V2.2.0 to V2.6.0, and have come back to some firmware I had working under 2.2.0 as I need to progress that. The firmware is based...
You may ask what poolside means. It means at my community pool, where I don't have Internet access via Wi-Fi for my laptop.
I wish to run some AT commands like AT%NCELLMEAS...
Hi, I have followed the instructions in Securely generating credentials for nRF91 Series devices - nRF Cloud but cannot connect to nRF Cloud.
I think the instructions on...
I'm confused about the use of these two functions. I want my app to sleep immediately upon start and then wake up and do a BLE advertise when I press a button.
I...
Hello everyone,
I've been spending a lot of time to fix the issue not being able to enter DFU mode with the following error. I've changed so many versions of GCC, but it...