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)
{...
Consider, I have checked these threads: https://devzone.nordicsemi.com/f/nordic-q-a/38832/system-on-sleep-mode & https://devzone.nordicsemi.com/f/nordic-q-a/30351/how-to-control...
I come from Linux background, where I've used Callgrind to get the dynamic analysis of callgraph of the firmware. But now I am work in IoT product its bare metal, I am using...
I am using SDK15.2 and I am using ble_app_hrs example to build a device that has multiple sensors and a display.
I am constantly reading sensors data using blocking TWI...
Hi,
I am starting working with nRF 9160 MLM1 Preview DK and installed embedded studio for nordic and imported asset_tracker project but I cann't program the board.
It...
I am looking for Windows 10 Driver that can be connect to remote nRF52832 via BLE (Using standard BLE Dongle in the PC with WIndows 10 ). Can some one give me points from...
Hi,
My question is how to set ShockBurst mode on nRF51 to communicate with nRF2401A? (is that possible)
I tried a micro_esb example on GitHub, but this didn't worked....
Hi,
I am using the nrf_cc310 library for the CryptoCell of the nRF52840.
PKCS1v1.5 encrypt and decrypt is working as shown in the example code (using padding).
I also...
Hi All.
I am familiarised with NINA-B312 module and I am used to seeing its local name being advertised after switch-on, but while testing a NINA-B302 I've just bought I...
I am using nrf52840. On running the Ble-Central program provided in examples of sdk15.2,Few nrfs are made to act as a Scanner whereas as many as 100 nrfs act as BLE Advertiser...
Please answer some questions below.
“Application” and “SoftDevice” can be replaced by DFU, correct?
Is Nordic DFU function inside “Module” (Orange colour part)?
If...
Hi
I am working on a product where I need a battery optimized beacon receiver - the opposite of what yo normal see with a beacon device where it is the transmitter which...
Hello,
I am currently using the sdk multiperipheral example. I use a nrf522832 as a central device and two nrf522832 as peripherals. I am connected to the two devices at...
I'm trying to make i2s working on mbed os by using NRF52 development kit board (based on nrf52832).
Looks like I'm missing something. What I managed to do so far is:
...
Hi,nrf52832 entered in bootloader mode.as ld5 led is keep blinking on power reset and holding if boot/reset button.please help me to get board back to normal mode.thanks.
HI,
I am working on NRF52832 SOC. with SDK 15. where i need to read the SENSOR data from twi protocol.
Common Write and Read Register function has been created
I...