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,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
The URL provided in the Matter samples for generating a QR code stopped working:
e.g. https://dhrishi.github.io/connectedhomeip/qrcode.html?data=CH%3AI34DV%2A-00%200C9SS0...
Hai,
I'm Developing a Zigbee coordinator using nrf52840 and sdk is nrf5_sdk_for_thread_and_zigbee_v4.2.0_af27f76.
I have few doubts, here is that
1. How to stop network...
Hi
I have designed a beacon with nrf51822 and this is my first time designing a pcb.
I used nrf51822-QFAC-DCDC reference layout. it's a 2 layer pcb.
for the antenna...
Board: nRF52833
SoftDevice: s122
SDK version: 17.0.2
I'm trying to connect my device to the Edge Impulse through the edge impulse data forwarder. I have a peripheral...
Hi,
I am using a power profiler from my Win10 laptop, to test my nrf52 PDK.
The NRF Connect version is 3.11.1 and the Power profiler app version is 3.2.0
I am working...
Greetings, i'm developing a custom sleepy end device whose role is to detect whether a certain event is occurring, this triggers the update (EDIT: via interrupt handler) of...
Hi,
I am using nRF52832 for my development and our project requires us to have a bare minimum security between a gatt server(nRF52832) and gatt client(Android mobile APP...
Hi guys,
I am using SPIS to receive data from a camera and use UART to put this data back into the terminal. However, I noticed that my UART wouldn't print anything as long...
I'm stuck trying to add a callback handler to a simple HA ON OFF SWITCH application.
The application is running on the nrf52840 DK. The coordinator is Zigbee2MQTT (Z2M)...
Hi there,
I am developing a central in nrf52840 dk using SDK v2.0.0 in VS code.
The peripheral uses 128 bit custom UUIDs. The peripheral is working fine with nrf connect...
We are using nrf52 SDK on nrf52832 and we want to have the option of updating the firmware. Since we know the size of the expected image will be greater then we currently...
Hi there,
As mentioned in an earlier ticket I'm developing a successor to one of our products based on the nRF9160. Since it doesn't have USB we've added the nRF52820 as...
Hi all,
Inherited a nRF Connect 1.5 project developed under Linux and I'm trying to get everything set up for continued development under Windows.
I can build the code...
I modified the simple_gw example code, when the end device(application/light_sample/dimmable_light/bulb, I did not modify this example code) joined the ZigBee gateway network...
I like to implement transfer layer on UART communication, since data error is possible on UART.
I read this " UART HCI protocol" document on Nordic SDK.
https://infocenter...