Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
I want to get started with nRF52832 in Arduino. I have a Ebyte development board with E73 module containing the NRF chip.
The hardware is quite similar to Adafruit NRF52...
Hi,
Hope you are doing well!
I am trying to do Buttonless DFU on our own Android APP. I have finished programming on nrf end and succeed doing DFU on 'nrf connect...
Hello, I have done customized board using nRF52832 and when I try to flash code using nRF52 DK(Jtag) it is showing following error. could not fetch memory size of target devkit...
Hey all - I'm new and trying to connect Thingy91 to nRF Connect V3.6.1 for the first time. When I open the Programmer app I only see "No devices available" in the drop down...
Hi,
I'm trying to follow the NCS tutorial in: https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs...
Hi,
we are developing a custom BLE communication. For this we are using:
- nRF5_SDK_17.0.2_d674dde - s332 - based on BLE NUS UART example
Everything works fine, until...
I'm trying to open a NCS project in SES but I'm getting error 1 from create_nordic_project.py. NCS 1.5.0 installed with toolchain manager on macOS 11.2.2
The error in SES...
Hi,
I am following a client case that they have issue on accessing SD card via SPI port.
I used the sample project fat_fs on nrf9160_pca10090 DK and used SPI_3 to access...
nRF9160 DK schematic sheet 2 missing pin names for WP and HOLD of nRF91_EXT_MEM in the On-board interface (far right page 2)
could someone post what nRF9160 pins are used...
Hi,
I have written one application with logging disabled to save power.
However, when I tried to debug the code with Ozone, during startup, it raises BusFault exception...
Hi,
I am currently working on generating a dfu over serial uart by testing with the ble_app_blinky example given in the SDK 15.2.0. Currently the ble_app_blinky hex file...
Hi ! Using nRF52840 whith SD140 as central and 6 link count I research :
changing the NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 2 does not change "Window size" on CONNECT_REQ...
Hi,
I messed up my SES project and now the debugging session doesn´t start and the debugger does some weird stuff and doesn´t execute my application.
I also tested if...
Hi,
I am using the DFU example given in the SDK15.2.0 to try and update the application on my NRF52840. Currently, I have been able to update the application to run the...
I use many SEGGER_RTT_WriteString and SEGGER_RTT_printf sprinkled throughout my code which was very helpful for debugging and monitoring, however, we're getting close to releasing...