Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
I have just ordered several nRF5340-PDK dev boards which should arrive tomorrow. I've gone through the process of installing the nRF Connect SDK and other tools using the...
Hi all,
I am using the latest Mesh SDK (3.2.0) and SDK (15.3.0) in an nRF52840 SoC.
I developed a message model to send 32 bytes payloads (which I assume would require...
Our BLE peripheral uses a custom GATT service similar to the NUS (Nordic UART service) used in the SDK example app_ble_uart. The peripheral receives data on the UART peripheral...