Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Dear Nordic Team,
Today, as of January 30, 2025, our devices started giving the same error and we are no longer able to receive any location data from nRF Cloud and even...
Hello,
I'm currently working on a project that uses the PMIC nPM1300. We need to monitor the battery's SOC, capacity, etc. As far as I understand, I need to use the fuel...
We have a number of graphical assets that are taking up a significant amount of flash space on the nrf52840. I would like to use memory external flash over QSPI to store the...
Using the LVGL sample... The sample LVGL code works on nrf52840dk but not the RAYTAC MDBT50Q . I hope I'm just missing something obvious?
Flash blinking to nrf52840dk...
Hello !
I am using using the chip BT840F of Fanstel (based on the nrf52840) powered by an external 3.0 v battery for my beacon BLE application.
Regarding power consumption...
On Friady we were finishing off our final testing for our nRF5340 based product (SDK 2.1) when we discovered we couldnt do firmware updates from Samsung Galaxy Tab A8 tablets...
I like to use the DTM mode in a test mode of our device based on nRF5340. Using SDK 2.7.0 with Zephyr. Started with using the DTM example but it does not build. Beyond other...
I've purchased a couple of nRF5340 Audio DKs for testing Auracast broadcast source/sink. Installed VS Code and have the sample apps built & flashed.
SOURCE: Sample app bap_broadast...
Since today I can not see my nrf5340 device in visual code any more. Tried to execute nrfjprog -i 1050067883
So think access to board is ok.
Restarted with blinky example...
Hello,
We are using the Message Routing API of nrfCloud to consume messages from DLQ. According to the documentation here: https://docs.message-routing.nrfcloud.com/#tag...
Hi,
We have a custom nRF9151 we are designing and wanted to inquire whether it was possible to use RTT for both console logging of the device and Modem Trace? Ideally...
Hello,
I have an application that I have been working on that is based off of the peripheral_uart example. I plan on attaching the device to a computer with a serial cable...
hello Nordic
we are working with nrf52832 and nrf 52840 .. migrated to ncs2.7.0 lately and now migrating to ncs 2.8.0 (at the moment building without sysbuild)
we did...