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 nRF52810 + 15.3.0 s112 to develop. After the equipment upgrade is successful, I power up the equipment again, and the equipment is always in DFU mode.
For some reason it seems that the TWI master does not generate a NACK. As a consequence, the TWI slave keeps sending data. I have managed to create a very simple function...
Hi
I have a really strange issue with an NRF52840. I'm using it with an MPU-9250 connected via TWI. I've modifed the excellent library:
https://github.com/Martinsbl/nrf5...
I want to use RTC handler , so I used NRF_DRV_RTC_INSTANCE.
I use SDK 16.0.
" 'NRFX_RTC"_INST_IDX' undeclared here (not in a function) ; did you mean 'NRFX_RTC_INT_TICK...
I've been reading into the "nRF5 SDK for Thread and Zigbee v4.0.0", and I wondered about the limitations , in specific
is that a hardcoded limitation, or does it require...
Hi I programmed the nRF mesh experimental dimming example on the nRF52832 chip. I noticed that, when using Bluetooth Mesh provisioning apps (I've tried several to verify this...
I am trying to setup a PPI channel to trigger the SAADC in simple mode. However, it appears as though the SAADC module is disabled after every read. I.e. if I write:
...
I am unable to flash the DK board facing issue " Failed to Connect to Target. No idcode detected. Please check connections and Target interface Type."
DK Board Details:...
I am using LSM9DS1 IMU, nRF52840 with SDK v16.0.0. I configured the IMU to raise an interrupt when the FIFO buffer be full by writing to register INT2_CTRL the value '0b00011000...
I can't see it!
https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop
The 'Downloads' section contains only the "host" native app - doesn...
I am trying to interface the BMM150 magnetometer with the nRF58240 MICRCONTROLLER, Iam able to establish the I2C connection and get the return value from the reg 0x40 and...
The stock LPN client for Mesh SDK v4.0.0 throws NRF_MESH_EVT_SAR_FAILED when replying to a publication set message via a friend node.
All code, reproduction data and log...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) I want to write Serial number into...
Good morning....
I have an application that needs a remote control to communicate to six end nodes that are about 200' away in warehouses. It is a one-way communication...
Hi
the latest Errata sheet of the nRF52840 lists number [228] RADIO: No interrupt is generated for SYNC event.
Checking it, I was a little bit surprised finding actually...