Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi I'm trying to get more insight about nRF7002 power supply requirements. My last question didn't get a follow up so I guess a block diagram of the internal power arch was...
What would happen if a battery were connected in reverse to the nPM1100? Would it cause damage to the IC, trigger any protection mechanisms, or result in abnormal behavior...
When Developing with nRF5 SDK, follow the Developing for the nRF52805 with nRF5 SDK - Getting Started - nRF5 SDK guides - Nordic DevZone 。
The Peripheral UART Example runs...
I am having issues using a keypad to wakeup an nrf52840 and am unclear on if the GPIO sample is relevant if using a kbd_matrix device definition. I would like to use "sys_poweroff...
Hi Nordic,
I have a general question about kernel threads in the mesh stack. From memory, Bluetooth has its own thread in the stack I think. At some point in the stack the...
Hi,
As title, please help to share the required information for nRF52085 pre-design evaluation, thank you.
1. Reference schematic & layout file & guidance.
2. Design...
I've installed Visual Studio Code and nrfutil and nRF Connect and J-Link and managed to compile Blinky and flash the Thingy:91 X using the terminal:
./nrfutil device program...
Dear all,
I’m working on a project using the nRF9151-DK and need to implement frequent data transmission via LTE. My setup includes multiple I2C sensors, and I want to send...
Hi everyone,
I am getting this build error while I am trying to call a function from gpio.h in my custom code
Looking at my includes I see this
This is a really...
Hello,
I'm just starting with the Power Profile Kit 2. I've read all available documentation but I didn't find any information about the switch SW1 called 'POWER'. There...
Hi,
I'm using an nRF52810 on a custom board and I'm using softdevice s112_nrf52_7.2.0_softdevice.hex.
I want to write some information (just 4 bytes) to flash memory,...
Hi!
I'm trying to decipher the MPSL FEM API documentation and I'm adding code to a bare metal project to initialize the simple gpio interface FEM config.
I'm running ...
Hello,
I'm using nRF5 SDK v17.1.0.
I couldn't find anything about it. Could I ran in some problems if i choose to handle the nrf_libuarte_async_evt_t in thread mode and...