I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
Hi all,
I'm a beginning hobbyist with nRF52. I'm programming a BC805m using my nRF52-dk and nRF Connect SDK v1.9.0 (zephyr & Segger Embedded Studio).
The learning curve...
Hi, I am new to nrf.
I want to interface Sparkfun capacitive fingerprint sensor with nrf52832.
There is Arduino lib is present for this module.
But I am stuck on how...
1. When I start the SEGGER Embed open project: when 10_hello_world_clock_gettime, the following pop-up error pops up: Did not finish 'cmake',
2. When I close the window...