I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
What happened to the webianrs.nordicsemi.com web site? It is inaccessible currently and the Events page on the main site references broken link for the video archive of the...
Hi everyone,
I am doing an evaluation for a Bluetooth Mesh based project. There is however one huge source of uncertainty that I cannot find definitive answers to, and that...
There appears to be an issue in the end-handle in the example code to retrieve characteristics for a service. Currently the code is:
// Search for end handle. for (uint8_t...
I've tried this with S132 and S140 7.2.0 and NRF SDK 17 on an NRF52832. I get random NRF_FAULT_ID_APP_MEMACC errors, that seem to be triggered by long running functions (though...
Hi ,
We have requirement for firmware update over Ethernet [ external Ethernet ENC28J60 module interfaced over SPI] 1. Is bootloader customizable for adding SPI driver ...
Hi ,
I am a beginner using nrf24l01 module and arduino. I need just to glow an led in the arduino module whenever other nrf24l01 module nearby( second nrf24l01module also...
Hi everyone,
Id like to know if anyone has tried to implement NFC Blocker Tag on NRF52480 or any similar nRF5 chip using their SDK. In general the purpose is to block a...
Hello! Is it possible to select to which interrupt types WFI (wake up from sleep mode) reacts?
I have a system with nRF51 where RTC clock initiates temperature measurements...
Hi,
The project "Thingy Mesh Provisioning Demo v0.7" which is available here on GitHub is for " Nordic nRF5 SDK for Mesh v3.2.0 "
Question: Is this project only supported...
Hi,
On our board, we have a nRF5340 + nRF9160 that turn on as soon as power is provided to the board.
We would like to reduce the inrush current drawn by these components...
Hi all,
I am working on CAN driver for the MCP25625 device, which communicates to the nrf9160 via SPI. I am following the SPI example https://github.com/Rallare/fw-nrfconnect...
Hi,
in the timeout_handler of app_timer_create, invoking function nrf_esb_write_payload(&tx_payload),The timeout_handler function won't come in again,why? timer cancel?
Dear all,
I am using NRF52832 for a mesh application. I utilize the light switch example for the project.
Description of my application:
1. We have 6 devices. They...
I am trying to integrate LPS22hb sensor n nrf52832. I am starting with twi_master_using_nrf_twi_mngr example(sdk15a->compents->drivers_ext->lps22hb)
I have added lps22hb...