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...
Hi,
I am currently investigating the possibility of using Nordic nRF52840 as the PAwR advertiser and the other device (from a different vendor) as the PAwR scanner. I don...
I am using VSCode with the nRF Connect extension (latest) and SDK 2.9.1.
I made my new app from the Bluetooth Peripheral sample.
When I try to debug I get the following...
I am using VSCode with nRF Connect extension with the 2.9.1 SDK.
I am trying to write my own device driver for the Zephyr OS and the TI CC1101 chip. Since the tutorial isn...
Hi,
I adapted the nus_client from the Nordic Connect SDK v2.7.0. I changed the UUID and some function names, but in general the code stays the same. I can subscribe one...
Hello,
I have been developing on a nRF9151DK v0.9.0 for a few weeks now. So far this board is great! However, I have been running some long duration tests recently and logging...
Hi,
nRF52832, SDK 17.1.0 with Softdevice S132.
Softdevice sleep does not work when advertising. Application flow is to advertise one packet, then go to sleep for X seconds...
Hello,
I'm trying to evaluate a FW development for several features of BLE used simultaneously. I need a BLE Peripheral for mobile phone connection (advertise only once...
Hi, Im setting up a project for custom board based on NRF54L15. I followed a tutorial on creating custom board and it works fine. Now i want to add BLE functionality similiar...
Hello,
I use a PKK2 for power measurements on a nRF9160DK and Feather nRF9160 from circuit dojo. With the UDP example to test it out the sleep current so I can determine...
Hi, We are trying to provide example support for our RAK4631 (nRF52840 based) and an ultrasonic PDM microphone (RAK18032). We have been able to get a sample frequency of 100...
Hi,
I wonder if anybody could help me? What is the best way to close down the nrf9161 so that it reconnects quickly after powering back up again?
I'm running Zephyr 2...
I just received a new 54L15DK and was attempting to port a simple 5340 project to it. The first time I attempted to flash it, it _looked_ like it was successful:
[1 0/10...
Dear DevZone,
We've encountered yet another Wi-Fi related issue after upgrading from SDK version 2.6.1 to 2.9.1. Our code is based on your HTTPS client. When calling connect...
Hi, I recently upgraded our ncs SDK version from 2.6.0 to 2.9.0 for a custom matter application development using an nRF5340. We also support a smaller debug app that is BLE...
Hi,
I am developing an application with LTE-M connectivity to nRF Cloud. Our previous SIM apparently supported auto-APN provisioning, we did not have to set the APN, the...