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...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
while compiling my project it is showing a error in app_timer.c which is on line 62 STATIC_ASSERT(sizeof(timer_node_t) == APP_TIMER_NODE_SIZE);
The error is that it is divided...
Hi,
I'm working on the example ble_app_hrs with s110 on the pca10001 board and I would like to know how do I add custom service and characteristics. Do I need to modify...
Nevermind: my problem seems to have been: you need a battery at 3V powering a BLE Nano to program it from a nrf52DK.
Original question: I have connected a nrf52DK dev kit...
Hi all,
I am new to write firmware of ble device(Bluz). I wanted to change the default firmware of ble device. For that, I wish to write own firmware. Please guide me,...
Hi
I'm trying to catch the GPIOTE_IRQn interrupt, while the device is in system off.
Not enabling the SD130 V2 the interrrupt is caught once, and then not anymore...
...
Hello,
I'm currently trying to pair my board with my phone and I've faced some issues.
After downloading my device(NRF52 PAC10040 board) with experimental_ble_app_blinky...
Hi all Nordic developers,
I am currently working on nrf51 to scan all the nearby beacon and then i wish to send the data to the esp8266. I already able to scan all the...
When I try to copy a zip file from my email to NRFToolbox for DFU, the NRFToolbox app comes up and then immediately crashes.
Steps to reproduce:
Download latest NRFToolbox...
Hello, as it is clearly understood (by everyone developing using NordSemi's SOCs), this struct "ble_evt_t"
Hello, as it is clearly understood (by everyone developing using...
Hi,
I've read in your press release for SDK 12 that increasing the MTU beyond 23 bytes is now possible on the nRF52. I thought I'd test this increase out on my nRF52 with...
Hi All,
I have a basic question, i want to know what are the right value to use with the nrf51422 chip for the resistors with ADC.
I want to use the maximum value permitted...
Hi, I have problem with using example codes. I want to add GPIO control to ble_app_uart example. Adding gpio_config() function taken from app_timer_tutorial blocks program...