Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
I use the " nrf51-ble-dfu-symmetric-signing " example from GitHub.
The application download over dfu works fine on the PCA10028 board.
But how can I install this bootloader...
dm_distributed_keys_get returns address of local variable 'peer_enc_key';
sdk version: nRF51_SDK_9.0.0_2e23562
in function ret_code_t dm_distributed_keys_get(dm_handle_t...
hello guys,
I'm working in a project & I added some sort of security to the project, I enabled the bonding & MTIM flags through:
#define SEC_PARAM_TIMEOUT 50 /**< Timeout...
Hello,
The 32kHz external oscillator is it required by S110 softdevice v8.0.0?
I haven't see this information in soft device specificaion v2.0.
Thank you.
Hi everyone,
I am using the Arch BLE running firmware version 221 (most current one).
Whenever I create more than 3 PwmOut objects (from the mbed library), the MCU just...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I think I have followed everything from:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
to convert the dual_bank_serial_s110 to an S210 serial bootloader...
Hello
I’m trying out the new nRF52832 (QFAA-AA0) with preview kit pca10036. I have S132 softdevice installed and running the beacon example from SDK 0.9.0 which appears...
Hi,
I am using the sample BLE_gls code provided by Nordic.
I have made the following changes in the code:
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES...
Now I want to store some data above bootloader( the address after bootloader), but every time when I call the function pstorage_init(), the function will defaultly set my...
How to add single 128-bit characteristic uuid. It's not based on service uuid.I have tryed the link text ,It's work,but it's something wrong .
I am working on ios ble midi...
I developed a custom board with nRF51822_xxAA on it, working on low voltage mode.
I can program some basic things on it using Keil uVision 5.15 and a J-link to flash the...
Hi,
I'm trying to use the pstorage on a central device.
An event of BLE_GAP_EVT_ADV_REPORT is called by discovering some ble devices while a central device is scanning...
I have a nrf51-DK, SDK 9.0, S110, dual-bank bootloader that supports both serial and ble protocols, developed using GCC/Eclipse. My application uses the watchdog timer. I...