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 developing an app for PCA10059 board. my app works well but after sometime and saving some data on flash, boards keep resetting and did not booted(LD1 blinking...
Does anyone have experience in porting both embedded and android code from the 13.1.0 SDK to 15.x.x?
I'm running into an issue where the system worked fine on 13.1.0,...
Hi,
I am actually tring to migrate a project from Keil to Segger Embedded Studio (SES) and i have a problem with the build of my project when tring to build ecc.c.
The...
Hi,
I have to nrf52832 , s132 modules working as peripheral and central.
I would like to get an idea and input on how to change central mode to peripheral mode.
The...
Hello everyone,
I am having some trouble starting the HFXO crystal manually before using the RADIO to send raw advertisements: the HFCLKSTARTED event never raises. The code...
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...