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...
Hi in my project I am using nRF5_SDK_11.0.0-2.alpha SDK, s132_nrf52_2.0.0-7.alpha_softdevice. and nrf52 DK board(PC10040).
My issue is, when I run the ble_app_uart example...
Since PStorage has been removed and replaced by FStorage on SDK12, why is PStorage still listed as Experimental in the Documentation? It would appear that if you are removing...
Hello,
I am aware that according to IEEE standards RSSI value that chips return is not officially related to mW/dBm. However the values returned by your chips seem to be...
Hello,
I am trying to use timer with Bluetooth application . I want to provide precise time stamping using timer for each bluetooth event. But program execution stucks...
Hi,
I'm using nRF5 SDK V11、s130_nrf51_2.0.0_softdevice. My application has added the DFU service . I download application,softdevice and bootloader to nRF51822 AC, the...
i m using pca10028 with gcc tool chain setup in windows...now i m using sdk 8 and work inside ble_uart code...i was add rtc1 inside that code sucsessfully but now.. when device...
Hello,
I am currently testing the nRF51 series as a possible upgrade to our products that use the 24L01P. For testing I have the nRF51 dev board setup as the PRX and a...
I'm using SDK 11 on my nrf51 chip. I'm trying to output a 120hz pwm but it doesn't seem to be producing at 120hz. I have a 120hz signal i'm trying to match and it blows pass...
Dear Wang,
I am unable find any documentation and board Initialisation code on how to change PIO from analog to digital output. but can't seem to locate the setting.
...
Hi,
I am working with MLX90615 sensor and is working with nrf_drv_twi functions and I could collect data as well. Now I need to put the sensor to sleep mode. Entering to...
Hi,
I'm trying to connect DWM1000 with SPI using spi_master.h.
When I have written to registry e.g. 0x11, 0x12 and read it I've got bytes: 0xFF, 0x11.
If I read three bytes...
Hi
I'm wondering if anyone have had any success or problems with generating and using secure DFU keys under Linux?
I'm using the latest nrfutil from: github.com/......
i am using nrf52832 pca10040. i tried to run the ble blinky example from package installer. it compiles without any error, but when is load it to the DK it will not even advertise...