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...
Hi,
I'm working on project where I want to scan nearby beacons while participating in a Mesh network. I've configured everything as shown in the sample ble peripheral lbs...
Hi,
I am working with an nRF52832 in the nRF52-DK. I am trying to use the ADC with timers through PPI. I have a timer with five CC events, and one of them through ADC measurements...
I am attempting to establish a PPP connection between an nRF9160 and a Linux device over a UART (hardware flow control is optional). The goal is to allow these devices to...
Hi,
When applying for the SUPL client library i get the error message: "your application for SUPL-C license hase been denied"
I have an active DevZone account
I applied...
I have my code working correctly and for site testing of the first 20 units the customer wants to know the
MAC address so that any glitches can be identified to a particular...
Hi,
we would like to use nRF Desktop to test throughput and show we can send 20B per ms (from peripheral to central).
The LLPM sample is not well optimized, while nRF...
Hello,
Using the nRF Connect SDK 1.9.1 for nRF9160 location. Found the "location" library quite simple and scalable to use. So was looking into it. We do not plan to use...
I bought a PPK (not the PPK2) a while ago, and it's been working fine. However, recently it stopped working. I'm using a JLink EDU mini, and the power profiler app in nrfconnect...
Hi, I'm developing an application using Libuartes to handle GPS data 1. According my knowledge about Libuartes, It will call the NRF_LIBUARTE_ASYNC_EVT_RX_DATA when the buffer...
Hi,
Since BLE advertising consumes current, I want to stop sampling ADC data during BLE is advertising. Are there any BLE events to know when advertising happens or are...
I use the zephyr version 3.0.9 for DF.i use the both boards nrf52833dk.i set the antenna array including antenna_num,antenna_patterns,and antenna_ref(pdu_antenna).
both...
Hello,
NCS1.9.1, VSCode, nRF5340DK, periodic_adv
CONFIG_BT_DEVICE_NAME="xxx" in file prj.conf.
how to dynamic change BT_DEVICE_NAME in main() start?
Best rega...
Hi everyone,
I am looking the schematic of nRF52840 (PCA10056) and I am a bit confused with the Power Sources (sheet 7 of 7).
There are three load switches that prioritize...
Hello,
My project:
- I have a low consumption project width BLE. - I'm using internal LF clock (I know it's better to use an external) - I use the Beacon example project...