Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
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...
Hello,
I'm currently working on a custom DFU op-code that allows the MCU to send a "pause" op-code, similar to the op-codes found in the DFU protocol.
The steps I've taken...
Hi All
I’m making a few tests on a custom board equipped with a nRF51822-AA device trying to update the firmware with a newest one based on a more recent SDK
The original...
nRF5 SDK version 17.0.2
In usb_dfu_transport_init we have this:
If the nrf_drv_power driver was already initialized, this will return NRF_ERROR_MODULE_ALREADY_INITIALIZED...
The documentation for the sd_ble_gatts_hvx() method states:
This function checks for the relevant Client Characteristic Configuration descriptor value to verify that the...
Using NCS v1.4.99-dev1.
I have no problem using the PWM with a nRF5340PDK but when i tried it on a nRF5340DK, my program was not working correctly.
I have made a simple...
Hi All:
As the topic............Now ,my program is consisted two group,one is the base group,the other is the application group.We often upgrade the application group,so...
Hi
Try to enable reset pin on a 52810 custom board
After defining CONFIG_GPIO_AS_PINRESET in project I ended with UICR registers set to 0 both PSELRESET[0] and PSELRESET...
I have a project with app + SD + BL + Settings page, all merged using the mergehex tool
The mergehex was installed as part of the nrfutil package.
all is well when the...
Hello,
I'm using sprintf to prepare a string to be sent with app_usbd_cdc_acm_write() with a usb configuration resembling your usbd_cdc_acm example of SDK 17.0.2.
When...
Hi everyone,
I want to serial print an array of bytes in hex format. The array size is 200bytes. I tried to use the NRF_LOG_HEXDUMP_INFO but it doesn't print all the array...
Dears,
Diagram as attached, we want to make a audio recorder design.
Customer wants to recorder the audio, and at the same time do audio player works.
Is it possible...
I'm evaluating nRF52840 DK.
Currently running peripheral_lbs example.
I'm trying to set security level to BT_SECURITY_L4
I'm connecting to nRF52840DK with via smartphone...