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 am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Using EmbeddedStudio_ARM_Nordic_v452_macos_x64
I am trying to build a sample for 9160-DK
I get
CMake Error at CMakeLists.txt:20 (find_package): Could not find a package...
Hi guys,
I am developing an tracking app based on NRF9160. As I know, LTE only works with GPS when enabling PSM.
Here is my PSM configuration:
CONFIG_LTE_PSM_REQ_RPTAU...
I am using 2 nRF52840 DK for range testing using sample code available in SDK V16 (nRF5_SDK_16.0.0_98a08e2\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput...
Hello
I would like to use the extended advertisement feature of BLE 5 and sometimes update the data. My code works but there is one of your functions which returns me an...
Hi,
I am trying the example project "light_switch_server_nrf52840_xxAA_s140_7_0_1_dongle.emProject", facing some errors as show in image below:
If anyone has any kind...
Hi (aimed at Nordic really, this one),
Having the nrfutil available as nrfutil.exe (Windows executable) would be HUGELY helpful.
It's a real nuisance for us as developers...
I'm using 3.6v battery and I want to read the battery voltage, can I get the power ping directly to the any ADC pin of nrf52833 ? Or it cause any damage to the ic ?
Hi,
In the attached study from Nordic and Energizer there is data regarding the discharge behavior of a CR2032 Coincell battery under different conditions. I wanted to...
We are using nRF9160 as the host MCU and Modem for communicating to server. If VDD_GPIO is powered by 3V external supply and SIM card is powered by VDD_SIM i.e. 1.8V Do we...
Hi,
I have a hex file generated by uVision Keil 5 IDE . I would like to combine this with the hex file form the soft device. These two hex files once combined would help...
Hi,
I would like to change the manufacturing data with time. My advertising_init function implements the following line
init.advdata.p_manuf_specific_data = &manuf_data_response;...
I've been using the nRF52840 DK to load the firmware into my custom nRF52840 board using nRF Connect v2.6.0 and programmer v1.0.2.
However, on another laptop when I install...
Hi,
We have developed a custom board using nrf52832 chip and currently everything like (BLE, TWI, ADC etc) is working fine but we are having issues with the UART. we have...
Hi,
We are using nRF52840 with nRF5 SDK ver 16.0.0 with Softdevice S113 ver 7.0.1.
We use the radio timeslot to implement low level radio comm with very tight timing requirements...