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...
Hello everyone,
I'm using Gateway (serial example) and send packet "Heartbeat Get" to Devices (Light Switch Server Example )to check alive of devices. But when check alive...
What API could be used to send out ZDO Device announce, when router (zr) or end device joins network ?
Is there any sample code could be referenced?
Thanks,
Robert
Hi!
Three or four months ago I create a ble mesh with 6 nrf52840 Dongles. Now I want to reset all Dongles in order to create a new ble mesh with a different functionnality...
I changed seqValues variable of the following function from 0x8000 to 0x0010. But I can't see LED light darkening. How to dim LED lights by nRF52832 PWM?
static void _ledPwmConfig...
Hello,
I just observed some strange/interesting behaviour. On one of our products there is a green LED connected to Pin 3 of GPIO port 0 on the nRF5340. When I connect the...
Hi everyone, I'm developing a program with the NCS 1.8 using NRF52840 and I want to use the SPI, the fact is that I've to connect my device to those pins
And as you can...
I am using s112_nrf52_7.2.0_softdevice with nRF5_ SDK_17.1.0 and Segger Embedded studio for nRF52805.
My application code uses 150 kb Flash(Out 192 kb) . I want to develop...
Hello, I have a question regarding to the DTM;
Is there a way to count the number of test packet transmissions or set the number of test packet transmissions in the direct...
Hi,
We are using the latest ncs release (2.0.2) on a nRF52840 integrating Matter. When looking at the sample apps (e.g. light switch example), the RAM usage for the Matter...
I would like to using nRF52832 EasyDMA for reading and writing to and from the RAM for peripherals (E.g.NOR flash, Analog front-end (AFE), etc.). Could you suggestion example...
Hi,
Greetings!
We are trying to understand how we can send battery voltage to mobile application from nRF52832 based battery operated device.
Please note that we are...
I have tried to connect my NRF 5340 board with BLE application the last few days but had no success. I already tried other solutions like disabling the MSD via the J-Link...
Hi Everyone,
I am new to BLE protocol, and coming to our issue we are working on a project in which we used nRF52840 controller for communication between peripherals in...