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...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
For a Bluetooth Mesh device, or ' provisioned node ' , does provisioning happen more than once for a established network? Will this device ever need to be re-provisioned once...
Hi,
Is there is a sample for using the nrf-9610 I/O input for A2D to read a voltage across a resistor(using P and N for differential), given that I'm having Zephyr as ROS...
Hello,
A few weeks ago I created a bootloader project from the Nordic documentation: devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader I installed...
Hello,
I use the Blinky example from the SDK. Now I would like to implement an UART on the nRF52840 Dongle. But the program always stops at either nrf_drv_uart_rx or nrf_drv_uart_tx...
Will the https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/structble__common__opt__pa__lna__t.html# work with nRF21540? As I know this function...
Hello,
Multiple threads on our board require network connections, which can be over either the LTE-M modem, or over ethernet.
To this end, we created a Socket Manager...
Hi! I'm using nrf52832 and SDK 16. I have a custom board that doesn't have an external oscillator for low frequency clock and uses internal RC so pins 0 and 1 can be used...
I am using RTT logging and it is interfering with USB HID data transfer. The host sends consecutive OUT packets and I print some logs after each one. I will miss a APP_USBD_HID_USER_EVT_OUT_REPORT_READY...
Hi,
We are using nRF52840 chipset with SDK 15.0.0 with Mesh implemetation.
1. We are provisioning the mesh node using the nRF mesh APP.
2. Then we are resetting the...
Hello,
I had been looking at BLE mesh documentation as well as the examples on the SDK and looks every node should have a dedicated function. generic on/off server controlling...
Hello!
I am trying to interface with some old hardware that communicates over a single data pin. I need to take in varying 32-bit packets and output the data that translates...
Hi all,
The chip we used is nRf52832, the version of SDK I used is nRF5_SDK_15.2.0_9412b96.
The problem is when I pair to windows 10, sometimes PM_EVT_PEER_DATA_UPDATE_SUCCEEDED...
Hi,
I am using i2c driver available with zephr as i2c master. This is working fine.
I want to change the pins to P0.02 for SCL and P0.03 for SDA. I see multiple questions...