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...
Hello i am working with the example ble_app_uart and i have created one new service and two characteristics. The firmware was working fine with no errors. However my computer...
Hello,
What is the difference between 2 devices which are constantly scanning and 2 devices which are connected? Also, how do I code 2 devices to connect to each other?...
BLE Hello,
In my project i want to send the data from the nrf app to nrf52832 device and i don't know how to interface it with RPI compute module once the data received...
Hello, I have a question.
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral.
I have a question about the output time of the advertisements. The...
Hi,
I am develloping product witch ICM20948 and need to use magnetometer. I tried to move some existing and working code for arduino. I was able to get data from magnetometer...
Hi,
Our customer is optimize the size of flash used of nRF5340.
They are curious whether the definition in autoconfig.h are all used in the image? or some of them are...
I am testing nRF5_SDK_17.1 examples/dfu/secure_bootloader/pca10040_uart_debug
After I run on SES. I got this memory map. It overlaps softdevice area.
With armgcc ...
How do I use printf to output my own messages, and read incoming data, from a UART port that is separate from Zephyr's debugging outputs? This UART line will be connected...
Hello, we are trying to get software running on our custom board.
Last week we tried to test the software written on a development kit of the NRF9160 on to our custom board...
Hi.
I'm trying to add a SPM partition to my project. Like another project i did in the past, i followed this guide: https://devzone.nordicsemi.com/guides/nrf-connect-sdk...
We would like to know there is any direct test mode for TX power of NRF21540DK.
We only found the method of nRF52833 direct test(TX). But we can find how to do with NRF21540DK...
Hi,
I wonder how to use the internal capacitor of the nrf5340.
The nRF5340-DK operates at 32M=8pf 32.768k=9pf without any special settings.
If i use 10pf products for...
Hi,
I'm porting firmware between nRF52 and nRF53 platforms. What is the equivalent of NRF_UICR-> CUSTOMER on nRF53 to keep data like serial number etc.
Thanks
Sebas...
We are developing a custom device based on the nRF9160 SiP Revision 2 with multiple connections over LTE-M and we are experiencing problems with keeping our only TCP connection...
Hello, I'm using nrf mesh serial example in nrf5sdkformeshv500src, in the serial node i subscripted to 0xC000 but i can't not received messages more than 32 node, my netwwork...