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 -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
I have a application using 52805 with no external crystal, I found that Timer1/2 not working, anyone have idea can Timer run with internal HFCLK(HFINT)? by the way, everything...
Hello i am trying to send 4 bytes of data over ble with custom service but im getting an unknown error and i am stuck in a dead end please help me .I am greatfull to any kind...
Hi,
I try to change the endianess of transmitted data from Little Endian to Big Endian.
So for example when I want to transmit a value uint32_t valueTx = 0xAABBCCDD
...
I have nrf 9160 DK board and sdk v 1.4.2 ( downloaded from nrfconnect toolchain manager ) .
For example blinky , which is the DTS file it takes and how do I modify it ?...
Hi,
Firmware v1.31
I have a question about using those call functions https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/lte_lc.html#c.lte_lc_deinit...
Hi,
I cannot compile the example/ble_peripheral/ble_app_uart project (others examples are compiled ok). I didin't make any changes. The errors are some files in the library...
Hi,
I am working on a personal project, and I have added my own functions in the ble_app_template project. I was trying to add the UART functionality in this project, based...
I'm using JLinkRTTViewer to view the outputs from the application and to enable the logging, I used the following configs in sdk_config.h:
set NRF_LOG_BACKEND_RTT_ENABLED...
Hello
SDK ver 17
DK nRF52 DK
DK is a peripheral connected to many centrals. Every time I connect to a phone I get the messages attached in the picture.. My question...
Hello, support team:)
Currently I am working on SPI communication with LSM6DSOXTR.
CLK, MOSI, SS is working as expected. But there is no MISO signal.
0) All SPI...
Hi,
Just would like to know is it possible to proceed auto pairing by restore the MAC address of host?
The current idea is using direct advertising to speed up the pairing...
Can a provisioner work as a client connect to a server
how do I set on the phone app(iPhone 10s)
in example/light_switch I did not do any change on the example
...