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...
nRF52840, nRF Connect
I was looking at the button example and it is apparently a little different then in the nRF5 SDK kit. In the SDK you had a callback and inside that...
Hi!
For a custom project, I need to enable and disable soft device on a peripheral. I'm able to enable/disable softdevice for two cycles, then I get this error:
<error...
Hi,
I'm trying to mount two spi flash device on spi0, but can't found the second one(device_get_binding() return NULL).
The two device has compatible ("jedec,spi-nor"...
Hello Support,
In my project I use the nrf52840 with the nRF Connect SDK to create a OpenThread device with an Secure MQTT connection to a broker.
I've got the OpenThread...
Hi. I am trying to output a square wave on to separate output pins. I want to have one inverted, however I can't even get the same output on both pins at the moment. The pin...
I want to use HCI_USB on nRF52840 board(nrf connect SDK).
Legacy Advertising Scan is success.
But,, I don't know how to recieve the Extended Advertising Scan.
Please...
We have an nRF52840 operating as BLE peripheral that ix using sd_ble_gatts_hvx() to notify an attribute value. Because we are using an RTOS, after calling sd_ble_gatts_hvx...
Good morning,
DK: nrf5340 Audio DK
SDK : V2.0.0
Toolchain Manager: V1.1.3
nRF Connect for Desktop: v3.11.1
I am trying to work with nrf5340 Audio DK. I was able...
Hi,
I was working with my Thingy:91 all worked fine. Wanted to upgrade to latest firmware and somehow in this process the USB interface stopped working. I switched to use...
hi,
i am using sdk_17.0.2 and nrf52840.
I want to get 6 pwm outputs like in the picture.
They all have to start at the same time.
20 khz signals should be.
i...
I want to make sure I understand something fundamental. The nRF52840's PWM peripheral is hardware based unlike the app_pwm library which is software based, (originally developed...