Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
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...