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'm doing some changes to the bootloader to be able to copy the old app in bank 0 to another extra bank (bank 2) in case of needing to do a rollback without connection...
Hi,
I am using the nRF9160 DK board and want to use it in offline mode (without IoT Sim or services ),
Actually, I am living in India and here we don't have IoT SIM, but...
Hello, I have been working on trying to get Bluetooth mesh to work in Unity trying to support iOS, Android and UWP. I will have to write most things from scratch. At this...
I have just received nRF52840 dongle and I cannot get it programed. I have tried both west flash and nrfProgrammer from nrfConnect.
I have been developing using nrf52840dk...
I'm trying to add the drivers, etc from here: https://github.com/circuitdojo/pcf85063a for the PCF85063a RTC, to my project.
Part of the process involves updating the west...
I am using the http library, NCS 1.4.1 on nrf9160dk and discovered an issue that was fixed here: https://github.com/zephyrproject-rtos/zephyr/commit/ab2f616641b19684455369b1e2a362eb736774cc...
Hello Support Team,
Our product design uses a custom BLE service and solution with the nRF52832 on our own board. Also, this BLE peripheral device does not use any BLE pairing...
Good morning,
To my knowledge, the nRF52833 dk as well as the reference designs are FCC certified.
I'm currently searching the FCC IDs for these designs but I'm not able...
This example automatically create the thread network. Once the button is pressed every 3 second udp is sent.
Issue is I am not receiving the packet on 2nd device. I am not...
Hello, we came across a recurring issue:
There are no executable permission for Linux + macOS for the packed binary:
jlinkarm_nrf_worker_linux
jlinkarm_nrf_worker_osx...
Hi,
I have written the BLE UART code With custom characteristics. I have flashed the code to DK and tested it. but that was not working correctly. Then I flashed the sample...
Let me start by saying we have not ruled out other possible sources of errors at this point. However, right now all the evidence is pointing to an issue with the nRF52840...
I attended the Introduction to the nRF21540 RF FEM for range extension webinar and bought a few nRF21540-DB kits
The first thing I want to do is compare the range increase...
Hi,
We have our own MQTT broker setup with TLS running on a AWS EC2 cloud service. I am building my code based on the MQTT_SIMPLE example. I have only a CA certificate in...
In my project I use nRF52832 embedded in MuRata module. I have a BLE service with capabilities very similar to NUS service.
I've managed to add support for LESC + SEC_MITM...