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 All,
i have a problem when I try to change the Bluetooth Address.
This is the code that works correctly: err = bt_addr_le_from_str ( "DE:8B:49:00:00:01" , "random...
Hi,
I did recently start with my pcb design for the nRF52811, but I have some questions about the antenna. I want to use a 2450at18a100 chip antenna of Johanson Tech.
...
Hi,
I am using the nRF9160 in a datalogging product, logging environmental sensors and sending data via MQTT over a LPWAN network. Something that I have noticed for a...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with a connection to an external MCU (#define MQTT_MESSAGE_BUFFER_LEN 8192) We need...
Hi !
in https://infocenter.nordicsemi.com/pdf/nRF52840_PS_v1.7.pdf specified operation frequencies
"
The IEEE 802.15.4 standard defines 16 channels [11 - 26] of 5 MHz...
Hi, I am developing an application that includes the following features: 1. PWM to control the buzzer 2. 2 Uarte to communicate with 2 external devices 3. BLE to wireless...
Hi, I am working nrf52832.
this is a example for sdk nordic and i want to know why when i include a byte (value 0x00) in the m_beacon_info, this data is not reflect on nordic...
Hi,
I'm working on a project using BLE via s140, everything works fine until I look more seriously at the current draw of the device.
Simply, my project starts a Scan...
Hi, In the documentation I read at uart_rx_enable a timeout setting in Microseconds . Under uart_rx_enable_u16 the timeout is defined in Millisecond .
Do those really differ...
Hello,
I'm new to Nordic Zigbee solutions and where to find information so hoping someone can point me in right direction.
Using 2 nrf52840-DK boards. One is flashed with...
Hi, I am trying to follow the nRF Connect Fundamentals course and have just built the Blinky app. It actually builds fine, but on the console it does show that there is 1...
The nrf52 is waking from a sd_power_system_off() and resets. The reset reason register indicates it was from a DETECT from GPIO, yet the LATCH register is 0 and all the sense...
Hello,
I'm writing my own UARTE library because I need some functionality not offered in the SDK. But I came across a hardware behaviour I can't explain.
In my understanding...
Hello,
Right now our application developed using s140_nrf52_6.0.0_softdevice, SDK 15.0.0 for NRF52840 chip.
Need help on migrating to BLE 5.
Which SDK & soft device...