I have a project migrating to nrf Connect from ESP-IDF. We need to recreate a system to work with existing devices on BLE Mesh, but I am having trouble figuring out how to...
Dear colleagues, I am using the Nordic nrF9151-DK as part of assignment 2 of the intermediate Devacademy course. This assignment is about trying and using the various vscode...
I'm building a project where I need to sniff bluetooth data exchanged between a Voltcraft SEM6000BT plug and my phone app. The idea here is to capture the BTATT (where the...
Can you clarify, is it possible for the nPM2100 to set Vout < Vbat I.e. 1.8v out with 3v battery? The behaviour of the EV kit suggests not...
The datasheet isn't really...
Hi,
I'm new to the nRF Connect SDK but I'm developing a project with the NRF54L15. Currently I'm testing the SPI peripherals and I'm having trouble with the SPIM peripheral...
We are building project with this config parameters: But we get this error messages while compile: If we use CONFIG_LOG =n for mcuboot, then project compiles normally. Also...
I'm developing a solution using the nRF9160 and would like to confirm the correct method to completely disable NB-IoT mode so the device operates exclusively in LTE-M.
...
1. We are running our nrf52832 based project on Eclipse and are able to compile, build and run the project on our target hardware. So far, so good.
2. Now, in addition we...
I'm working with the light switch server example and nRFMeshProvision example project for iOS.
How do you send arbitrary data to a board? I understand the provisioning process...
Hi,
I noticed that there are a few methods in nRF52 SDK v16 to blink LEDs:
Use bsp indication methods which seems based on app_timer;
Use led_softblink library which...
nrf52832, SDK 15.3
The average current consumption is 9.53uA in my system with SPIM. After I init another SPIS, the current consumption goes up to 478uA. CS pin keeps high...
Now I am using nrf9160DK for development. In my project, I need to use a random number generator and a highly accurate system time stamp. Is there an API that I can call directly...
Hello,
On nordic nRF9160dk I want to send SMS and receive the data from UART simultaneously. UART needs 3V VDD supply and for Sim card it is 1.8V. So how this condition...
Does SoftDevice S112 or S113 offer mesh support on a nRF52811?
The intended use is for an end-device running very simple app-logic. According to the SoftDevice properties...
Hi there,
I'm using nRF52840 dev kit board and v15.2 SDK.
I've set up a PWM using the PWM driver and is working well.
I'm frequently stopping and starting the PWM...
Hello everyone,
I have a nrf52832 (SDK v15.2.0) that is connected to a tablet via BLE. However, if I have several SPI transfers one after another, the BLE suddenly disconnects...
I am trying to retain the data on the board when it is transferred from my computer to the board through uart and once it is on the board through bluetooth to phone. Text...
I am now facing the following issues: https://devzone.nordicsemi.com/f/nordic-q-a/55975/about-reset-during-advertising
I call "sd_app_evt_wait" and go to sleep. Even when...
Hello Nordic Team,
I am creating application to connect with specific device using Name filter,
control is going to nrf_ble_scan_connect_with_target , where "sd_ble_gap_connect...
HI,
The code number for this softdevice version is 0x98. You can find the softdevice code number by typing nrfutil pkg generate --help
But the command only list upto...
Good morning; I am from Argentina, working in a Big Data Project using NoSQL and SQL tools. In fact, I deployed a architecture using Elasticsearch mixing ML, prediction, KPI...
Hello,
about two years ago we have made a Device basked on SDK 13 with S132 4.0.2 on it.
Now we had to build a newer version for our application and for this we have taken...