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...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Hi
According to Amazon documentation, it is possible to connect a smart home device to Alexa with the Bluetooth Low-Energy (BLE) mesh wireless communication technology....
What functionality has the NFC feature?
Work as Card Reader and/or cardemulation
For Card Reader
Which cards are readable (ISO14443 and or ISO 15693 / NDEF?
For Cardemulation...
I want to measure the current consumption of nRF52832 board with the sensors with the power profiler kit 2. I have added all the functions related to system off mode in the...
Hello everybody, I have an issue related to a peripheral which only lets a connection to be established using the proprietary (brand) mobile application. I try connecting...
Yesterday I want to demonstrate the installed toolchain using the nRF Connect for Desktop.
I got errors and it seems to be required to have internet connection.
Is that...
I try to run https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/examples/nordic_uart_client But the following error occurred.
D:\pc-ble-driver\build\examples...
We do have an eeprom accessed over the SPI, and works well.
Need to add an option to access also the I2C eeprom.
Adding to the project nrf_drv_twi,c, nrfx_twi.c, nrfx_twim...
Hello every one
Pin numbers on DK boards are printed as P0.08 or P1.20 etc. but in nrf_config.h files Nordic assigns numbers to the pins. There are pin numbers from 0 to...
We are developing an application based in nRF5340 using nRF Connect SDK v1.7.0
In this application we have a bootloader for both app and net cores.
Bluetooth is set to...
I am testing UART between PCA10040(nrf52832) and Raspberry Pi 4. I connect TX/RX/GND 3 lines between RPI4 and PCA10040.
On host RPI4 side, my test app send 1 byte to 32...
Hi All,
I just had a quick question about the SDK as it pertains to assigned services. Is the BLE Base UUID defined anywher ein the SDK files? i have looked all over; ble_types...
Segger Studio is capable of reporting Flash usage and Ram usage (heap & stack).
Is there a way to do that without Segger Studio? I'm using gcc, JLink command line tools...
Hello,
I am working on nrf52832 I have set up the SES IDE v 5.5 environment with SDK 17.0.2.
I am getting compilation error "unknown type name 'uint32_t' "
The...