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 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...
Dear Nordic:
My nRF82832 codes based on nRF5_SDK_15.2.0_9412b96 and used s132_nrf52_6.1.0. But I find the Bluetooth signal of nRF82832 can’t be scanned by smart phone which...
Dears,
I am using DK PCA10028 (V1.2.2). Start developing from SDK_12.3.0\examples\ble_peripheral\experimental_ble_app_blinky.
All system configuration keep the same (ADC...
Hi,
I'm using:
nRF52840 Preview DK
Zigbee v2 (nRF5_SDK_for_Thread_and_Zigbee_2)
Segger Embedded Studio for ARM 3.52
Developing on a MacBook (macOS Mojave v10.14...
2017-04-12T06_05_42.374Z-log.txt
Hello,
the example "experimental ble app cgms" (SDK v13.0.0) failed to pair with nRF v1.1.1.
The error code was Authentication failed...
Hi, guys. I'm using two PCA10040 boards. One is using the ble_app_uart__saadc_timer_driven__scan_mode example
github.com/.../main.c
and the other board is flashed with...
Hi,
So I've been trying to get the SIP down to use its most minimal power consumption level to the claimed floor of 7uA or so (I'd take 20uA even), and have stripped the...
Hi everyone, I am using nRF52832 (PCA10040) and ICM 20648. I want to write a I2C aka TWI interface to read accelerometer and gyroscope readings and print them out with TeraTerm...
Hello,
Does anyone know if I can use J-link BASE for programming in factory. I haven't seen any limitation related with it why can't use it for production purposes but If...
Hi,
In app design stage, and we cant connect to the bluetooth device UNLESS GPS is actually on. I dont mean permission, that's fine, I mean actually having the gps service...
Hi, I just started to develop a new project with nRF52840 and I've been trying to understand about white listing feature of BLE.
As I need white list to skip unknown device...
Hello everyone,
We are using the nrf52832 Dev Kit ( PCA10040 1.2.1 2017.49 682663245)
SRK Version 15.3
OS : Fedora
On the saadc example in the peripheral folder...
Hello,
I need to convert a standard 32 bit floating point number to IEEE-11073 16-bit FLOAT with 12-bit mantissa and 4-bit exponent (source: https://infocenter.nordicsemi...
Good morning,
I have been asked to merge the code developed by two independent teams. Of course, each one of them took their decision on the management of time, and of course...
Hi,
Im using NRF52840 with SDK 14.2. Currently trying to use SPI to read a large amount of data. Currently, the SDK is limiting the array buffer size to 255. My understanding...