I just obtained a PPK2. Nice to see an ARM native installer for nRF Connect on MacOS.
However, for the PPK2, only "Not supported yet" is displayed.
MacOS version is 14...
I am receiving the above error when trying to create a destination under "Device Management -> Message Routing Service -> Add Destination". There is no further indication...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
Hello,
I am using Timer_2 with two CC registers configured, 2 PPI channels (one for each CC register in the timer), and one GPTIO_TE to make a PWM to control dimming on...
hi,
my nrf51822dk was downloaded s110 hrs demo,and it was advertising,i used a ble sniffer dongle to get the advertising data.the AdvData is "0B 09 4E 6F 72 64 69 63 5F 48...
Why is it a standard in nordic-supplied code to initialize structs with memset like so? An example would be:
ble_gatts_char_md_t char_md;
memset(&char_md, 0, sizeof(char_md...
//Edit:
So Hung Bui just told me in another question, that there is indeed a buffer of size 6 or so?
How can I decrease that to 1 (i.e. disable it) so that only the latest...
I have the nRF52 DK and cannot determine the silicon revision on it. Is it the 'Engineering A' revision and therefore is subject to all the Errata that is currently published...
there are 3 modules to test(A1,B1,C1)
*2. A1 connect with B1(B1 is master, A1 is slave), C1 is power off, B1 as slave attempt to connect C1 with BLE_GAP_ADV_TYPE_ADV_IND...
I need a PWM signal as outoput from the nRF51-DK. And I do need the softdevice. So I decided to pick the code from the nrf51-pwm-library-master and add it to my project(SKD...
Why I will restart the ADC is used to measure the voltage is greater than 1.2 V
void battery_start(void)
{
uint32_t err_code;
// Configure ADC
NRF_ADC->INTENSET...
I just assembled my first nRF51822 board and I was able to program it using an IDAP-LINK and a blinky program compiled with the Eclipse/GCC toolchain flashed via SWDIO/SWDCLK...
Hi all,
Due to the updates file structure introduces in SDK 7.0 I'm trying to figure our where everything has been scrambled to. Here are the items I'm struggling with...
Hello,I wnat to enter in dfu mode after each advertising.I don't understand which is the handler / function that are called when send a advertising message?How can I put the...