Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...