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 am using a nRF52832 module to receive some data from another nRF52832, which is sending the digitalized data to the receiver. My receiver consists of a nRF52832 module...
Hi guys,
I am trying to add some BLE OTA functions to my NRF52833 running Zigbee. I have looked into the examples in the SDK, and i can see that there is an example for...
1. Please provide the latest nRF52810-QCAA-R rohs and reach. 2. I did not find the latest nRF52810-QCAA-R rohs and reach at info. 3. The picture shown is older for the customer...
It appears that the current order of articles returned when searching the https://infocenter.nordicsemi.com/index.jsp is ascending (or no order) It would be VERY helpful if...
I am using raspberry pi to communicate with nrf52840 My rpi is used as msater, nrf52840 is used as slave My nrf52840 is implemented as SPI slave under zephyr OS At present...
Hello,
I'm developing a bootloader based on the one included in SDK 13.1. It is now restarting due to an NRF_ERROR_NO_MEM that I'm not sure where it's coming from. It must...
I'm porting my system from 1.2.0 SDK to 1.4.2. The GPIO API has changed quite a bit. I have this problem that when I'm enabling some GPIO to be on interrupts, it seems to...
We are eplanning to include a simple DoA or DoD estimation in our device for BLE bracelet doirection detection. One partner claimed that nRF 52811 can't be used for this purpose...
I am using MeshSDK 4.2.0 and nRF52840.
I have looked into the provisioner example and the provisioner_store function in main.c only seems to store m_nw_state, which only...
Hi all,
I have some issues to print and parse JSON file using cJSON features. My code works without problems in SDK, but when I try the same code in Mesh part, I am not...
Hello, i'm trying to build zephyr\samples\subsys\usb\cdc_acm but i get the following error:
1> zephyr/isr_tables.c does not exist. 1> Combining ‘zephyr/isr_tables.c’ 1>...
With very low data rates and short packets between two nRF52840s which of the following can operate at the lowest power?
1) ble peripheral to ble central uart
2) Enhanced...
Hello Dev
I'm working with MQTT sample on nRF9160 DK device and while that when I called facing some kernel based issue regarding k_sleep() function.
I'm getting this...