I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello,
I am developing a capacitive sensing application with the nRF52 DK and Segger Embedded Studio. So far I have integrated the Capacitive Sensor Library Example into...
Hi everyone,
I am working on a project with the NRF9160 DK where I want to use the UART3 channel.
The issue is that I got compiling errors when I add CONFIG_UART_3_NRF_UARTE...
Hello,
I want to test the Thingy Mesh Provisioning Demo v0.7 with the codes provided on the GitHub:
https://github.com/NordicPlayground/thingy52-mesh-provisioning-demo...
Hi,
I am using s140 v7.0.1 for nRF52840.
I found if I configure NRF_GPIOTE->CONFIG[0], then BLE will not work.
Which GPIOTE channels are used in s140?
Thank you.
Hello,
I need example code or guidance in how to receive eddystone advetising packets on the nRF52832.
In my project, I can send standard eddystone packets to a app...
Hi All,
I am new to BLE technology and I am working on nRF52840 and I have below queries.
1) I need to operate my device to scan and advertise both at the same time when...
I stuck a breakpoint in the main loop to capture the timer values. Everything looks good, the capture has worked. The interrupt isn't called however. I've disabled the softdevice...
Please understand my low English level.
Segger cannot find be_advdata.h. I've added this route to the preprocessor. But an error occurs. How can I fix this?
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’.
For better clarity, I am trying to understand...
When scanning, is there a built-in way to detect and ignore duplicate advertisement packets (i.e. from the same device)? Specifically, I want to instruct the SoftDevice not...
Hi.
Thank you for your hard work.
I would like to apply the Timer example to the Uart example in SDK 15.2.0.
It was able to build without any problems before the timer...
Can somebody help me to setting up debugging in eclipse (nRF52840_xxAA)? As all I use some old tutorial here . But I still can't set up debugging on eclipse for 3 years of...
Hi
We are using the nRF9160 to drive the SD pin of the QM14501 LNA, which would typically consume 740uA. While the pin is driven high, I only measure 0.7V on the pin, so...
Hello,
I'm receiving a FDS_EVT_UPDATE (FDS_ERR_OPERATION_TIMEOUT) in my fds event handler. My update didn'it work but i don't know why.
If someone has already faced this...