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, I have a particular issue that happens intermittently, I was hoping someone here has come across the same issue and possibly knows how to fix it.
My Setup:
Using...
Hi
I am trying to add manuf data to ble_app_hts sample advertisement but without success:
static void advertising_init(void) { ret_code_t err_code; ble_advertising_init_t...
nrf52840 last version of SDK Hello I need help. I want to start ble_adv and then stop with a button signal and start again with another button signal. The idea is
Loop:...
Hi,
I am using ble_app_uart example and want to detect the read evant/ call back. Kindly help me how to register a call back function of a read type characteristic. I want...
Hi all, I'm working on nrf52832 in segger embedded studio. Using ble scanner app, I'm entering some random values. So when i enter a value, I'm adding them to watch and checking...
Hi,
i am working under the mesh concept in nRF52. I saw the mesh demo in nRF thingy the link is here.
and i also have 4 nRF Thingy boards in my hand. i want to do the...
Hi.
I am currently weighing up whether to use a PCB or a chip antenna. Due to my product is going to be less than 20mm x 20mm, I would prefer the chip antenna to save some...
Based on mesh sdk 3.1, open NRF_LOG_ENABLED in the light_switch_server example, ie NRF_LOG_ENABLED 1, the following error occurred during compilation: Linking light_switch_server_nrf52840_xxAA_s140_6...
Hi
I changed the clock source from NRF_LF_SRC_XTAL to NRF_LF_SRC_RC, but it dit not work.
In the migration guide( Migration Guide ) I found out, that the method SOFTDEVICE_HANDLER_INIT...
Hello,
I am working on a custom PCB with NRF9160.
I have modified nrf9160 uart sample to add UART_1 and enable SPI_3 and everything is working fine.
Now I need to include...
Hi ,
I am using SDK v0.4.0.
Modem firmware : mfwnb1nrf9160030123prealpha
Asset tracker example is downloaded to the NRF9160-DK.
Since I am using NB IOT, I select...
I use nrf52832 sdk 14.0
SD+ boot(for ota)+app
In the applicaiton there are some user data to save. I used two pages ( one pages start from 0x6E000 and the other start...
Hello!
A few questions about the flashlog:
1. What's the difference between the flashlog and the crashlog?
2. What is the recommended way to obtain flashlog/crashlog...