SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
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...
Hi, we have been experimenting with the ESB PRX and PTX examples and have integrated them into our code. We are using the PTX to continuously stream data to the PRX side and...
Hi,
I working on migrating my project from SDK 14.0 to 15.2 and are currently working on the secure_bootloader. In our current solution we use the __weak nrf_dfu_button_enter_check...
Hello everyone!
I am trying unsuccessfully to advertise a custom UUID as LBS along whit HRS but the examples use different functions to handle the advertising.
The blink...
Hi,
When I add a model that extends others (i.e. not a root model) to an element, should the extended models (for example root models) be in the same element?
Maybe the...
Hi , I am flashing applications related to UART / USB but after flashing I am not able to see the log on serial port as per seetings given in manual.
http://infocenter.nordicsemi...
hlo sir , In my code there are 4 gpio interrupts,
if they comes at same time which will execute first.
There is any optional to assign priority to each gpio interrupts...
Hi - I have an application where I sometimes get an NRF_ERROR_INVALID_STATE error on disconnect when the distance between the client and server is beyond certain limits. ...
Hello to everyone. I´m trying to configure the buttons of my SDK nRF52 to turn on LEDs, but all the examples I´ve found here are using BSP_EVENT_HANDLER. So, my question is...
Hi,
I am developing an application on an nrf52840 based custom board that includes a dfu bootloader. Currently this bootloader is the example secure one. This will be tweaked...
Hi,
I spent a lot of today trying to get or even to find instructions on how to get log messages (RTT) out of both the app and the bootloader I am working on. This was the...
Hello all!
I tried to develop a small BLE application and got stuck with endless loop in nrfx_uarte_tx() function (nrfx_uarte.c driver) which loops endlessly in these lines...
Hi, I am running Segger Embedded Studio (4.10a) to get used to the Nordic DK for the nRF52840. Now I have found, that the register display seems not to be able to show some...
Hello,
just a quick question for my understanding: If I use differential mode and have the Vp and Vn pins as an input channel to the SAADC, then may I only supply Vp with...
Hi,
I followed the example nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu to add DFU service into my 3 programs. One has HTS service, one has HRS...