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...
SDK: NCS 2.0.0
Based on: Peripheral LBS example
Central: Mobile (iPhone)
Peripheral: nRF5340
IDE: VS Code
Hi Everyone,
I am porting an existing project based...
Hello All,
We are intending to start a new project using nRF52840 SOC, for the same i decided to work with nRF connect SDK as it is recommended by nordic,
I am new to...
When connecting to AWS IOT the Asset Tracker V2 uses MQTT to AWS-IOT. This is TLS 1.2 from what I understand. We are using the 1.8 skd / 1.3.1 modem firmware.
We have...
Hi everyone
We have developed a smartwatch with a nrf9160 chip. We have used nrf Connect SDK 1.2 for the development process.
Now we want to migrate our project to nrf...
Hello there,
I am using the peripheral/radio/transmitter and receiver example in SDK17
But I am only able to transmit 2 bytes. I want to transmit like 8 or 9 bytes...
Hi,
I am testing FOTA function using sample "http_update/application_update" on NRF9160DK.
But found that the system boot stuck at
I had tested this sample with...
HI
I am using this sequence functions in my main loop for low current consumption
__SEV(); __WFE(); __WFE();
normally I have 13mA in my application when I am using...
nrf5-sdk v16.0.0
If you use the nrf_ble_scan module to try and connect to a peripheral that emits both connectable and non-connectable advertising packets, the module does...
Hello !
From PS it is not always clear what RADIO registers/fields are relevant for Ieee802154_250Kbit radio mode and must be initialized.
For example CRCINC ?
On "Figure...
Hi team,
I'm making BT low power keyboard using nRF52832 DV kit and with Zephyr RTOS. For this which IDE is best OR comfortable?
But I'm not getting example code if anyone...
I am programming an external device with the same code loaded onto the nRF5 DK. The sample works on the DK, It broadcasts and I can connect. However, when I program an external...
Hello. During development with the nrf52832 on the nRF52DK I've encountered a problem regarding the flash operations. When I try to perform a sd_flash_write operation, but...
Hello,
Our board consists of an STM32 microcontroller as the main core and an nRF52 as the BLE module.
In fact, we have older products on the market that support DFU...
Following up on https://devzone.nordicsemi.com/f/nordic-q-a/86119/some-zb_zcl_cluster_id_diagnostics-zigbee-attributes-do-not-return-values
It looks like this was fixed...