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, Everyone
I have a product (named "A") developed on sdk12.3 and 52832.
This product has peripheral function and MTU Size is 64.
If I use "nRF Toolbox -> UART" on my smartphone...
Hi,
I'm working on the Mbed-OS USB HAL implementation for the nRF52840. I'm having a bit of difficulty getting the expectations of the USB stack to match up with the event...
Hi,
I completed the getting started guide (Getting Started Assistant app) of the nRF Connect v2.6.1:
I installed the toolchain, the SEGGER Embedded Studio and opened a...
Hello I am working through my project and ran into the roadblock of the nrf52840 not being able to use the 250kbit radio mode.
I tried a few workaround and ended up getting...
Hi,
I am working on the "pin_change_init" example to develop my interrupt based function.
I have added three pins/buttons into it and out of which only are working properly...
I AM AT THE END OF MY SANITY!!!
I have tried everything. SEGGER, Keil, installed J-link like 5 times, Python, nRFgo, nRF Connect for Desktop, nRF5x Command Line Tools...
Hello,
We are using nRF52840 with SES sdk 15.0 version. My other thread is here in that got problem with nrf_cal_set_callback(calendar_updated, test_Interval); this function...
I am trying to use a sensor that needs 9600 baud rate with the nRF52840-DK. I've set the baud rate to 9600 on the sdk_config.h. Would I still be able to see the transmit/receive...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
Hello
I am using Segger Embedded Studio with nrf9160. I can 'Build and Run' the 'asset_tracker' project but the LEDs are not blinking and my development kit is not connecting...
Is possible to get a sample code for communication between multiple BLE devices, for example the BLE TinyShield? I have come across a code that enables the BLE TinyShield...
The content, format, and size of a device's Peer Data is determined by the application. I understand that when pm_peer_data_store() and there is not enough available flash...
Hello there,
In order to have a continuous RTT debug during DFU, I followed advices found in:
- https://devzone.nordicsemi.com/f/nordic-q-a/20708/rtt-logging-from-application...
Hi,
Apologies if this has been asked before. I am interested in trying out the Adafruit arduino implementation for the NRF52840. The implementation uses it's own bootloader...
Hello,
Que 1:I want to Test BLE APP UART Functionality with BLE MESH Example ..is there any document how to use Combine BLE and BLE MESH?
Que2: I want to run BLE MESH...