We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
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...