We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
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...