I'm interested in zephyr to make the image file lighter. Have a any solution to update for BT DFU with signle bank? I wonder I can use single bank like Nordic Softdevice.
hi, i am using a cutom board based on nrf5340 mcu , so, while setting it up i am facing the problem in checking logs and led status.
i am uisng the nrf5340dk board to build...
Hi Nordic technical expert,
Can random numbers in broadcast intervals be cancelled or fixed? How to modify the software? Could there be other problems if random number times...
I added ring buffer and UART ASYNCH interface to asset_tracke_v2. I added CONFIG_RING_BUFFER = y, CONFIG_SERIAL = y and CONFIG_UART_ASYC_API = y to prj.conf file. The build...
Hi,
I am looking at setting up some of our team with the ability to flash our custom devices that contain various chips (nrf52, nrf53, nrf91). Assuming the SEGGER software...
Hello,
I have run the GATT throughput example to test the throughput for a long range. My test configuration is as below:
ATT MTU: 247
Data length: 27
Connection...
Team,
I am using nrf52810, sdk 17, sd112.
I have setup a write characteristics, to receive some long data ( 64 bytes)
// write char memset(&add_char_params, 0, sizeof...
Hi,
I am developing a react native app with the iOS and Android NRF mesh lbrary. In this app I am handling connection, data receiving on characteristic and sending on...
Hi
I'm evaluating using the nRF52805 for an application that would use BLE but require almost no BLE functionality. Only the ability to periodically wake up and scan is...
Greetings. We are using the zigbee/shell sample in order to verify the connectivity of some other devices running the zigbee stack. While the shell sample had no issues in...
Hi all
I have a problem with allocate RAM.
I build the project as non secure.
in the zephyr.dts file, you can see that the memory is divided into 3 areas:
sram0_s...
Hello,
I want to create a Matter network using my nRF5340 DK board, as Matter accessory, and my RaspberryPI, as controller (CHIP Tool controller). I'm using as well nRF...
Is there a problem with writing-to and notifying-from the same characteristic? Or is it recommended that one create two characteristics, one for receiving data, and the other...
1.SDK:SDK17.1
2.IAR V9.2
3.
static float inv_sqrt(float x) { float xhalf = 0.5f * x; int i = *(int *)&x;
i = 0x5f375a86 - (i >> 1); // this is magic. x = *(float ...
hi ~
peripheral can bond how many smartphones ?
and What will happened if over bond?
i use sdk12.2 below 'is my setting
#define SEC_PARAM_BOND 1 #define SEC_PARAM_MITM...
Hello,
I am developing a door lock system. Where in final product door lock will be controlled and monitored by BLE+Zigbee. So far I have complete success of controlling...
Hi, I'm developing an application using UARTE to reading response from Module Sim. The content response from Module Sim has 495 characters. When I debug, I only read some...
Hi.
I am developing nRF52832 and ST7789.
I'm trying to print out the text, but it's not working properly.
The nrf_gfx_screen_fill() function works fine.
When I proceed...
Hi
I can't set CommonName in the attributes list while generating a private key, it gives an error:
Omitting CN it works fine:
What am I doing wrong?
Thanks...
Hi
I have a question concerning AOA.
I have already make a tx (with nrf52833) and a rx (nrf52833 too) and i succeed to receive the CTE and the IQ sampling with the antenna...
Hello ,
my team and i we are trying to set a communication by UART between two nrf52840 µC , with one of the µC we have done a communication with a nucleo board which supports...
Hello all,
I have made a simple app that runs in loop on the nRF52DK, in general it reads data from the sensor via twi and turns on the leds ...
When the program is run...