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...
Hi, I can normally log with NRF_LOG_INFO(). But if i enable softdevice (bluetooth stack init) logging stops working. Interesting part is that there are several log lines before...
BLE Control by Main CPU (MCU):
1. How the MCU communicates with BLE HW?
2. What is the amount of MCU performance is required to control the BLE? (expected answer example...
Hi nordic.
I use SDK 14.20 and nrf52840 board and s332 softdevice.
Our app has to use ant+ and ble.
My device connect with app.
App requests device to ant+ scanning...
hi guys:
When I was using mesh sdk, there was an error in compiling.
I use examples\light_switch\server\light_switch_server_nrf52832_xxAA_s132_6_0_0.emProject
I am...
Hi,
I am using SDK 14.2 -> BLE peripheral proximity example. I was trying to add a custom service and some characteristics to this proximity example. I basically took the...
Hi, I have two strange problems regarding the NRF_LOG. 1. In a for loop, char string that has changed is not printed out as what it contains now, it is printed out as what...
Hi,
i have purchased the following module
However, after connecting the VCC and GND to 3.3v DC supply the module is not detected. My questions are :-
Does...
how to slove it
1> Linking light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0.elf 1> build/light_switch_proxy_server_nrf52832_xxAA_s132_6.0.0_Debug/obj/ses_nrf52840_Vectors...
I am using the nRF52832.
I want to go to sleep in absolute lowest power mode possible that still allows a timer for wakeup. Using LFINT.
I don't need ram retension, etc...
Code example: nRF5_SDK_15.2.0_9412b96\examples\peripheral\usbd_ble_uart_freertos
Board: custom board with nRF52840
What are the fastest and easiest steps to make this...
Hello,
I am trying to code nRF52840- DK with MAX30003 ECG Board Using SPI. I have referred Arduino Uno Code for MAX30003 ECG.
I need some help for Driver Development if...
Hi,
Is there a way to dynamically disable only the fork of a PPI channel or should I go through disable-free-alloc-assign sequence?
Will nrfx_ppi_channel_fork_assign...
hi, nordicer:
two device, a peripheral and a apple phone as central. we want to support scan request and response with ADV_IND mode, I understand as following:
(1) peripheral...