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 have an nRF51 DK, found here www.nordicsemi.com/.../nRF51-DK .
I am using SDK V11.0 and S130 V2.0.
I am developing on a Linux machine.
I can compile and run...
Hi.
I'm using the Power Profiler Kit and the PPK desktop application to log the power consumption of my device. This works well for short time spans.
However, I'd also...
Hi
I'm trying to delete all files with a given file id. Will fds_file_delete() delete all files with a given file id, or just the first one it finds?
thanks
SDK1...
Hi
I'm trying to use fds_record_find() to detect if a record exists in flash storage. After erasing the device (via nrfjprog), flashing the softdevice, flashing the program...
I use an app_timer to periodically update sensor reading in my application. There is a characteristic used to change updating rate by stopping and restarting the app_timer...
Hi,
I work on a project for the nRF52832 with Keil µVision using ARM Compiler V5.06 update 2 and nRF5 SDK 11.
In a module I allocate quite some memory using malloc(...
For the BLE GAP advertising flags byte in the advertising data, we have the following options:
/**@defgroup BLE_GAP_ADV_FLAGS GAP Advertisement Flags
* @{ */
#define...
I cannot seem to save the new Device Name value in the nRF51822 beacon.
I am using the mobile app nRF Connect.
This is my procedure:
1).Run nRF Connect on Android device...
Hi Nordic Team;
I am using nrf51822 devices with sdk12.3.0. I am using buttonless dfu example without any problem with sdk12.3. However, I see that you realese sdk14 that...
We're considering nRF51/52 to implement a specific BLE application. We need the nRF51/52 go to sleep if a BLE collision signal or interference on an advertising channel has...
Hi,
I'm using nRF5_SDK_13.0 on nRF52840 based on ble_app_hrs_rscs_relay example. I use it to connect a bluetooth 4.0 device and it's ok now. Also I have a bluetooth 5.0...
Hello, our device is able to be used by Iphone and Andriod. For the ANCS, we have tested the Iphone and it is OK. However, Andriod notification does not need the ANCS. As...
Hi
I'm trying to create a custom ble service with 4 notify characteristics.
Everything works with one characteristic, but when i add the other the DK hangs.
I'm using...
According to the NRF52810 datasheet,to ensure optimal performance it is essential that you follow the schematics- and layout references closely.Then if I want to use NRF52810...
I have found that deferred logs cannot be outputted if they exceed the certain size.
I modified "\examples\ble_peripheral\ble_app_blinky" from SDK14.
I'm using nRF52 DK...