Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi
I am using ble_app_blinky but led is not blinking. I am using P0.27, P0,28, P0.29 pin for LED but in program pin of LED are define as
#define BSP_BOARD_BUTTON_0 0 ...
Hi to everyone. I'm starting developing a bluetooth LE application based on the new Nordic SDK using Zephyr.
I currently have two nrf52_pca10040 boards and I'm trying to...
Hi everyone!
After defining a variable as no_init , my intention is to update its value along the program to debug what was its last state before a random reset.
I am...
Hi !
I am on SDK 15.2 and NRF52832. My peripheral device is on BLE5 and my Central is on BLE4.
I have read that extended advertisement ( up to 256bytes) is a BLE5 functionality...
Hi,
I followed the nRF52840 USB Dongle Antenna has reference layout. I have a small doubt of Antenna matching capacitors(c3,c4,c26) and inductor Should use the same package...
Hi all, I am combining MESH SDK 3.0.0 light switch example client and server with SDK 15.2. I have combined some server code to client and there are no error. And I can use...
hello,
We have developed a custom board corresponding to mbed pca10024 evaluation board.We haven't mounted the rf section and not even the crystal.The only thing that the...
I'm trying to read temperature sensor data through TWI (I2C) from SHT3x using NRF52-DK and SDK v16.0. Observing an oscillator, the address and the return value with CLK looks...
Hello team,
Due to very constricted space on PCB, I am sharing one green LED between to IC's.
U1 is the NRF52832, and U2 is a Lipo Battery Charger IC. I want either one...
Hello,
I am working on the Nordic DFU to develop a bootloader for OTA update on our product.
So far I just ported the Secure Bootloader from Nordic examples. No functionality...
Hello!
I am trying to understand why the HFCLK of the DecaWave DWM1001C module based on nRF52832 has a significant (7000-10000 ppm) frequency offset w.r.t. its nominal value...
Hi
I use SES and nRF52832 dongle . I want to send data on "ble uart" and get that data on "nRF UART v2.0" app. mean i want send a string in program while every 5 second...
I'm working on modifying an existing app written on a custom nRF52832 board. The app uses softdevice s132, and was written for SDK14.2. The app was originally written with...
It seems that the PEER ID is managed by the PEER MANAGER. Can I manage this information myself? For example, I save this information (ADDR IRK) after the connection event...