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...
Excuse me:
I'm developing a keyboard with nrf52832,Calling ble_hids_inp_rep_send() returns BLE_ERROR_GATTS_SYS_ATTR_MISSING when the keyboard is just connected to ipad4...
Hello All,
I am developing a prototype for one of my application.
I am trying to integrate the zigbee stack to my base firmware.
For my application I am using RTC2....
Hi,
I'm using the example "ble_central/ble_app_uart_c" of nRF5_SDK_17.0.2. Connection to peripheral workes fine.
If the central re-starts while a connection is established...
Hello, there
We made a custom tracker device with nRF9160. During prolonged use, we observed that k_delayed_work_submit_to_queue sometime return -22 and cannot be recovered...
When i change the config NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS to 1
the following error comes, how do I overcome this?
<debug> app: nrf_dfu_svci_vector_table_set() ->...
Hello All,
I am facing binding error if I use UART1 for binding but UART0 is working fine. Refer the below error.
Please let me know the solution to solve this error....
Hey!
I'm trying to adapt a modified version of the open bootloader example for the nRF52820 MCU and have one issue as well as some questions.
I have adapted the build...
Hi,
I am developing a system consisting of a BLE peripheral and central with a custom service (SDK 17, S140, PCA10056).
For the peripheral, I am using a modified version...
I have noted that the code size of my project is reduced by more than a factor of two if I set NRF_LOG_ENABLED to 0. It is also reduced significantly if I set the Log Level...
Hi
I would like a clarification when performing DFU from external flash. This is applicable to both nRF52 and nRF91, I guess, as long as nRF Connect SDK and MCUboot is used...
I have provided the starting address and the size of the flash and ram in the linker script of the gccarm compiler, yet the sizes of the output hex file is different, could...
Hello My name is Yongmin Won and I work at EMC Labs in Korea. It's not different. You are about to operate the N52832 module as an Nrfgo program. But I want Bluetooth BLE2M...
Hello, We are building an OTA firmware update mechanism that relies on MCUBoot and the DFU Target API . We take the implementation of fota_download as an example.
Currently...
Hello Community, I know there are already a few posts on this topic, but I wanted to make sure this is conform with my application. I am trying to program an external board...
Hello!
I am a beginner trying to learn Zephyr using nRF52840 DK.
I tried to build the example present in the zephyr's samples/basic/servo_motor directory.
I made necessary...