I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi, I'm using the power profiler II under Manajo with JLink_Linux_V794i_x86_64. I connected my power profiler to measure power consumption, the app (nrfconnect-5.1.0) ask...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
I'm trying to use the new GRTC peripheral in nRF54L15 but in various situations I notice that the events are not triggered as expected.
Here is a "minimal reproducible example...
I created project from blank, and added a build configuration. Now it showing as 1 configuration | 2 contexts, as shown in the screenshot below:
What are these contexts...
Hello,
From this morning, I am having issue getting "old" data data on nRFCloud. I tried on several devices, and several features (terminal, log, ...) : when willing to...
Hi,
I was using nRF products a while ago, and now coming back to the platform again. However, it looks like everything has been changed with the nRF connect.
Anyway, I...
Does the NCS stack + nRF7002 support scanning while connected? I would expect it could, to support handoff, but getting errors.
Using nRF7002-DK and NCS 2.8.0.
Compile...
Hello !
I'm wandering what is this warning when building the sample for the nrf54L15dk :
unit address and first address in 'reg' (0x5004c000) don't match for /soc/peripheral...
Hello all!
Because of very strict space requirements, we plan to use two batteries of the type ICP621333HPMT, connected in parallel and in combination with the nPM1300....
I've previously successfully performed OTA DFUs of our application (basically a heavily customized peripheral_uart), running on hardware substantially similar to the nRF5340...
Dear Support Team,
In the project, I'm working on thingy91:nrf9160 board. Our test case scenario is to connect to cellular network(NB-IoT) and acquire GPS fix for which...
Hi,
I am using the PPK2 to evaluate the nRF5340. Neither of these devices is currently working properly, I think the underlying cause has something to do with USB that's...
Hello, I am using SES ARM V7.32 and SDK is 17.1.0.
I am trying to test the ble_app_uart example, but Build failed keeps occurring.
There are no other error comments, so...
Hi Everyone,
I am trying to develop a simple application with the XIAO BLE Sense device, the idea is to send a BLE message when something hits the device. To achieve this...