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,
What's the max range achieved with BL5340 (With PCB Trace antenna) in indoors and Outdoors when advertising and connected mode? (With 1M,2M and Coded PHY(125Kbps,...
I use nrf connect sdk 1.9.0, to run periodic_adv and periodic_sync example.
The adv side sends this data: mfg_data[] = { 0xff, 0xff, 0x00 };
But in sync side in scan_recv...
Hi,
My mesh project is occasionally suffering some dropped messages and after probing around I found this on one of the nodes.
I have four nodes and one gateway running...
Hi,
In nrf52840 dongle, I use nrf_crypto_ecdsa_sign function to sign.
Everything is fine in when building, but when testing the real world data, it’ll will show error...
I use 52820 to do ble_usb+esb project, but I have encountered problems when adding USB. I have added USBD_HID_COMPOSIT in the project of \ examples \ peripheral \ usbd_ble_uart...
Dear community
I am developing an autarkic embedded system where I harvest energy from a thermoelectrical generator. It is a simple application, I need to acquire the open...
Hello,
NCS1.8.0 Windows10 X64;
i test v1.8.0\nrf\samples\bluetooth\direct_test_mode, and i want to use nrf21540 model.
i've set CONFIG_NRF21540_FEM=y and do Project...
Hi,
I have been playing around with the nRF9160 DK trying to get it reading a range of sensors, so far with success, however I have found an issue which has stumped me...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We connect to the broker through the MQTT command...
Hi,
I'm trying to compile Zigbee examples nRF5-SDK-for-Thread-and-Zigbee in Keil but faced some errors.
This is the error I got. This is the exact location of the project...
Hello,
I'm designing a device based on nRF52840 SoC that receives a configuration (set of 50 parameters) from an app which downloads the configuration in JSON format from...
Hi, I tried to run an adc example ( https://github.com/haakonsh/NCS_SAADC_example/tree/master . ) for nrf5340 in another post ( how-to-configure-the-dma-in-adc-and-how-to...
Hej!
Upgrading from SDK16.0.0 to SDK17.1.0, concerning sdk_config.h in my application: I worry that some new options could have been introduced while some old ones might...
Dear support,
I tried to follow the video here for adding service to https://webinars.nordicsemi.com/developing-bluetooth-low-energy-6 ,
Read and notification works fine...