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...
We have a setup where we want to measure the current consumption of a battery-powered device:
The batteries are soldered to the device, and cannot be removed.
We can...
Dear Team,
i hope you are doing good,
I am working on nrf51822 controller, using SDK is 12.3.0 on windows environment. Soft-device is s130
i am planning interface...
Hi,
Wanted to interface NRF52840-DK to Board Mount Basic Pressure Sensors (Honeywell) ABPDANT005PGAA5 which is of anlog output type.Can u suggest can i go ahead with the...
hi......
my peripheral device is heating up quickly what is the way to reduce or avoid heating of the device ?
when i put my device in sleep mode more than the wake up...
Using SDK_14 and unmodified SAADC example on pca10040.
Initially connected A0 (PO.03) to ground but getting seemingly random values.
<info> app: ADC event number: 586...
The file components/libraries/timer/app_timer_freertos.c does not have the function app_timer_cnt_get() defined. Compiling libraries that require it (like external/lwip/src...
I used nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\examples\peripheral\spis to test spi,but only the first time can receive data. logs like below,"1234567"
is I send...
static void onoff_state_value_update(app_onoff_server_t * p_server) { /* Requirement: If delay and transition time is zero, current state changes to the target state. */ if...
My app (using S130v2.0.1 nRF51822 SDK12.3) triggers app_error_fault_handler (seen on a PIN; since not able to debug due to timing) on sd_softdevice_disable(). A snippet of...
Hi,
I am using nRF5_SDK_12.3.0 and based on \ble_peripheral\ble_app_uart ( with softdevice of s130) to build my application.
Recently, I tried to add the wdt to my nrf51822...
I adapted the light switch demo of the nRF5 SDK for Mesh for sending a series of reliable on/off messages sequentially from an nRF52840 Preview DK to 20 Thingy:52 servers...
Hi. I have set up a nine node mesh using Thread and the nRF52840 chips. I am using the COAP example. All my nodes are visible and i am able to send pings between them. I am...
Hello I have the dk board and am hoping there is some example or tutorial to help me get started with my project. My goal is to use the nRF52840 as a master to multiple devices...