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...
I am currently experimenting with moving my request for PSM mode into the "lte_lc_init" routine so that it is configured before the modem is moved to Normal mode.
With...
Hi!
I have previously tested connecting the nRF9160-DK to an external MCU to act as an Serial LTE Modem as per the application description. And it worked
fine. Since then...
Hello.
I use nrf9160 and download ota with aws.
After my board download successfull and return event FOTA_DOWNLOAD_EVT_FINISHED, I do system(0) to reboot.
But it can...
Hello,
what is the raw frame to get a good NRF Temperature Service UUID BLE ?
I didn't get custom data (temperature), just the service uuid 0x1809
Here is my raw frame...
Hi
Since a recent Android security update, I am experiencing issues with my 'Just Works' device based on NRF52832. Prior to this Android update, once paired, I would receive...
I am trying to connect ,disconnect and connect using nRF dev kit with one of the BLE product. (using PC-BLE-DRIVER-PY)
Steps:
1) Open driver connection:
self ...
hello Nordic
i am using nrf52832 soc, sdk 16.0, s132 v7.01
my app requires the s132
i am trying to understand the bootloader issue, not so successful on that unfortunately...
We are developing a product based on nrf52840. The product will always be configured as a BLE peripheral. We need to be able to use OTA for both SoftDevice & Application code...
Hi, all
I'm going to develop a crypto application, and tested on nRF52840 with nRF5_SDK_17.0 CC310 run-time library.
there are a need is compute public key from a known...
Hello,
We are currently using the 0.27 and the 0.26 PINs of the nRF52840 for I2C communication as suggested in the sample code. But we need to use the P1.12 and P1.14...
Hi,
I am using nRF52840 as a peripheral + want to add UART to communicate with like Arduino and GSM. Is there any project that I can use/follow. Thanks.
I see LESC_DEBUG_MODE defined in some of the examples in the SDK (17.0.2) but I can't see where this definition is referred to in any of the libraries, so I don't think it...
I am facing strange issue when I execute firmware with NRF_LOG_ENABLED set to 0.
During BLE communication, Firmware is crashing.
If I enable NRF_LOG_ENABLED, all is working...
My requirement program flow is clearly written down .Please help me out.
void USART_EVENT_Handler()
{
// disable timer 1
//disable timer 2
// clear timer 1 count...