Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hi, quick question.
Software: SDK 17.1.0 with segger embedded studio
Hardware: nrf52833-dk
Background: I read that it is possible to take iq samples of the payload....
Trying to using IEEE-802.15.4 on nRF52820 with SDK-17.1.0, Librarie 802_15_4/raw/802_15_4_lib_gcc.a.
nRF52820 n ot support FPU so set -mfloat-abi=soft in Makefile
Encounter...
I successfully completed all exercises from DevAcademy using nRF Connect SDK v2.0.0 and nRF Connect SDK v2.1.1.
However, when I tried to experiment with DevAcademy Lesson...
I have not done anything with the SDK for a while so I updated Segger Embedded Studio to the latest: 6.40 and the latest nRF SDK 17.1.0 and built my project and I only needed...
Hello together, I'm searching for a way to go I max low power mode possible an then wake a from one of three reasons:
Timer/Clock
NFC-Field
GPIO
I searched the...
I have an application setup to use RTT for console and logging whereas UART is disabled. If I enable the UART async API then RTT stops working.
Working:
CONFIG_ESB...
Hello,
I tried to run the llpm (low latency packet mode) code by establishing a connection between nrf5340dk and nrf52840 devices.
I receive a transmission latemcy between...
I've been trying to get breakpoints working on a new nRF Connect project but have been running into an issue: when I hit "Debug" in the nRF Connect plugin in VSCode, the app...
The documentation here:
https://docs.zephyrproject.org/apidoc/latest/group__bt__gap.html#gae11eb8ad254418c38a0e8689df25a159
says, I can call l bt_id_create() before bt_enable...
Hi Nordic,
I am working on code which utilizes the DM library on many devices in a room. Can you please help with a few questions?
Some devices are always initiators...
Hello,
Im currently Implementing Last will and Testament message on my device, Im not using the AWS Libraries here.
Any suggestions on how to Implement this feature...
Hi, from nRF52820 datasheet, some GPIOs pins are stated it use for low frequency I/O only with up to 10KHz.
May I know is that mean these Pins are not suitable for SPI?...
Hello, I am new to BLE and I need help with Battery Service notifications. I am using nrf52840dk, nrf sdk 17.1.0 and I am using ble_app_proximity example which already uses...
Hi all, I have used the nRF mesh app to provision three nodes into a mesh and verified the functionality using the mesh app. I used the export function to dump the mesh configuration...