Hi All,
Sorry to ask this question, I just learned a little about cmake.
Now I wanted to add a few src files based on the light switch example in SES. Do I have to create...
Hi,
I have tried to use central_uart example on SDK v1.91 using nRF52832. I modified the central_uart file to send hardcoded value rather data from uart. It seems there...
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...
This is my first time developing for Nordic processors. I am using Zephyr 3.0.99 with the nrf52810 on a ublox BMD-330 eval board. I connected a W25X20CL 2M-bit chip via the...
Hi,
I am testing NFC read/ write examples . in nRF 5 SDK 17.1.0
I am trying to write the tag using PN532 using the adafruit tag reader example but i receive error like...
Hi everyone,
I'm wondering on which plateform / app and how is it possible to read and retrieve the data sent from a nRF52833 Slave to a Mobile Phone (Master) ?
We have...
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...