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...
Hello,
I would like to use DMA on UART1 on the nRF9160. Can you provide an example for setting up the UART with DMA for Zephyr? I can't find any documentation or direction...
Hi,
I am developing firmware for both nRF52832 and nRF52840 chips. For serial communication, I would like to have a common interface for both chips, which means sending...
Hi!
We are developing a beacon for a hursh environment based on NRF52832 chip and now close to production. Recently we've noticed that unit power consumption for some reason...
I want to use extended advertising features , I search ble_peripheral only one example is ble_app_rscs
I compiler and program, i can't find the device in my phone app
...
i download App(iOSDFULibrary) from https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library .
And delete all firmware itself have. Put my firmware into folder (Firmwares...
Hi,
i am doing a project where i am modifying secure uart boot loader,
the problem which i am facing is while debugging into boot loader example i am not able to see the...
Hello all,
I've been modifying the thingy:52 mesh demo ( https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo) to support more sensors but I've noticed a severe...
The NRF52810, gives the 0dBm out, with 4.6mA peak current 。
When we using, we plan 20Kpcs for mass product, the current is more 4.6mA, it is 7.4mA 。
we use the 2MBPS air...
I would like to have multiple threads simultaneously accessing the modem via the AT commands over the AF_LTE socket. Thread1 does the normal AT+CFUN=1 and other active commands...
running DFU example from <SDK 15.3>\examples\dfu\secure_dfu_test_images\ble\nrf52840 , and attempting a DFU update of:
sd_s140_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds...
Hi everyone.
I have a problem with processing with recived UART data. I'm using software UART from example > peripheral > uart.
I use nRF to comunicate with GSM module...
Hello,
how can I store CCCD values in flash?
I read that the peer manager handles it ,but when i reset my device and load all bonded peer data, the CCCDs are not set....
Hello everyone,
i'm trying to hook up an external i2C sensor to P5 connector (TWI_SCL_EXT, TWI_SDA_EXT) and created a device driver template ( from drv_gas_sensor.c example...