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...
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...
Hi,
Do you have a declaration of conformity for the chipset nRF52832 ?
I need this document to justify to my laboratory the conformity of the Bluetooth module to the standard...
hi,
I have some questions, please help me solve these questions. ( I use SDK 15.2.0 and nRF52832)
1. my customer ask how many central bonded with one nrf52? (my project...
Hello,
I am trying to send data from my light switch mesh client (nRF52840) to my gateway, the nRF9160 using UART. I added the UART functionality to the light switch client...
Hello there,
I followed all the steps in the following link:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment...
My device (nrf52832) has two signals triggering GPIOTE interrupts. I need to be as low power as possible, so both are setup to not use hi accuracy, making them share the PORT...
i need a help
As mentioned in this thread
https://devzone.nordicsemi.com/f/nordic-q-a/18512/directed-advertising-with-pre-shared-irk
in need to do directed advertising...
Hi,
We want to measure our external custom board which is not based on nRF52 chip. That board has current consumption header and it's chip draws maximum current of 60mA...
Hi:
I find a odd question when i use SES to develop nRF52832, ESB protocol is using and i need to config some different slaves with same code except the pipe num, i define...
Hello,
In my current zigbee project I have a sensor end device which should sleep when possible. I am handling the ZB_COMMON_SIGNAL_CAN_SLEEP event and have added zb_set_rx_on_when_idle...
Hi,
I am using NRF52 SDK version 15.3, Segger Embedded Studio.
I am using the ble_app_beacon example in examples/ble_peripheral, I have programmed 2 devices with the...
We are attempting to replicate the background DFU process presented in the example DFU over TFTP. Reference SDK that we are using is 15.2
What we do:
- We are trying to...
Hi,
While using the BLE advertising module, it struck me that it automatically stops advertising as soon as a device connects. This is not acceptable in my application as...
Hello. I am developing a project with a static password. And when I connect to the device, in the debug messages for the auth_status field I get the following values: 61,...
Hi ,
I want to add DFU service into ble_app-uart example, for that I want take reference as ble_app_buttonless_dfu.
But when I am trying to test the working of ble_app_button_less_dfu...