It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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 unable to toggle LED's on server boards, using Push buttons on client boards. flashed the light_switch client,server, provisioning images on nrf52832 boards using nrf5SDKforMeshv300src...
I programmed my nRF9160DK with the asset_tracker app using SEGGER Embedded Studio for ARM.
What I did was to open the prj.conf file and changed the following from "n" to...
Hi all,
I'm currently testing my Mesh network on a small scale. I'm sending messages every 25ms with different TTL values in an environment as visualised below.
The...
Hello,
I'm currently using an nRF9160 DK v.0.7.0 and the provided samples like the asset tracker and the at command client. Compiling, flashing etc. of the firmware already...
Dear Sir/Madam,
Can nRF Sniffer fetch the data of BT Classic Devices having any BT Version from BT 2.1 to BT 5.0?
Kindly help me on this issue
Regards,
MIHIR TAIL...
(running a mesh 2.1 sdk)
I am provisioning my nodes over serial and do not need the GATT Provisioning service. I need to access the GATT Proxy service to send mesh data...
I want to upgrade FW.
Android app has done. but only iOS encounter some problems.
First, I try to download nRF Toolbox on Github. result is DFU Service not found .
I...
Hi,
As per subject I am looking to implement hardware on-the-fly AES-CCM encryption/decryption of ESB packets. Are there any examples/guides available for the nRF52840?...
Hi,
With the PPK PCA63511 we have tried different PPK software such as python 1.1, nRF connect for desktop.
In that process we observed that current measurements are...
Hi. I have a problem with using RS485 (ISO-3082DWR) from NRF-52832. The SDK version uses 15.02. Here's the code I've run. nrfx_uart_config_t uart_config =
{ .pseltxd = 30...
Hi,
I am working on a project in which I use the USB_CDC_ACM profile. I have mainly taken the example you provide and add the rest of my code.
Everything is working fine...
Hi Sir
Do you have any suggestion for transfer file from PC to QSPI external flash ? over USB ? please teach me how to start.
I need a simplest way for put file to external...
Good Morning
Im having a looking at the lightswitch example nrf_SDK_for_Mesh_v2.20. I am using my Iphone (IOS 12.11)
I have build the proxy_client and proxy_server and...
Hi,
I am trying to add nrf_storage to my project. The goal is to read-write-earse on flash. I have try exemple code name "flash_fstorage" and it work perfectly.
So I...