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 All,
I've been noticing that when attempting to stream large amounts of data (let's say 20,000 notifications of 20 bytes) to the nrfConnect app on mobile (using a Pixel...
Hi,
Did anyone used Eclipse with Nordic Semiconductor packs downloaded with GNU ARM Packs Manager? I've downloaded the packs, but the project does not see(include) them...
Hi! I recently got my project working on an nRF51 DK, and am now trying to get the project working on an nRF51822 on our PCB.
Our application uses Bluetooth, an LED, a button...
Hi,
I've noticed that in ble_hrs_freertos project (SDK14.2), there is duplicated definition of __HEAP_SIZE & __STACK_SIZE - in C/C++ tab & Asm tab of Keil MDK.
Which...
If we want to save some data, (as I think) we have two options.
Flash memory in nRF52832 or external EEPROM.
could you tell me pros and cons of two?
my guess ...
Hi,
I have been trying to advertise packets with different manufacturer data and I am able to achieve that using the radio_notification_handler of the SDK. In my code...
I've been trying out the light_switch proxy_server example. Currently I am using a BLE debugging tool on MacOS to send raw bytes to the Mesh Proxy Data In characteristic to...
I am using nrf51822 to enable bluetooth mesh features. For nrf51 board which SDK mesh version want to use ?? . i have seen in nordic devzone that SDK v1.0.0 can able to use...
I'm trying to set up DFU for a custom board with a nRF52810 module (Rigado BMD-330). I created the secure bootloader from the recent project for SDK 15 posted by Vidar Berg...
Hi,
The Keil MDK shows an error when I open a example project from nrfSDK.
but there is no error when compile.
Could someone please clarify.
Thank you .
Can someone please clarify . nRF52832_V1.3
These 2 sections seem to be contradictory.
18.4.1 Power-fail comparator The power-fail comparator (POF) can provide the CPU...
I am starting to refactor some nRF52832 code, from an Embedded C++ Eclipse based project, into a new Segger Embedded Studio project.
All of the videos I have found rely...
I'm developing a nRF51 Central that needs to read DIS information from a connected peripheral. Does the SDK provide a DIS client? I can see the files for a DIS server (ble_dis...
Hi,
We are using nRF24L01+ modules on an ultrasonic positioning system. For synchronization, we wanted to use the RX and TX interrupts provided by the module to trigger...
Hi.
I'm currently trying to scan non-connectable advertisement for continuously.
it’s unclear to me. I doubt will be worked scanning 1000 peripherals.
so. i have to...