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 use SDK 15.0.0 ble_app_uart_pca10056_s140 nrf52840
I set BLE parameters like this:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...
Hello everyone.
I am trying to use my oled display with my nRF52832. I found a library that had been written before: https://github.com/monpetit/nrf52-spi-i2c-master-ssd1306...
Hello, I am wondering about something related to the numebr of elements. Does the number of elements needs to be fixed or it could also be also dynamicaly changed? Also, regarding...
hi..... i am using nrf52832 , merged the uart and timer example program . while i am debugging , debugged successfully , but timer is not working
actually i set the timer...
Hi,
I am developing a product based on nRF52840 chip. I want to know if there are any bootloader available for nRF52840 which has following capabilities:
1- The bootloader...
Hi,
I have set up nRF9160 DK by following instructions here: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF9160-DK/GetStarted#infotabs
By using nRF...
Dear nordic,
I have some doubts in BLE profiles.
1. If i started make custom profile as per your examples is that make any issue in BLE certification of product?
2.If...
I have an issue with the internal clock setting, and TWI. My custom board has an issue with the external crystal. So I switched to internal crystal with the following settings...
Hi Nordic
We are using the die temperature sensor on an nRF51822 we have observed a strange behavior. Some specific values seem to never be returned in the temperature value...
Objective: create a BLE gateway using the iOS Gateway app and nrf cloud demo
I have failed to make the demo work and am seeking ideas to help me get unstuck
I installed...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...