Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
software:ncs 2.5.0
hardware:nrf5340 dk
hi professor,
According to the article at https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53...
Hi I have recently bought the product nrf52840 from Digi key, i have dumped the code so many times but now days it is showing the error. the issues is whenever iam trying...
Hi everyone,
I’m a complete beginner and need some help. I’m working with two XIAO nRF52840 Sense boards: one as a central and the other as a peripheral. My goal is to send...
Hello,
Is there any USB device stack available for bare metal development on the nrf5340 using online NRFX lib. I am trying to implement a USB CDC device class.
No issues...
Although BUTTONS_ACTIVE_STATE declared as 1, the hal_buttons_init(button_event_handler) yields an event when the input sees a high to low transition in stead of a low to high...
In testing the timers on the dongle, I have made a GPIO pin be controlled by the timer triggering.
So the following has a constant time between edges:
case NRF_TIMER_EVENT_COMPARE1...
I ran into the same problem as other user one year ago (I was using Arduino Studio nad Segger Studio before), now I switched to IAR (as recommended) and as the examples are...
Using SEGGER Embedded Studio for ARM v4.20a (64-bit).
I'd like to add a new source file to a nRF9160 sample project. The menu selection Project --> Add New File is grayed...
Hi,
I had a custom nRF52832 board. I did some modifications on it. But the same code doesn't run on modified one.
Just to check, Debugging on Segger the yellow arrow(i...
I've been following the guide linked here and got to the point where PCA10090 is flashed with Hello World project. However, when executing "west flash" command, an error appears...
Developing on a custom nRF52832 board, not the Nordic nRF52 dev board, but continue to use version 15.2 of the SDK. Building and download application, but get an abort before...
Hello. I am now implementing communication to multiple peripheral devices based on the multi-roll project “ble_app_multirole_lesc”. (image1)
Central link after setting memory...
Hello,
I am developing an app for Android using the Android-nRF-Mesh Library, available here: https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library
According...
Hi everyone,
I use nrf52840 DK with Segger embedded studio. I have created a project where I read several sensors data and send these data to mobile through BLE UART.
...
hi,
is it possible to use a j-link programmer like this one in the photo, to program the adafruit nrf52840 board ? is the development procedures will be same as using a...
I am using s132 v5.1.0 and am in the process of implementing an error-handling architecture.
I'm noticing that much of my error handling could be avoided if there were APIs...
I'm trying to get mcuboot to run on the nRF52840 on the nRF9160 board. I have been able to configure it and get the resulting merged.hex file loaded on the processor and it...
Hello ,
I am using a Laird's BL651 module that has a nRF52810 chipset. I have modified the ble_app_uart example to take a command from Rx characteristic and send a response...