Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hi,
when debugging nRF52 chips, currently using nRF52840-DK with arm-none-eabi-gdb (version 8.2.50.20181213-git), is the use of 'commands' supported?
Trying to see some...
I am using nRF51422 with the SDK 11. I am using the proximity application to measure the battery service. By default, the device uses VDD as its ADC input. I would like to...
Hi
We are using the version 2.0.1 soft device and it consumes 8kb RAM. We have a challenge with RAM on our device so we're looking for ways to make more RAM available for...
Using https://github.com/NordicSemiconductor/pc-ble-driver ( abce7974fe983c23930d362b1769e51c8fa13cbf) .
Just followed the instruction and compiled hex/sd_api_v6/connectivity_...
Hello,
I have a basic queries on BLE.
"Characteristic Properties" of "Characteristic Declaration" with UUID 0x2803 has Read, Write, Notify and Indicate. At the same...
Hi
Can I think so,if subscription address is identical in multiple nodes,then they are a group?
If so:
the light_1&light_2 OnOff Server Model subscription address is...
hi,
I had the board run the following code to connect it to the cellular tower:
#include <zephyr.h> #include <stdio.h> #include <string.h> #include <lte_lc.h>
void main...
I tried to advertising eddy stone beacon from getting serial UART data. i merged 2 codes in ble_app_eddystone and uart code but one error become like
..\..\..\..\..\..\components...
Hello dear Nordic Developer and Hobbyists,
first of all I would like to thank the developer team for the nice mesh demo. It functioned well and explicates the concepts of...
Hi,
I am not getting any response from the previous ticket. Did it get accidentally closed?
Case ID: 225033
Can please someone look at it? We are in urgent need...
Hi, I have tried to run nfc example, but it doesn't working, accidentaly i have found out that if supply 3V nfc not working, but if supply 2.7V and less it works, what is...
Hi, I'm designing based on the Altium files, but I'm not an antenna expert so I would like to know if you have any antenna recommendation for a low profile, because the one...
Hi,
I'm working on nrf52832 NUS. When i connect to device with "nrf connect app" i can see the data coming from sensor. But few seconds later device disconnect.
When...
Hello
I have 3 nodes, 2 Thread CoAP servers and 1 BLE/Thread Coap client.
Let's call them THnode1, THnode2 and BLE_THnode0.
I do not know the IP addresses of any node...
Hi,
I use "printf" or "app_uart_put" function to print message to UART., how can I check "all of the data had been transmit out complete"?
Thank you,
Chianglin