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
When I used ANCS, there is "bluetooth pairing request" notice shown on the iphone, if choose cancel, then 51822 went to reset, why is that happen?
iOS:10.3.3
NRF51822...
nrf5_SDK 12.3.0
nrf52832
softdevice 3.1
My app used timer for buzzer and led.
This timer call itself, and variable is discount.
This is normal mostly, but in somtimes...
I am working on reading ADXL362 through SPI on PCA10040.I used demo spi in nRF5_SDK_13.1.0.
here is my main code:
bsp_board_leds_init();
APP_ERROR_CHECK(NRF_LOG_INIT...
I am developing on the nRF52 boards with a capacitive sensor. I followed the tutorial in this link and created a custom service with 3 read characteristics. I am able to use...
NRF52 pca10028 DK - SDK14 - Arm GCC (Eclipse) - SD 5.0.0 - bootloader_secure_ble
Using either nRFGo Studio or eclipse to program the flash (it does it with both)
I can...
Hi,
some time ago we ordered 3 PPKs. I tried one under a Mac with VmWare / Win7 with a PCA10040 board. It was working but I got surprising graphics. When I came back from...
Hello,
I am just using the SDK13 on the nRF52832 together with the experimental BDS example (I modified it to the point where it seems to be working fine so far).
Now...
The following does not allow me to define NRF_DFU_HW_VERSION in my makefile, I get redefine errors due to this broken if else in def_req_handling.c:
#if defined (NRF51...
I want to evaluate the nRF52 SDK , but don't get how to install it.
The Getting Started section mentions an MDK installer. However, I cannot find any such installer inside...
Using the nina 112 with nrf52832 SDK 13
I have got a problem with the I2S Interface.
I configured the RESET Pin as normal PIN. Tested with GPIO as Output it worked. If im...
Can we build the FW manually and upload to the Thingy via the OTA uploader? We built the FW, created the DFU, and inserted the .zip file in the iOS app, however get an Error...
Hello!
I am working on a project. The goal is to retrieve every seconds some acceleration data from the ADXL362 accelerometer.
I configured the spi in blocking mode...
Am i right in thinking that if GPREGRET has not been set then we can not guarantee what value it will be?
I.e on power up we can not guarantee that its value is 0.
List item
Hi,
i am working on nrf52 sdk11 softdeviceS132,
Working on custom board i have edited ble_app_uart example and implemented my application it is using PWM_Library...
Hi,
I would like to receive data sent from an nRF52840 through Bluetooth in a Java desktop application. The Java app can run on Windows or Linux, I am using Windows 10...