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 want to to configure mesh proxy node and along with that it should also contain relay functionalities using nrf5_SDK_for_Mesh_v4.1.0_src.
Is there any sample...
I'm seeing some issues I don't understand when using RTT. Here is a short fragment of code around the RTT_Write statement.
The commented out statements are included while...
I am using nRFConnect with nRF52840 Dongle. Since the last update to SoftDeviceAPI v5, nRFConnect cannot connect anymore to this specific devices (cheap JDY-10 BT/Serial adapters...
Hi, I want to store some personal data through flash in the LPN mesh routine. I read some posts and can be implemented by using flash manager, but I can't find the relevant...
Hello, I am working on storing words to flash using fds. I am working with the nRF52 DK and SDK V15.2.0. As mentioned in my earlier post , I am storing some critical state...
Hi,
Greetings!
I am using below setup:
SDK: v16.0.0
Mesh SDK: v4.0.0
Application: Light switch server and client
Hardware: nRF52DK
Distance between client and...
Hi, I am using ble_app_uart example for peripheral device and it will be powered by a 3.7 V battery. I need to use battery as long as possible. So I decided to make peripheral...
When I put the device into sleep it draws app 30 uA in sleep mode. Read in the manual: "Core standby current= 50 μA", "Current drawn if HFXO is forced on through for instance...
Hi,
I am trying to emulate a vendor's tool, whose BLE properties are configured as follows: Custom 128 bit Service UUID like XXXXXXXX- 0000 -XXXX-XXXX-XXXXXXXXXXXX
Custom...
hi, I am working nrf52832. I am making configuration file for nrf52.so I want to used Led3 set as high.
#define LED3 ((GPIO_PIN_CNF_SENSE_High << GPIO_PIN_CNF_SENSE_Pos...
Hi, I am looking to access nRF9160 modem via I2C. Essentially looking for hooks/ serial interface hand-off points used for instance in AT Client sample or Serial LTE Modem...
We have some devices out in the field with a mixture of application versions. In one particular case, we have device A on application version 10 and we have device B on application...
Hi there
I am having issues to perform disconnections from my central device when calling sd_ble_gap_disconnect()
most of the time I am able to disconnect properly using...
Hi Devzone:
I am researching how to maximize radio performance and stumbled on a statement on page 356 in the spec:
"Typical sensitivity applies when ADDR0 is used for...
Hi! Currently I have a nrf52840 devkit hooked up to an SD-card for storage through FATFS (using SPI). I would like to add a BME680 environment-sensor to the board and have...