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 need some very simple file system to use on an external SPI flash. I gave a quick look at Flash Data Storage and it should be ok for me. I am not sure though why it...
Hi,
Disclaimer - this is definitely a question where one picture worth a 1000 words... ;)
My app use timeslot api to get a free time period to do some hard real-time...
Hello. How can I send binary data (in order to not convert it to ASCII string) over UART?
I have sensor data (obtained over BLE). Every measurement is 13 bytes, sample frequency...
Good day!
Thank you for your consideration of my problem! The system is an nRF52832 utilized as a motor driver of a small 2W high rpm maxon motor. The system performs as...
Hello,
I am trying to evaluate the nRF52 dev kit. The "getting started" HTML documentation has a link for "Setting up the development kit". This links loads "Oops (400)...
Despite all the questions on this forum for how to change PWM frequency on the fly, I found no mention of anyone using "WaveForm" mode. Perhaps it's new? There are also no...
Dear all
I have a service with an UUID. Let's say 11111111-2222-3333-4444-555555555555
I also have two characteristics that belong to this service:
66666666-7777...
I am using an nRF52 DK to build a prototype for a product. The device needs to have a connectable advertisement (as peripheral with multiples connections possible) and at...
Hello, thanks for reviewing this. I am trying to install and run Zephyr on the nRF52840 module that is on-board the nRF91 DK board. I have gone through the setup process and...
I'm doing this:
1. Start a scan, with these parameters:
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */ #define SCAN_WINDOW...
Hi
We are evaluating the nRF52832 for use in a medical application, I have modified the example ble_app_cgms_pca10040 to drive our evaluation hw. We are using the Nordic...
I am trying to interface nRF52-DK (PCA10040) with an external MCU (PIC24FJ128GC010) using UART. When trying out the ble_app_uart example in the SDK version nRF5_SDK_15.2.0_9412b96...
Hello,
Will the new nRF Connect SDK that will replace the SoftDevie let us modify the BLE Link Layer specifications? Will the Nordic BLE LL implementation be open source...
Hi,
I'm using SEGGER Embedded Studio in order to build and flash my applications on nRF52840 DK.
I have observed the following behavior:
I try flash the application...
When should I use nrf_calloc (malloc) instead of static declared variable on nrf52840 chip. I mean it has a huge ram memory for as much static declared variables as I would...