Hey,
I have been using the FOTA download client library with bg95 module for HTTP dfu for a while and works perfectly fine.
Now that I have added a few additions to my...
Hello support,
For our project we have an integration with Memfault for metrics, coredumps and log files.
We are currently developing in NRF 2.7.0 on a nrf9160 chip. ...
Hello everyone,
I'm developing an application using the SX128x radio with the LoRaWAN Basic Modem.
The project runs successfully on a custom board based on the nRF5340...
We have peripheral, and we want to connect it using NRF 52840. when we are bonding this using nrf connect app we get a pop up with random key and using pair we can pair with...
Hello Nordic community,
I’m working on a project with the nRF52840 DK (PCA10056) using the nRF5 SDK and the S140 SoftDevice. My goal is to:
1. Read two NTC thermistors...
I am trying to write SPI code for the nRF52840 dongle. Since the nRF5 SDK does not directly provide an example for the dongle, I followed the steps defined in this tutorial...
I am trying to build using a custom board and 2.9.1, but am getting these errors:
My dts looks like this:
I have the width specified. Much of this is over...
Hello,
I have been going through devzone questions to figure out how to enable the default debugging messages through Putty for the ble_app_proximity example project from...
Hi:
I make the gazell ready, and I need an extern PA(RFX2401) for a long distance commuicate. But there is some trouble when enalbe the PA.
My function:
Host:
pin_Set...
Hello,
I am using ble_app_multilink_central example as a foundation of my app involving central - peripherial connection (S120 - S110). My app works nicely but i have problem...
Hello, I am trying to establish a connection between the nRF52 board and the USB serial converter TTL-232R-3v3.
The setup is such that I connect the converter cable to...
Hi all,
we have a project based on nRF51422, SDK 6.1, Softdevice S310 2.0.1.
We use the bootloader for DFU services. Our problem is to send a service changed notification...
Dear all, I had debugged example Heart Rate Service from SDK 9.0.0 without problems but I think we have a exception, when I insert a breakpoint on line 923 instruction APP_ERROR_CHECK...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
We designed our own board using nRF8001 and EMF32, I used the EMF32 development kit to test the code and it is working fine. When I down the same code to my own board, it...
Hi ,
I am planning to implement S120 UART to communicate with desktop as well as S110 UART BLE.
I browsed in the forum and found out we already have example in github...
I have a small nRF51822 module that I want to use for UART communication without handshaking, and I'm having problems with reliability. Basically the nRF51822 crashes and...
Hi, I've got a pretty basic question, but I haven't found a satisfying answer for it. It is obvious, that the CC registers are 32 bit wide, but because the RTC Counter is...
Hello:
Does the nrf52 radio peripheral EasyDMA write to PACKETPTR on byte boundaries or does it write "bits"? Suppose I have the ADDRESS_BCSTART shortcut enabled and the...
Hi all,
I can use the API sd_ble_gap_rssi_start to start RSSI and can get the value when the BLE_GAP_EVT_RSSI_CHANGED event occurs.However,when I use the sd_ble_gap_rssi_stop...