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 am using NRF MESH SDK V3.0 ,nRF5_SDK_15.2.0 and with s132_nrf52_6.0.0_softdevice .
I've noted some problems when i try to use the app_timer in repeat mode with a...
Hi Team,
I transplant the project Uart from example/peripheral/uart tranplant to blecentral/multilink project, but it does not work, it indicate that APP_UART_COMMUNICATION_ERROR...
Hello,
In below link, I am bit confused between “With bootloader” and “Without bootloader”. What for this bootloader.
https://infocenter.nordicsemi.com/index.jsp?topic...
Hi all,
I purchase a Li-Po batter where it will output 4.2V when I connected to nrf52480 DK, it causes all 4 LEDs (LED1, LED2, LED3, LED4) not functioning anymore.
The...
Hi,
I have the latest 0.4.0 tag, flashed the latest modem firmware 0.7.0-29.alpha, and debugging the asset_tracker app under nrf9160_pca10090ns.
When I debug the app it...
Hi,
I'm using the latest everything for the nrf52840 with SES.
When I define a global variable that require substantial memory I get the linkage errors:
. bss is too...
Hi
I want to run the the HTTP application update sample on the nRF9160. SDK v0.4.0, SES V4.16, Win 8.1.
I can build and run the application on the DK but I don't find...
Hi,
We have worked with building a raspberry pi system that uses a nRf52832 dev kit board and the pc-ble-driver-js code to scan and connect to our bluetooth devices. This...
Add whitelist function in \ nrf5_sdk_15.2.0 _9412b96\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay, and report error 12804 (0x3204) after disconnection...
I'm trying to use the SAADC to return one value so I initialize it, try to take the reading, then unitize it so I can use it for taking readings through the PPI. The SAADC...
By default, is it enabling or disabling bias correction? If no, how to enable bias correction?
Is the RNG peripheral being left on all the time as a result of us using it...
hello,
I need send 10000bytes large data send central to peripheral in single transmission. I using example code ble_app_uart_c in SDK15.2 nrf52832. what are the parameter...
Hello
I am writing low-power application where NRF is called from the other chip by interrupt, performs bluetooth scan and sends data back over UART. Of course, I want to...