I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
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...
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...