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...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
I have tried installing the nrf connect 3.11.1 on 2 different windows 10 machines. Both are clean windows 10 installs. The hard drives were wiped and windows reinstalled....
Hi,
the following event is generated when I connect two or more nRF9160DKs to a Windows machine: "Disk 2 has the same disk identifiers as one or more disks connected to...
1. 2. 3.
I am using the ble_app_beacon example as the starting point for my project. I am working on a project where a number of beacons will advertise its identity and...
How do you enable any of the i2c peripherals on the nRF9160 dk boards?
I tried changing the device overlay to the code below:
& i2c0 {
status = "okay" ;
compatible...
Hello,
I have a project that uses JWT.
When migrating from nRFConnect SDK 1.6.1 to 1.9.1, build failed with message: multiple definition of `default_CSPRNG'
The error...
I have
Hardware: nRF52840 DK - 1 nRF52840 Dongle - 1
Software: nRF5 SDK Mesh - v5.0.0 nRF5 SDK - v17.0.2
I want to program Mesh Serial example on nRF52840 Dongle using...
I try to using nrf_fstorage_write() to write data to fstorage and then waiting writting finish. But it hang at sd_app_evt_wait().
int _fstorageWrite(const uint32_t addr...
I try to integrate https://github.com/NordicPlayground/nrf5-calendar-example into Keil project. But the following error messages shown when accessing NRF_CLOCK.
error messages...
Hello.
I have a question about programming a dfu + softdevice + app code using j-link.
I programed like below for using wireless firmware update.
program softdevice...
Hi,
in my application I have setup the nRF52 to wake-up from deep sleep if a low value is detected on either of two GPIOs (4 and 5). What I'm trying to achieve, is to be...
Hello,
with my nrf52dk board i had made some tests to check the scan performance.
Using nrf Sniffer - with Wireshark
nrf Mesh - LightSwitch Client (Mesh SDK v4.2...
Hi,
Automatic installation from ToolChain Manager, no errors. Perform west update ,no errors. Check all the files ,no problem found.
Have reinstalled NCS for many times...
Hi,
Using MeshSDKv5 on custom nRF and nRF52DK
We are working on an LPN wireless PIR sensor so which sends a sensor status publish message on occupancy.
I have notiiced...
Hello,
I want to keep perform some task periodically .. probably using tick timer / rtc / application timerof every 5 ms, to perform some task, without keeping the thread...