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
We are developing by connecting nRF52832 to SMT32f303cb's SPI interface.
SMT32f303cb operates as an SPI Master.
If the clock frequency of SPI Master is changed to...
Hi there,
I am using the FDS module to store some application data in flash. It is my understanding that every time the data is updated using fds_record_update, a different...
The nrf52832 defined the 250k mode in the specification, but it is Deprecated. We want use nrf52832 send data and Nrf24l01+(or nrf52832) receive data in our pruduct. We have...
In my situation, I want to use bluetooth to designed a piconet which has 1 master and up to 4 slave .
Each slave upload data 2KB/S ,and the max distance support is 10 m...
The following code is from "Boot_Loader\nrf_bootloader_app_start_final.c":
__STATIC_INLINE void jump_to_addr(uint32_t new_msp, uint32_t new_lr, uint32_t addr) { __ASM volatile...
Hi Guys ,Currently i am working project related to Bluetooth Low Energy. I want to perform Device Firmware Upgrade from (Server Side to Client Side ) need some Sample code...
Regarding I2C, the Nordic specifies a typical value for frequency in different modes (nrf52832/40); however there is no tolerance specified for the frequency. What is the...
Hello, we are trying to use a uart while minimizing power consumption. On this post
https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current...
Hi,
I am evaluating the nRF52840-DK and wanted to add some debug code to the UART.
I have used the same libraries as the 'UART_PCA10056 (which works), but when the code...
Hi,
I'm using SDK5 V16 with the NRF52dk. I'm writing a SPI <-> BLE <-> USB I/O chain and am still kinda stumped by the SPI. All the examples work just fine, but when I look...
We seem to be having an issue on several Android devices, where reconnecting sometimes triggers an erroneous GATT_INSUF_AUTHORIZATION. This then causes Android to automatically...
Hello,
I am currently trying to get a project working that uses FDS, but I am having trouble getting the writing and updating working.
The peripherals in my project...
I am trying to use the BluetoothLeScannerCompat for Android library and have the following problem:
At Github I find:
BluetoothLeScannerCompat scanner = BluetoothLeScannerCompat...