I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hi all,
Please find my following current measurement resuls in the pwr_mgmt example using a nRF52 preview DK and SDK 13
My setup is as follow:
SB40 is cut
SW6 is...
int main(void) { initialize(); execution_start(start);
for (;;) { (void)sd_app_evt_wait(); } }
can you explain me the execution of code flow in the main with these APIs...
Hi to all,
I am new i ble tech, i read some where that notification charactristic dose not need acknowledgement but indication need, now i want know that this acknowledgement...
Dear all developers:
I want to use whitelist on central mode,and using SDK12.3.0. I have see some call be used like this:
pm_whitelist_set(whitelist_load())
p m_device_identities_list_set...
Hi,
We are working with SDK 15 with the HRS freeRTOS example. we did some modification to the advertising modes so that we advertise on fast mode for 1 minute and after...
Hi,
I'm using nRf52832 with SoftDevice S132 V3.0.
I found that I can exclude a bluetooth channel from the map by function sd_ble_opt_set .
But how can I tell that a...
When I compile the project (nrf5_SDK_for_Mesh_V2.0.1) exemple: Light_Switch....... there is an error that appears
#include "boards.h" --> (no such file or directory) Why...
I'm using SDK mesh v1.0.1 and nrf51822 S130 for mesh application. Light switch example is working fine. Now I want to add a twi sensor in server side. My doubt is in mesh...
Hello,
First, the current of the advertising frame was too high (around factor 2) and I have switched on the DC-DC to correct for that by inserting sd_power_dcdc_mode_set...
Where could i get the apk of thingy 52? it's hard for me to log on the Google play to install it because my phone didn't have GoogleServicesFramework, could anybody send me...
I am working on RTLS project. In beacon i am advertising battery life and temperature along with minor number and RSSI . I am merging battery strength and temperature in major...
Hi!
My setup:
* nRF52 DK
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* android ver.8 smartphone with nRF Connect
I have implemented the...
Hello I'm using a macbookPro 2016 which only has usb-c and I can only connect the dk through a usb hub.
I have already installed the nrf5x-Command Line Tools for OSX but...
Hello everyone, i'm currently doing a project with nrf52832 and i just came across a problem. I configured 3 pins as output, then i set 2 pins to high and 1 pin to low. But...
I would like to implement UARTE.
· Nrf 52 · SDK15 · S 132
The big advantage of EasyDMA is that it does not issue interrupts for each byte received. In nrf 51, "app_uart_get...