Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi!
I need to create an application that sends text messages to a private server, such as ptsv3.com.
Could somebody please help me make this application work?
I encountered...
Dear Community,
I am currently working on an LTE-M and NB-IoT project in India using the nRF9151DK and testing the AWS IoT sample. Everything is set up, except for an active...
Hi, We are using following HW and peripherals: - nRF52840 - I2C - ADC - RTC1 - RTC2 - PWM - GPIO - SWI. We are using following 3rd party libraries: - nRF5 SDK v17.1.0 - FreeRTOS...
Hey All, I am sorry if this question may seem absurd or very very illogical, I am not very good at hardware but here I go. So I am designing a circuit around nRF54L15 as my...
Hi for the nRF54H20 the ds says there are two options for how to supply VDDH: either VDDH=2~5.5V with config 1 or VDDH=1.8V with config 2. If my system has 3.8V from a lithium...
Hello community,
I am trying for multiple firmware updates for my NRF5340 DK board.
What I am doing is I have build and flashed the SMP server sample program found /zephyr...
tl;dr: The clone would probably work more reliably if the nrf-toolchain-manager added the --depth 1 option, e.g.: git clone --branch v2.6.1 https://github.com/nrfconnect/sdk...
Hello Nordic Community,
I am working on a project using nRf5340DK and need to generate an 8MHz clock signal through a GPIO pin.
Could anyone provide guidance or share...
Hello everyone! :)
I'm having trouble detecting the sht85 sensor using the nrf9151dk. The wiring is good, since I tried connecting the sensor to the Arduino Uno and it works...
Dear Team,
I have a question regarding the Broadcast Isochronous Stream (BIS) / controller timing adjustments.
I am using the nRF52840 DK and NCS 2.9.
I have two devices...
Hello,
I try to understand how the NCS handle the 54L15 partition. When I turned on the mcuboot, I got this report and it is easy to understand:
However, when I use...
Is there any way to test the Direction Finding Central sample code without an antenna array? I currently have two development kits in which I would like to use to test the...
Several of the central examples in nrf SDK v2.9.0
using build target; nrf54l15dk/nrf54l15/cpuapp
produce this linker error:
undefined reference to `bt_conn_le_create...
I'm using an nRF7002DK, SDK v2.7.0, and I've set it up as a BLE mesh node following the Zephyr bluetooth mesh sample . It's running fine, and I'm able to provision it using...