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 wrote this code to make a 1MHz signal clock with timer and GPIOTE.
It works fine without softdevice, but when I modify my app to use BLE, gpiote doesn't work (I...
Hai ,
I am using nrf52840 and 15.2 SDK for ota over BLE. I have made bootloader for OTA over BLE and tested same with nrf connect application using dfu package zip file...
I tried to make a copy of the Asset Tracker example application to start my own project. However I cannot get it to load in SES. I'm currently on the Master branch of nRF...
Hello,
Based on the DFU documentation, you should be able to download an updated soft device as long as the "major" number of the soft device does not change. This was true...
I recently designed a PCB and have been testing it.The PCB mainly consists of the Bluetooth Module BMD-350 ( based on NRF52832 SOC ) and HX711.( There is an accelerometer...
Hi. I have a question regaring the nRF52833. I want to program the MCU using ArduinoIDE and I'm not sure if I have to use a programmer to program the nRF52833 and if so do...
SDK 15.3
SD S340
Bootloader implemented to update over GSM and BLE. BLE update code is taken from example secure_bootloader_dfu*. GSM update code is custom made. SDK is...
I set up nrf52832 that it is called proxy device, i create a loop that proxy device will sent 20 message to app phone (Android) within 100ms. But my app (Android) receive...
So I'm not sure that this is an error, but it is a little annoying. I have an application that sends sensor data using ble_nus. Works great, except that mixed in with my data...
To the kind attention of Nordic support team,
In case of a device and host ble bonded, I'm giving a look at disconnection reasons codes due to (1) host entering sleeping...
I have build a project, and it has been running normally. Now, I want to test a font data, so I created a function. But strangely, although the compilation has been successful...
We are developing iPhone application that configures mesh boards. If we try to send several messages in a row (specific case: trying to distribute application key and then...
Hi,
I have NRF_LOG configured with a RTT backend. This works great while debugging, but during beta-testing in the field there is no way to access the log.
Is it possible...
Hi,
I am a bit confused about the effect the Connection Interval has on BLE throughput.
SoftDevice documentation :
https://infocenter.nordicsemi.com/index.jsp?topic...
Hi,
I've implemented a program on the nRF5 SDK, based on the ble_app_att_mtu_throughput example, that sends out advertisements in between periods in which it scans for...