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...
When using LE Audio with multiple sink devices, can those sink devices also communicate between them via master Bluetooth source? For example: During streaming audio, 2 or...
My goal is 11.25 ms for connection interval with iOS. With PC and Android i can setup it.
Following Apple guideline, I added HID service to my custom device(it works, i...
Hello everyone,
I'm a junior engineer in a company, and I'm assigned to that project which we will use a different microprocessor with BLE in it, and it needs different...
I am currently working on a project with a nRF9160 and in the very early stages of evaluation.
I have a few, hope not too many questions that I hope can be answered here...
I have been struggling to get the DFU in our own application to work. When starting a DFU from the desktop nRF Connect 3.4.1 it reports an error:
According to the log...
Hi,
We are using nrf52840 development board and segger embedded studio. I am using thread concept here to run another function in parallel to my main function. i want to...
Device: nRF52840, nRF5 SDK16.0, Softdevice: S340 (ANT_s340_nrf52840_6.1.1)
Hello,
As next step to increase usability of our product and adding new features, we have...
I hope someone is able to answer a few question.
I read quite a lot but still some things are still confusing.
If we use e.g. the AMB2621 Module of Würth, is skipping...
Hi,
I am trying learn about IO/ events that can wake-up nRF52833 from lowest power mode.
What qualifies as event that can serve as wake-up source?
Is it possible to...
Dear sir,
Got error while uploading .zip in DfuTarg as "SD version failure". I'm using nRF52840 DK board. I have tried to create .zip by --sd -req 0xB6/0XAE/0xA9. zip get...
I'm curious what the modem does if, upon waking up to service the PSM interval, it fails to connect? Does it go back to "idle" and try again on the next PSM interval or does...
Guys, In a Mesh project, when setting up flash manager:
How do you get the right value of flash_manager_config_t.p_area ?
And where and how is it configured?
Thanks...
Hi ,
I wirte a python script to download FW to nRF52832 custom board, the FW is the merged file with softdevice(s132_nrf52_7.0.1_softdevice.hex), bootload, bootload settings...
The version used is nrf5_SDK_for_Mesh_v5.0.0_src.
nrf5_SDK_for_Mesh_v5.0.0_src\examples\light_switch\server.
Question 1: I want to turn off mesh broadcasting first,...