Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
I'm seeing inconsistency in reading the ICCID from the nRF9160 modem with modem _info _string _get (MODEM _INFO _ICCID , mystr ,strlen (mystr ) ) ;. All other modem_info calls...
Hello Nordic DevZone Support,
I hope this message finds you well.
I am currently working on a project using the SEGGER Embedded Studio with Nordic products and I am trying...
This information is printed all the time while the debug is running at full speed What is the reason for this?
If it is not debug, the program runs normally
I want to develop some applications on top of Google Fast Pair. Created the fast pair input device application with the SDK version 2.7.0 rc1 and built with prj.config
...
Hi,
I have working with Bootloader development on nrf52840 controller, for that i followed devacedemy course for firmware update using Uart and able to update firmware using...
Hi,
I get a Mcu Mgr Error: 10 Group: 1, when I
start OTA on Android smart phone
interrupt during upload by disabling BLE on the phone
enable BLE again
retry OTA...
Hello,
I was using VS Code earlier today creating different build configurations for our hardware (nrf52840 and nrf9160 based) and everything was fine. I restarted the application...
I am currently using two nRF52840s to create a transmitter, one that acquires data and transmits it as advertisement data, and a receiver that receives data from the advertisement...
We are using nRF52833 with Softdevice S113 for BLE.
in the OS_Idle function, nrf_pwr_mgmt_run is called.
But never comes out of sleep.
Is there a need to call nrf_drv_power_sleepevt_init...
Good morning,
I am developing a RAK4631 (Nordic nRF52840 + Semtech LoRa SX1262) and now I need to manage the power consumption. My environment today is a VSCode/PlatformIO...
i am working with nrf52840 with nrf5-sdk 17.1.0 and with segger embedded studio 5.42a i am having trouble build a project and it is giving below warnings: Building 'main_app...
Hi,
I am trying to test the ICM42670 sensor using nRF9160 with Zephyr V2.6.0 and I am getting an errors when I init the sensor:
unexpected RESET_DONE_INT value, 0
ICM42670...
I’m using the nRF52832 with SDK 14.2.0 and would like to implement AES-128 CCM. Could you provide relevant documentation or instructions on how to achieve this?
I was developing my development kit with onboard sensors and other ICs. So, I was looking into NRF52 DK schematics and documentation. the problem is that the interface/debugger...