Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hello,
lte_ble_gateway by way of mqtt-bridge-mosquitto is getting data to aws iot. aws_iot on its own is working great with nRF9160DK. Checking to see if maybe there's already...
Hello, Our users talk to the mesh through a custom Android app built in Flutter, currently it just connects to it via the NUS advertised name. I want it so that a password...
Hello,
I am using the Adafruit Feather nRF52 Bluefruit LE featuring Nordic's nRF52832 for a new project where I need to minimize power consumption as much as possible in...
I try to run Azure_IOT_Hub without HUB. I have set in prj.conf and prj_qemu_86.conf:
CONFIG_AZURE_IOT_HUB_DEVICE_ID= "mydeviceID"
CONFIG_AZURE_IOT_HUB_HOSTNAME="mydeviceIOTHub...
Hello,
NCS1.9.1,nRF5340DK,Windows10 X64,VSCode,
why frequent problems of "west flash --recover",
some time run cmd " west flash --recover",it will be ok,
and some...
Hi,
I'm trying to wrap my head around doing some basic GPIO reading, writing etc. and hopefully some interrupts. Apologies if these are basic questions - I've only really...
Hello dear People,
I would be very happy if anyone has an idea how to solve this.
The Problem is the following: I am using nordics lte link controller to connect to nb...
Hi,
1.) I am programming a custom board based on NRF52833 using NRF52833-DK using SWIO/SWCLK interfaces using Segger Embedded Studio with NCS v1.6.1. I am trying to print...
1. Your documents mention only SPI3 and SPI4 are available in non- secure mode.. which means spi-0,1,2 should not be available in non-secure mode.. But if i use nrfx drivers...
Hello.
It is under development using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I'm currently considering Flash Data Storage (FDS).
As settings, "FDS_VIRTUAL_PAGES...
Hello.
Target nRF52832( nrf52dk_nrf52832)
SDK NCS v1.9.1
Build : SES for win 10 (5.68)
1. Support BT5.3
My project used nRF5_SDK_17.1.0_ddde560. Recently I found...
I am using a custom board design with a Nordic nRF52832 and have implemented the Nordic time sync algorithm outlined here ( https://github.com/nordic-auko/nRF5-ble-timesync...
Hi everyone,
I'm currently using nRF52832 with nRF5DK_V17.1.0 file.
I understand that this question has been risen up quite a lot however, I still do not understand why...
Hello Nordic team,
I am testing a timer using code snippet which Nordic team recommended as a reference. My code is something like this:
uint64_t start, stop;...