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...
Hi,
I'm having a problem with the use of bonds since I migrated from SDK 13.1 to 15.0. The problem is that the function gscm_local_db_cache_update() in the gatts_cache_manager...
My kit is a nRF52840 PDK, i've installed SDK_14.2.0 and succesfully built and flashed the ble_app_hrs example project, but i'm not able to work as expected with the debugger...
Hello,
I am trying to build the light_switch_provisioner_nrf52832_xxAA_s132_6.0.0 example with my Laird BL652 DVK, I have modified the board to be hardware identical to...
I was running an application we have recently developed and it was connected to my phone when the LED1 started glowing faintly and then the bluetooth connection dropped. After...
Hi,
Our product has the HID of profiles and the connection is bonded link. So Auto re-connect in the system of mobile when the bond of the mobile around the device.
But...
I have developed software for a custom board (#1) with the nrf52832-CIAA (QFN packet) with LED's and buttons. It works.
I use the same software for another custom board...
m_prov_state is getting assigned at line #150 as well, I thing the assignment here is redundant.
I have also created a pull request on GitHub for this. Although this is...
I am trying to use an application timer along with some variables. I am using ble_app_template as base. To start of I've got the timer without any parameters being passed...
Hello,
I'm trying to port my application from the nrf52832 to the nrf52810. I'm using the Fanstel modules, originally was using BT832 and am now trying to bring the application...
1.What are the dimensions of the NFC antenna (component A1) for the reference designs given in the design files here
http://infocenter.nordicsemi.com/pdf/nRF52832-CIAA_Ref_Layout_v1...
Hi,
As showed in the code, I masked " else if (m_nw_state.provisioned_devices == 0) ", then it reported "NRF_ERROR_NOT_SUPPORTED".
Can you tell me how should I do...
Hello,
I didn't manage to run PA/LNA switching with softdevice (function: sd_ble_opt_set(BLE_COMMON_OPT_PA_LNA, &options)) with P1.* GPIO pins.
Note that all P0.* pins...
Hi,
Is there any chance that we can completely turn-off the radio part of nRF52832 and only the application part of the processor running. Also, we should be able to turn...
Hi,
I would like to program and debug a code into the Nordic Thingy:52. I read that I should have either J-Link or nRF52 DK. And I have the nRF52 DK, but I don't know...