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...
Hi,
I have the need to wait a few ms, from 1 to 20, in several parts of my code and I was wondering what's the most energy efficient way of doing it. Notice I don't need...
Nordic released nRF52811 to support BLE5.1 direction finding. But how to find external IC that related antennas supporting direction finding? If you have specific external...
I am using the nRF51422 board with the SDK 11
I am trying to build the following example: ble_app_hrs_adc_battery_measurement.
repository: https://github.com/NordicPlayground...
I am using the nRF51422 board with the SDK 11. I am trying to build the ble_app_hrs_adc_battery_measurement from the NordicPlayground/nrf51-ADC-examples repository. The README...
Hello,
is it possible to alter examples from the SDK 15.0.0 to force a BLE 4.2 connection, even if both devices are are compatible with BLE 5?
I konw that BLE 5 is backwards...
Hi there,
I am trying to automate the ADC sampling in a regular way.
Application timers seem to be a bit irregular if I depend on not loosing too many miliseconds on each...
Hi,
I tried looking over the docs but I could not find anything specific to my question, which bytes in the NRF_FICR->INFO.VARIANT contain the hardware version ID? e.g....
Hi
I am using nrf52840 Ble_App_Beacon() for advertising Beacon. so, i want to consume my power more down for battery life.I expect the nrf to go to sleep mode after advertising...
Hi
Could nRF52840 - USB Audio run on Android system?
We tested it on Samsung and ASUS Android phone then got it fail.
Please give me a comment.
Thanks.
BR
Atl...
I wrote a code using ble_app_uart peripheral example of sdk 11 for nordic nrf52832 development board.
We are making our custom boards where we are using Rigado BMD-300,...
I am trying to set the Memory protection bit and PinReset configuration with OpenOCD. I have applied the NRF52 patch (outlined here: devzone.nordicsemi.com/.../ )
I am...
Hi
I wrote the SoftDevice(s132_nrf52_6_1_0_softdevice.hex) with nRF go in the following procedure.
Erase terget.
Writting the SD
In the Log area, it is indicated...
Hello,
I have just got a brand new PPK board, and would like to use it with an external J-Link. As far as I could tell by reading the documentation , this scenario is not...
I am working on the nRF52840 DK and nRF52 SDK 15.2.
I can run the USB CDC ACM example and the USB Audio example successfully.
Is there a way to create BOTH devices at...
My code compiles and runs fine in debug mode with logging turned on.
In Release mode, it builds and runs fine with logging turned off, but if I turn logging on (i had an...