hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
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...