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...
I've been using nRF24LE1 for development. The HAL library provide the AES encryption for ECB mode. Now I need the decryption function. Does anyone has the realization? Any...
Hello everyone,
I use SDK14.2 and s132 softdevice. I can read "NRF_SAADC_INPUT_AIN0" and "NRF_SAADC_INPUT_VDD" pins and system is working properly.
Working Code like...
Dear friends,
I am using the nRF 52832, s132. I want to know the BER (bit error rate) of the BLE link. How can i measure it? Further, to what extent do other radio interferences...
Hi.
I want to know the time difference between functions by using a timer instead of a difference. I've looked at app_timer.h, but it's hard to understand.
I do not need...
I am trying to use the ADC to take power measurements on an interval. I found an example to read the values out online:
void ADC_IRQHandler() { nrf_adc_conversion_event_clean...
I am designing a PCB using the NRF52832 and this antenna . The antenna design guidelines suggest ground clearance and direct traces from the NRF52832 to the antenna without...
I am working on a project which I wish to Paer between to nRF51422 devices and to use the auto reconnect between them. there won't be any display so it must be automatically...
Hi,
is it necessary to use internal regulator for NFC DC/DC or we can use normal internal LDO in design.
also if we need to use internal DC/DC regulator, what is the...
Hi, I have tried to find a solution for some time now in the Nordic Semiconductor forms.
We have been noticing a peak or a disturbance in voltage in every connection interval...
I have encountered a scenario in which my application is terminating the BLE connection via a call to sd_ble_gap_disconnect, while around the same time I receive a write request...
I'm able to successfully use peripheral/uart example to read the data from GPS module. I achieved the same by setting baud rate to 4800, and connecting rx and tx of GPS to...
Hi,
Question about FOTA (firmaware upgrade over the air).
I know that nrf52832 has 512 kB of flash, and the ble stack( softdevice ) has 136 kB , and the bootloader has...
Hi,
I put my NRF52 to sleep (POWER OFF mode) and configure it to wake on GPIO port event like so:
This GPIO is set up on a reed switch. Occasionally, the NRF52 will...