Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi, I built the lighting-app( Link ) and run on nrf52840 DK. Then, I tried to replace the serial shell console with RTT shell console. I append the configs below to the prj...
I am using my custom board , it is usually powered with a dc supply and I can program it easily. My chip is NRF52811.
When powered with a Cr2032 the segger studio says id...
Hello!
I have formed a Thread network and I am trying to ping an external IPv4 address and that request is not being forwarded to the border router.
My OTBR is a Raspberry...
Hello I am developing an application based on the "ble_thread_dyn_mtd_coap_cli" example. To create a Thread resource, I see that the "otCoapAddResource()" function is called...
Hi,
we are using NRF9160 based Custom board with Zephyr,
I want to track the Current time in IST format and i need to generate an event to DPPI on particular time (ex...
I might be missing something obvious here, but when the device is flashed (via SES), the application works correctly. When the device is power cycled or reset due to the watch...
I already flash the ble_blinky example to the nrf52840-dongle using nrfconnect desktop. The question is it is possible to do DFU OTA via Bluetooth without nrf52dk or nrfconnect...
Hi,
Can mocks fully compensate for C++ standard features.? Is it recommended to write C++ code in nCS project by using these mocks.? What is the support for C++ operator...
Recently I develop products on nRF5340, I plan to make the full BLE stack run in the net-core, and app-core only runs application. It involves data exchenge between net-core...
Hello,
We have a application with soft device on nrf52832 with SDK 15.3 with 60 uA power consumption. It works as it seems for now.
We wanted to add DFU buttonless feature...
Hi,
We were using Nordic HAL for FEM modules to drive our PA/LNA using nRF52840 on zephyr (no NCS). It was only a basic configuration, where the PA and LNA pins were selected...
Hi.
I have a quick question regarding the RSSI Value of Messages sent in a Bluetoth Mesh Network.
So my question is: How exactly is the RSSI Value defined and how does...
I have a few questions about the DFU:
Is it necessary to flash everything together (Bootloader, DFU, APP) for the initial programming when testing buttonless secure DFU...