Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Using latest SDK and toolchain 3.0.1, VSCode and nRF Connection Pack on Windows 11 I nearly never see a working nRF Kconfig GUI - only the first time directly after I had...
I ordered my second prototype board with the nRF9160, which includes small changes compared to the previous version. I encountered an issue with LTE connectivity. After some...
We're using PWM on the nRF52811 to generate a 3.2 MHz clock needed by one of our peripherals, using the nrf_drv_pwm library in nRF5 SDK 17.1.0. We're seeing power consumption...
Hi, I would like to consult how could I deal with this error and build the code succesfully.
In device.h
'__device_dts_ord_113' undeclared here (not in a function); did...
I use a NRF52832 with SDK15.3 S332,
#define NRF_SDH_BLE_GAP_DATA_LENGTH 251
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247
When my device as a periph sending data to the...
Hello everyone,
We are currently working on a custom PCB using the nRF54L15-CAAA.
I am following the steps for setting up a new custom board using the "Create a new...
Hello.
I'm trying to control a GoPro camera via ble. Gopro has documentation that describes the available services and chars, as well as the exchange protocol ( https:/...
Hello Nordic team,
After many hours I have not been able to get socket dispatching working with Zephyrs MQTT client, and I am not sure how to proceed.
First of all I would...
Hi,
we are working on a test program with a thinghy:91 board based on the example "asset_tracker_v2" and we are having issues with some SIM Cards.
We are using iBasis...
Hi everyone, I'm a beginner in Nordic development and currently learning how to work with BLE and Zephyr (NCS 2.9).
I'm using an nRF52840 Dongle as a peripheral and an nRF5340...
HI Teams
I referenced the Thingy91_X design. The MCU nRF5340 connects to the nRF9151 using two UART interfaces, but AT commands should only require one UART.
Under what...
As a life-long embedded software engineer I'm used two or three dozen of different setups, SDKs, IDEs - but all had in common I can copy or clone a project, open, build and...
Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hi! I'm currently attempting to develop software using the nRF54L15 and NCS v2.9.0 (previously, I used the nRF52840 and NCS v2.9.0). Both development processes are carried...