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...
Hi,
Is it possible to enable the transmission of 2 bytes of preamble and use the TIFS register to force a delay to transmission when in proprietary 2Mbps mode?
Thanks...
Hello, I'm using SDK 16.0, softdevice s132 v7.0.1, I'm sending the device to SystemOFF and configuring a pin to wake it up with
nrf_gpio_cfg_sense_set( IMU_INT2_PIN , NRF_GPIO_PIN_SENSE_HIGH...
Hi,
I am using a 52832 part as a peripheral communicating with a central running on an ESP32. It operates in the following manner:
1. When it is active, the peripheral...
I am getting a "Stopped by vector catch". This isn't particularly informative. How does one find the code location where the fault is generated?
Thanks
Hello everyone,
I just started learning BLE. I want to develop an application that gets RSSI from a beacon and displays the magnitude of RSSI using 4 built-in LEDs.
Beacon...
We want realize mesh network to mibile phone clients using BLE5
We assume we are have to use 3 types of devices:
1) Mobile phone/pad with built-in BLE5
2) Access points...
In our use case we are using the nRF9160 in eDRX mode with an eDRX interval of 40.96sec.
I'm noticing that the power required to transmit a message varies widely between...
Hello, I am pretending to catch BLE packages with nrf52840 dk with Visual Studio Code or Clion, which one is the best for this kind of programm? Thanks
Hello,
I'm looking for some documentation, and maybe a complete list of possible data I can read over MQTT from a Nrf Thingy 91. Specifically, we're using these fields right...
Hi all,
I have read about the local binding between the endpoints (same device) and i wanted to implement this type of binding in a device which has 2 endpoints (switch...
Hello,
I am using the nrf9160 DK board ver 0.9.0 running the latest version of the asset tracker application. I am wanting to switch the serial ports off to measure the...
This discussion got mixed up with a discussion about what Nordic means by a 'system attribute' (which is still not clear). In any case, in that discussion I was trying to...
Hi, I take the tutorial here: https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
Because I have the SDK16 I made same mofification.
1) I comment all...
Hi
I want to know the time taken(in us) by a code snippet. I had a look at app_timer functionality with the help of this post . But the timer value always shows 0. I am...