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...
Hello
I am adapting some code that was used with a previous SDK (SDK 14 or earlier) to use with SDK 15.2.
The function 'ble_nus_string_send' is not included in the new...
Hi support team,
I am porting an ESB application from nRF51822 to nRF52832.
I have configured (for backwards compatibility) the radio at NRF_ESB_BITRATE_250KBPS and it...
Hello, this is Kwonjoon Lee from Korea. I would like to ask about building problem of connectivity HEX file of pc-ble-driver (C/C++).
Actually, installation of the pc-ble...
SDK - nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac
Segger embedeed studio
Linux Ubuntu 18.04
I try use the thread_simple_coap_client example from SDK. I need to use...
hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt. our use case is that...
Hi
I'm at the early stages of evaluating the nRF52840 and have some questions
1. The web site lists Segger Studio and nRF Connect as choices for development.
What are...
Hi,
in the last year, many of us had a lot of troubles creating a simple mesh app relaying a short byte array(10 characters or less) over Mesh, from a client to a server...
Looking for a freelancer to code firmware for our project which will use data from a MEMS and a load cell, initially testing (if possible) with a nRF52 development kit.
...
The SDK 15.2.0 release notes state:
Changed the default interrupt priority level for the peripherals from 7 to 6. This is done to be aligned with the priority of the SWI...
Hi,
when I am not in a connection, I want to call sd_ble_gatts_value_get() and sd_ble_gatts_value_set(). Both require a connection handle.
For the sd_ble_gatts_value_get...
Hi everyone, I'm currently working on an application that uses the USBD HID Keyboard class. However for this particular application I need to know when the USBD is done with...
Hi,
I have to modify DFU to support AES encrypted image.
I modified nrfutil, file package.py, After line bin_length = int(Package.calculate_file_size(bin_file_path)) ...
I realise this question must have been asked a thousand times, but the more answers I read, the more confused I am!
I am looking to transfer 7kb of data occasionally (maybe...
Hi,
I've just acquired a second-hand (but still sealed in the original anti-static bag) PCA10059 which is labelled as being HW rev 0.6.0 manufactured 2018.15, and was unable...
Hi All,
I am developing one project and in which i am using external SPI Flash memory of 128MB and for that as of now i am using spi driver for all operations (like read...