Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
In order to protect my device from becoming bricked when APP and NET side implementation of RPC application differs, due to wrong version being flashed or OTA fails on one...
hi:
Use the https_client routine to send data after the socket is established, and then send the data after getting the response. The errno returns as 128, which can confirm...
hello Nordic
i am working with nrf52832, with zephyr, ncs v1.7.1,
the device has a sensor that sample at 26khz each sample is 3 channels of 2 bytes data. the sensor use...
Hi,
I want to use the MCUboot for the DFU and I have been able to configure it and flash it on the device so far (tested that it is correctly flashed).
But I need to make...
Hello,
I work with NRF52832 evaluation board.
SDK 17.1.0
I try to implémente DFU -> pca10040_s132_ble / pca10040_s132_ble_debug.
Applicatif is : ble_app_buttonless_dfu...
Hi,
I'd like to implement Keil RTX5 on my custom BLE project for the nRF52832 using the S112 SoftDevice v7.2.0.
We are looking to standardise as many of our projects as...
In my schematic design, my nrf5340 uses vddh power supply mode, and the output VDD does not mount any load. Is it necessary for me to connect each VDD pin together during...
I am a user developing using nrf52832. I have a question about TX POWER. TX POWER can be set to -40, -20, -16, -12, -8, -4, 0, 3, 4 by using sd_ble_gap_tx_power_set(). I tried...
When I use two nrf5340 audio DK to test the LE audio demo, the handset side always crashes. Especially when I move the DK that is used as the handset.I think that incomplete...
using NCS 1.9.1 - Zephyr - Segger Studio - sample code: bluetooth / peripheral_uart
I based my project on the sample, modified it slightly and it works well on a board with...
I'm using NCS 1.9.1 and Segger SES
Following Nordic's recommendation I first made a copy of BLE/peripheral_uart in order to preserve the original code and then used the...
Hello, I have a question.
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral.
I have a question about the output time of the advertisements. The...
Hi Nordic ,
My product is working fine but i'm focusing on improving consumption at maximum because it is working on small battery ( evoluated tpms application)
It uses...
Hi everyone!
Could anyone clarify a few questions regarding channel mapping?
1. Is that true if I want to use specific BLE channels I need to do it just once on a central...