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...
Hii all,
Is there any one started using and succeed with nRF connect 2.0, I installed and open this app, and added two apps two this
After that I launched the app...
hii team,
iam trying to pair my central app with one peripheral device which is generating random passkey while pairing .when central (my App) is sending pairing request...
Hi,
I am using the pin change interrupt example provided in the SDK examples. By setting the input sense to NRF_GPIOTE_POLARITY_LOTOHI, the interrupt handler is called...
Hello, i am a beginner, i have a doubt that my UART project is building without the softdevice being flashed and the output is not seen on the pins. I wanted to configure...
Hello
I want to change the mac address of my device from normal mode to random mode,
I do not know how this does for nrf52832 (NRF52-dk)
Thank you in advance for your...
Hi All,
I've got a nRF51-DK development kit, and I just compiled and downloaded my first example to it through Keil uVision. Problem is that nothing happens when the program...
Would it be advisable for system design to use CAN(CAN Open) and BT simultaneously on nRF52832 IC?
Why this bothers me is because capabilities of nRF BT MCU's are growing...
Is it possible to limit the connection duration on BLE peripheral (nrf52832)? For example, if central is in connection for more than X seconds, then peripheral terminates...
hello everyone,in my code, SDK9.0 uart ,please tell me the reson if you the book of knowledge
static void timers_init(void)
{
uint32_t err_code;
APP_TIMER_INIT...
I am looking at the att_mtu_throughput example in the blog ( devzone.nordicsemi.com/.../)
Some of the items in configuration menu that are shown in video and listed in...
Hi,
I am using sdk13 with a nrf52832 dev kit.
I have two separate projects one with a bootloader and other with an application.
I use the following configuration in the...
Hello,
I am using nRF51822 and an STM32 communicating over UART. I want to test UART communication without CTS and RTS so I did the configuration as shown below:
static...
I've been using the NRF24L01 transceiver to wirelessly broadcast data back and forth among 4 devices, where each device contains the NRF24L01 chip. Everything works great...
Hi, I'm using nrf51822 and ble_app_uart(SDK 12.3.0)
What I want to do is connect my board with nrf51822 and send data over UART
and send data to smartphone over BLE...