EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hi
I am relatively new to this software and I am using this for a project which involves device-device and user-device communication.I came across the ble relay example...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
When "Build Solution" is executed, "Build failed" is displayed and an error occurs. However, if you do "Bulid...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
Is there a way to execute the bat file after the build is finished? I want to run a bat file that uses the...
I'm seeing some odd flash behavior that doesn't make any sense to me. I have a nRF9160 communicating with AWS via MQTT. I'm subscribed to two topics, Print and Template. The...
Hi, my device is NRF51822 and i'm trying to enable Readback protection. In 'main.c' file i have added this code line:
const uint32_t UICR_RBPCONF __attribute__((used,at...
The example bootloader hex files within SDK 15.3 will load on the development board and seems to provide connection through nRF toolbox on a iphone 7 but will not load on...
Hi. I am using two application timers in my program, one timer ticks is fixed to 1000 means it will call its handler every second. The other timer ticks values I am changing...
Hi,
I use a mcu nRF52840 on a personal card for a project and we are stuck on interruptions: hardware pin and timer. I use the lib "nrfx" for future accounting purposes...
Using NRF_SDH_BLE_OBSERVER in a non-static context doesn't work because the registered variable, and therefore the handler context is lost. How can one register for ble events...
Dear,
I am using nrf9160 DK, we can download hex fiel for boardcontroller
nRF9160 DK board controller firmware
https://www.nordicsemi.com/Software-and-Tools/Development...
Based on the experimental_lpn example if have ported at application (light switch) to work as a low power node.
Everything work fine on the lpn node where i use the generic_onoff_client...
Hello,
I tried to update bootloader on the dongle via DFU, but It failed.
The dongle uses OpenBootloader, so it does not check signature for firmware packages. But the...
Hello,
I'm working on a project where we are doing the following:
Collecting sensor data and storing it in an external SPI flash
Retrieving that sensor data from the...
Hi,
When publishing a message with access_model_publish() the p_message->p_buffer must be remain valid until all retransmissions have completed for loopback message but...