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...
Hello, I am trying to add a watchdog timer to my code which consists of THREE threads, so I referred to the task_wdt example in Zephyr/Samples/Subsys for SDK1.6.1.
Based...
Hi,
I wonder if there is a smart and easy way to implement a fallback if I use the MQTT connection with a static IP. What I want is if the IP fails to connect it tries again...
this error shows after the 100% completion of memory flash as shown in the screenshot below. after showing the error , nrf52840 pulsing led turns off automatically.
Note...
Greetings All,
I am trying to connect an nrf52840dk board to an nrf52840dongle for wireless serial communication.
I flashed the nrf52840dk with the central_uart sample...
Hello,
I am using nrf52832 and i am using a SW similar to the beacon.
I tried 2 configuration:
tx_power = 0 (0 dbm)
tx_power = 4 (4 dbm)
I tried to measure the...
Hello,
I'm familiar with the GPIO and GPIOTE peripherals,
The GPIOTE has 8 channels, so it can use 8 GPIO pins to fire interrupts.
Some questions:
- Can the 8 Channels...
Hi ,
I have compiled in Heart rat relay into my app; can scan and connect to simulator and garmin HR straps; but fail to connect to polar. My debug log shows...
...
I've successfully built the 'direction_finding_connectionless_tx' project and flashed that to an nRF52833dk, and built the 'direction_finding_connectionless_rx' project with...
Hi,
I'm using a NRF52811 on a custom board and I would like to change a project from a NRF52832 with S132 to it.
I only use supported functions from the S113, but I...
how to set the High-drive QSPI?
NRF_GPIO_PIN_H0H1
nrf_gpio_cfg ( mosi_pin ,
NRF_GPIO_PIN_DIR_OUTPUT ,
NRF_GPIO_PIN_INPUT_CONNECT ,
NRF_GPIO_PIN_NOPULL ,
NRF_GPIO_PIN_H0H1...
Environment:
- OS: Ubuntu 20.04 (Docker container)
- NRF SDK: v1.4.0
- Zephyr: v2.4.0-ncs1
I am trying to build my project for native_posix. I am getting some build...
Hi, I have a NRF52840 DK. I want to use ble_app_uart_c and my peripheral is NRF52840 Dongle and also I want to receive and transmit special frame over ble. I have a problem...
Hello Nordic engineer,
I used SDK15.3.0 and nRF52811
I want to ask three questions,
(1)
Can a session be opened forever?
I will frequently use BLE+ESB in my...