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...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
I use the NCS version 1.9.0 with SES.I build and flsah successfully.I use the antenna array with 4x4,about 16 antennas.
In Tx,i use the Putty to debug serial.there is it;s...
Hi,
I have a hardware that I want to connect via BLE and send data via NUS (Nordic UART Service). I can connect to this hardware via the NRF Connect application on android...
Hello.
I get an error NRF_BREAKPOINT_COND. I use nRF5_SDK_17.0.2, s132_nrf52_7.2.0_softdevice and my kit - nRF52-DK.
An error occurs when trying to swap UART pins (Change...
Hello,
I want to establish 802.15.4 communication @ 1 Mbit between a nRF52840-DK and an ATmega256RFR2 based device. The communication works well with 250 kBit/s in RADIO_MODE_MODE_Ieee802154_250Kbit...
Here is the situation:I can read the accvalues by uart without the ble, but when I was trying to read the values on the phone with the ble, it didnt work. I modified the official...
Hi,
I use event manager and define semaphore according to https://docs.zephyrproject.org/latest/reference/kernel/synchronization/semaphores.html . How can i delete the semaphore...
Hello!
I have an incremental encoder such as this one: https://www.digikey.no/en/products/detail/cui-devices/AMT103-2048-N4000-S/10468125
I have to make this work with...
Hi,
I have loaded one of the basic samples( nrf connect SDK, fade_led ) into my nrf52DK.
Using the free run mode or the debugger almost everything seems to work correctly...
To reproduce: Include the net/socket.h and sys/select.h in the same file. There are multiple errors generated due to redefinition of function names:
ncs\v1.8.0\zephyr\include...
I am now developing the nRF52805 using SDK 17.1.0, and I use the function bsp_event_to_button_action_assign to assign long-pressing action to activate the system-off function...
Hi,
I'm esperiencing this error when I try to import a project which has board folder inside project folder and board definition include board.c sourcefile (nrf52840dongle_nrf52840...
Hi,
When calling https://api.nrfcloud.com/v1/location/history, The records start chronologically from old to new. Is there a way to only get the most recent location update...
I am using a timer to trigger the SAADC via PPI, and scan 4 channels to EasyDMA, which alternates between two buffers. This all works great most of the time, but if I halt...