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...
I run the Asstet_tracker V2. The part of LTE log is as below:
..... 2022-05-19T07:58:34.234Z DEBUG modem << [00:00:33.314,788] [0m<dbg> azure_iot_hub_integration: azure_iot_hub_event_handler...
Hi All,
I usually use nrf Connect for desktop in conjunction with the nrf52 Dongle (nrf52840 chip) to perform DFU's on my devices during development. but recently I have...
Everything is goes well with nRF5340 but when I connect and try to debug some examples it just gives some errors.
Like " Failed to download application
Generic error ...
I have received a development kit from Farnell. It has version 3.0.0. When I connect an external target, I can't get a connection. It only recognises the onboard chip. An...
To get this example working, both major cellular providers here in NZ, Vodafone and Spark (M2MOne) require a specific (different) APN in order to access their networks.
...
Hi, I want to connect my PC to nRF-52840 through BLE. I git nRF connect for desktop and downloaded the BLE software to another PCA10056 and i managed to connect but i can...
Good morning,
We have a new equipment based on the nRF52840 and s140.
Just now, a new problem has appeared and it is very strange, as it seems to be a ‘random’ error:...
Hello,
I am currently using Fanstel dongle, where I am trying to trigger the USB DFU with nrf connect programmer (buttonless). The example which is provided works on the...
Hello,
I am using an nrf5340dk and I am trying to create a qdec sample using as reference the wheel module.
I have added set the CONFIG_SENSOR and CONFIG_QDEC_NRFX to...
Hello Nordic Experts,
Recently, I have been investigating the radio timing for advertising, I tried to find answers online, but I failed. To explain more clearly, let...
nrfutil is required to program the nrf52840 dongles being distributed at the 2022 Zephyr Developer Summit. west is the tool used by zephyr to install, build, flash, etc. ...
Hi,
I have a QSPI flash device with a weird bug (I think). Basically, when the RDSR command is executed, the HOLD pin needs to be held high otherwise the flash chip status...
Hi,
I'm developing with Segger and nRF52832.
I'm writing a code that makes two tasks into RTOS and sends data to BLE after I2C communication and SPI communication respectively...
Hi, I am using NRF5340 and I want to connect it with a 128x64 oled display with the I2C protocol (Scl, Sda, Vcc, Gnd), I have been trying to connect it for more than a week...
I want to interface 4 Digit Seven Segment display to nRF52840 Dongle and display the data(number) , which is received by it through Mesh protocol. I have successfully implemented...