I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hello,
i have Nrf52840, here is the code for PWM
APP_PWM_INSTANCE(PWM1, 1);
uint8_t cBuzzer::_PWM_init(uint32_t Time_uS){
app_pwm_uninit(&PWM1);
app_pwm_config_t...
In "ble_nus_c" file we can get nus_data with "ble_nus_c_evt_handler" function. We can do the same with "nus_data_handler" in "ble_nus" file. So why are there two separate...
hi
I'm testing sdk 14.0 with Nrf52 DK(pca10040)
with sdk 13.1, pwm library example work fine.
but sdk 14.0 it doesn't work. both case, building is ok.
main.c sources...
When I run an infinite loop of NOP on the NRF52DK, the led's remain dark. But when I run an infinite loop of:
nrf_gpio_cfg(
pin,
NRF_GPIO_PIN_DIR_INPUT,
NRF_GPIO_PIN_INPUT_DISCONNECT...
I have worked on the new project with nRF5_SDK_13.1.0_7ca7556. I have got an compiling error with app_timer.c. The error message is as below:
Building ‘app_timer.c’ from...
Hi all!
I'm doing some tests on throughput and power consumption on the nRF51822, using SoftDevice 130. I use an application that sends 20 bytes notifications from slave...
Hello, Nordic Forum!
I've been developing a wrapper library that uses the FDS to store my application data.
I have 3 type of data to store: an array of 14 uint16_t , an...
I've been banging my head against this for a couple days now, and need some help. First the layout.
In our setup we have an accelerometer with a movement interrupt pin...
I got this error when trying to use the button library to debounce noisy buttons.
My application is a peripheral.
When I looked in the library source I saw
#if NRF_MODULE_ENABLED...
I am working on a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using an FTDI module for UART communication. I followed the steps in the following tutorial: link...
Hi everyone I'm Rookie....
Recently bought this board, want to do more applications in the expansion of the pin,
for example, control stepper motor or LED, but can not...
I am using the experimental_app_hrs_nfc_pairing_pca10040_s132 nrf52 example.
I want to set my custom uuid and I have followed the instructions given in the devzone.nordicsemi...
HEllo I am having an error saying
Undefined reference to
SEGGER_RTT_printf
I have looked into this post and tried it, however I am not able to fix it,I have defined...