Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
I may have a massive misunderstanding here....
Using nRF52, SDK 14.2, Ant S212.
I use a background scan to discover devices on channel 0, with a beacon on channel 1. ...
My isp (Internet Service Provider) doesn't provide ipv6. Now how do I send ipv6 packets (BLE over ipv6 packets).
Updated: I have an Nrf 52832 and I want to send access my...
Hi at All,
I’m currently working at a design using nRF52840. It’s extremely space sensitive and actually I’m not able to place all the needed parts to the PCB.
Therefore...
Hello
I want to get the MAC address of my custom device, is it possible to get the mac address of the nrf52832? and if it s possible , in which register? Thank you
ble_app_template.zip I need to setup whitelist. To achieve that while calling ble_advertising_init I specified
ble_adv_whitelist_enabled = true
then, while handling...
Hi all ,
I have to decode the IR pulse for remote . I want to use Timer to count pulse width .I know how to use timer to create a time , but I don't know how to use timer...
nrf24z1,atx has been linked with arx, iis of atx module have signals(clk,ws,data,mclk),iis of arx module have signals(clk,ws,mclk),but arx module have not data of iis. can...
HI,
We connect our own board with nrf51 via UART. From the host board, I call sd_ble_gap_rssi_start() first. I can see BLE_GAP_EVT_RSSI_CHANGED happens. Then I call sd_ble_gap_rssi_get...
We are all familiar with NRF_MODULE_ENABLED macros, what is their purpose and why are they required.
However, I am wondering if there could be a better way to implement...
Hi,
I am trying to get the example spi slave working. I am using SDK 11.0 ( I will try again under the 12.0 SDK later today).
I've checked my spi master by running the master...
Hi,
I am trying to interface MCP2515 with nrf51-dk. MCP2515 talks over SPI, so I have taken SPI_master as my base code. I have used MCP with arduino, so I thought it would...
Hi DevZone,
I am Nordic beginner, I am using the Nordic SDK example code for my current project. Before using Nordic DK, I was using Arduino for this project.
There are...
I'm trying to enable the S140 softdevice on my nrf52840-PDK from NuttX. When I call sd_softdevice_enable(), it returns NRF_ERROR_INVALID_FLAGS, which is not one of the documented...