Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
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...