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 everyone, I would like to make an unconnected broadcaster to send data to the advertising channels ... I come from a X-NUCLEO-IDB05A1 board and that's has been pretty...
Hi
in the release notes of the SDK14.2 the following is written
The following toolchains/devices have been used for testing and
verification:
- ARM: MDK-ARM version 5...
I have written an interrupt program to blink an led at port P1.01 by pressing the button 1.So i added the code in ble_app_blinky example so i can blink the led from the board...
I want to read integer data on the cloud
for example int a=1001;
This value must be displayed on the cloud service after every 5 seconds.Also i want to increament the value...
I urgently need to decide on the use of the chip in future developments and deliveries. There was no problem with the 51822 chip in the connection between 51822 to BlueGiga...
We are working on an IoT application using the nrf52840 Preview DK and would like to interface an external Wifi Module for transfering the acquired data to the internet. Could...
I am using SDK 14.0.0 with Softdevice S132 V5.0.0 and the accompanied DFU libraries. In the examples\dfu\bootloader_secure_ble example I think the logging system has a problem...
Hello,
When I try to read data from UART RX port using serial library, I'm not able to read the data beyond the number specified by
SERIAL_FIFO_TX_SIZE and SERIAL_FIFO_TX_SIZE...
Hey, I'm using raspberry pi 3 model b, with the rasbian strech os running in it. I have followed the tutorial provided by nordic using this link for BLE over IPv6. When I...
Hello, In my case, i'm using some PTX and one PRX. It's working well. Now i want to extend coverage, can i use repeater/forwarder? I tried but have problem with PTX: after...
Hi,
we are using a custom board, with codes tested on a NRF52 DK. We reconfigured the pins and when using pin P0.09 (by default NFC) as an input "active_high" and with ...
Hello,
I've done this steps:
I erased the whole chip: nRFgo Studio/ DeviceManager/nRF5x Programming/Erase all
I programmed the Softdevice s132_nrf52_5.0.0_softdevice...
Hello Nordic Team,
i use SDK 12.3 and SoftDevice S130.
In the template project ( \examples\ble_peripheral\ble_app_template ), the BSP module is used to indicate advertising...
Hello,
For my project I need to send raw data (without prefix or timestamps ) along with system logs trough the same UART.
So far one possible solution is to use NRF_LOG_RAW_INFO...