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 Community,
I have nRF52840 board. When I connect board to system it not get detected.
I tested VCC supply it is OK.
COM port is not seen anymore.
I tried to...
Hi Sir/Madam,
Our application needs to be running on both cores and the network core needs to use some crypto algorithms provided by the crypto cell. From the data sheet...
Hi, dear Nordic & all:
I found nrfx_saadc_uninit() did not work when use SAADC's differential mode with SDK17.0.2, nrf52832, the fellowing is saadc init and configuration...
Hi, there:
based on \\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10040\s132, I need add Just-Works bonding function. But this bonding request need launch...
Hi
I am using nRF5_SDK_17.0.2_d674dde with softdevice S140 have sample example as ble_app_template_c but when i run the code i get the following below error are as follows...
Hello,
I am compiling my BLE project on nRF5340, with nRF Connect SDK v1.6.1. I got this error: undefined reference to bt_gatt_exchange_mtu.
My code works fine on SDK...
11:14:55.624
Received status with code 0 PKT_SEND_MAX_RETRIES_REACHED, message: 'No response from device. Tried to send packet 6 times.'
11:14:55.954
Server setup...
Hello,
I am looking at the Asset Tracker v2 example and was wondering if it is possible to use the A-GPS or P-GPS services offered through nRF Cloud if I am using AWS or...
Hello,
Both parts part#nRF9160-SICA-R and nRF9160-DK are available on Mouser website but t he customer would like to check what revision is.
Could you please help to...
Also please let us know if there are any antenna design specifications.
If we use other antenna for NFC is your certification valid or we need to re-certify our product...
Hi,
I've been experiencing some very slow erase times in the erasing / programming stage. Consistently around 10s. I am using SEGGER Embedded Studio, J-Link V7.22, and...
Hi all
According to the PS of the nRF52832, the INFO.VARIANT field in the FICR is ASCII encoded (e.g. 0x41414530 -> AAE0).
Are only capital letters ('A' - 'Z') and numbers...
Hi everyone,
My task is make Uart peripheal advertisments on coded phy, for that i CONFIG_BT_EXT_ADV=1 on autoconfig.h, and I add the function bt_ready of the project peripheral_hr_coded...