Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Hello, I've downloaded the lastest SDK (ver. 12) and the installer is only valid for keil 4.
Is it any option to have this SDK working on keil uvision 5 ?
Thanks in...
Hello all,
I just bought the nRF52(PCA10040) DK and programmed the s132 version 3 soft device using nRFgo Studio. Using IAR, I compiled and downloaded the UART example...
Hi,I'am try to update the bootloader. But it stop at 1%. I don't what I miss.
james_boot.hex
james_bootloader.zip
Log 2016-09-06 11_36_54.txt
Dfu_bootloader_via_hex...
hello,
I'm using S132/nRF52/SDK11.
I start a firmware development based on Nordic UART example, I kept the BLE NUS part (I loop back the data received over BLE) and...
Hi All,
Just noticed SDK12 was released last week, with build in support for S132, v 3.0.0. Judging from the compatibility matrix and notes, it looks like it removed support...
Hello,
I'm trying to set a new environment with the SDK12 that'll be less cringy than the one I was running under the previous one.
Basically, what I want is a workspace...
Hi
Using an nRF52832 and SDK11, I have the following issue:
I want to use button 0 with a regular push for functionality and a long press to go to sleep. The detection...
Hi, I'm trying to move from nRF5_SDK_11.0.0_89a8197 to nRF5_SDK_12.0.0_12f24da and faced an issue. I have build error in
....../nRF5_SDK_12.0.0_12f24da/components/libraries...
Hi@all,
i'm trying to connect to a BTLE Printer (printer -> peripheral) from my central (nrf51822 board). But i cannot use the standard discovery examples because i cannot...
Hello, I have pca10001 board and I would like to read an analog input from ADC.
Is there any complete example which I can test using potentiometer ?
Thanks
I'm trying to write some data to flash memory (32 bytes) every 1 minute. the data are not NULL but then I noticed that sometimes (not always) the pstroage module write zeros...
Hi,
I am programming and debugging an external customised board by following the DK manual and the below link:
electronut.in/.../
I use the interface P20 instead of...
Dear all
I want to add the static pin to my project(s110 stackV8.0, based on SDK10), add the follow code to gap_params_init:
uint8_t passkey[] = STATIC_PASSKEY;
m_static_pin_option...
Dear all
Good day!
I want to develop the Android APP to received the BLE's ad raw data(which is dynamic change). Which API should I called to get the raw data? And should...