I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hello. I am writing a program using an example called ble_app_uart. While using the printf function, the output is output with a delay of 10us between characters and characters...
I try to integrate the Nordic pc-ble driver (Version 4.1.2 API 5) into a Qt application. I use the heart rate collector example to check how I have to integrate the library...
I have implemented all the models given in nRF Mesh SDK in nRF52832. Now I want to implement the HSL Model in nRF52832, for that there are no files related to HSL model in...
Hi all,
As I wanted to try out the new extended periodic advertising examples (periodic_adv and periodic_sync) located under /v1.5.0/zephyr/samples/bluetooth of the latest...
hello,
i am using nrf52840 with our cutomised board and trying to achieve long range using coded phy and using that long range demo example as base i have sucessfully changed...
I try to send out sensor streaming data to terminal over BLE NUS. Sensor sampling rate is 100Hz and 6 bytes per sample. Is there a best option to do this if I need to send...
We're working on a product that is able to store around 400uC of charge (two 220uF capacitors). There is a constant input of 21 uA minimum coming from a small solar panel...
I'm using AT%XRFTEST=0,1,2,19300,-40,1 to test reception at 1930MHz on the NRF9160 DK with a CW generator, and I don't understand the effect of the -40 parameter. With my...
We are currently working on an energy harvesting solution that powers the nRF52832. The energy harvester is providing energy from indoor solar and at the lowest light level...
I'm kind of confused about the DCDCEN0/1 related functionality and can use some confirmation. If I'm hoping to run everything at 1.8V, it seems I can wire VDD_NRF to 1.8V...
Hello,
In our device, we would like to implement an HID Service for the most simple cases. This part is OK, there are examples for this.
For advanced users, we would like...
Hello,
MCU: nRF52832;
SDK: 15.3;
Project: examples\ble_peripheral\experimental\ble_app_ots
nrf52832 receive data from app, communication by L2CAP, I want to increase...
Hi,
I use library NRF21540.c to config to control NRF21540, to amplifier the radio of nrf52832.
This is my define:
#ifndef NRF21540_USE_GPIO_MANAGEMENT #define NRF21540_USE_GPIO_MANAGEMENT...
Hello!!
I want to implement I2C between nrf52832 and capsense button (CY8CMBR2110-24LQ) and want to put it to sleep mode so that I could get ~2-3uA if there is no activity...
Device: nRF52840
SDK: 16.0.
Softdevice: 6.1.1
Hello,
I'm using Timer 2 peripheral using simple timer driver. It's working fine but I have serious drift/accuracy issue...