Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Hi,
I implemented the rnd example under ../crypto/nrf_cc310/rnd with freeRTOS. While testing i observed strange behaviour.
While debugging i got
=================...
I have been using nRF9160: LTE Sensor Gateway to send data from nRF52832 and it all seems to work fine. However whenever i switch off the nRF52832 I receive an error as attached...
As stated on the product page and repeated in my title, the nRF24lu1 and the plus model aren't recommend for new desifde. Is there an nRF52 series replacement?
I'm working...
Hello,
I am developping an application using Softdevice which works (or worked).
Then, as I also need using UART, I built and flashed the example program nRF5_SDK_15.3...
My goal is to replace the legacy bootloader present in nRF52832 with a new bootloader with the DFU process.
I am using nRF5 SDK v15.3.0, GCC ARM and S132.
I have done...
Hi everyone, I recently purchased "nrf9160 kit" and have been trying to get used to it. But, my primary goal is to use this kit for performing simple transmissions such as...
Hello,
I have nRF52840 dongle. As we know that this dongle connect with Computer with USB port.
As per my project requirement i need to connect (soldering) with another...
Hi,
For a number of upcoming projects we require 802.15.4 and BLE dynamic multiprotocol support. We need to select a SoC to implement this.
We like the look of the nrf52840...
Hello,
I've read the answers to how to *calculate* available amount of FLASH space, based on the size of SoftDevice, Application, and Bootloader. However, they did not help...
Hi,
Actually migrating from SDK13.2 to SDK 15.3.0 and a FreeRTOS is set.
In the ble_task function there is :
/* Process any events that have been latched in the notified...
Hello,
We are adding custom features to the bootloader to support our target environment. 2 of those feature are logging on UARTE1 and accessing serial flash on QSPI. Had...
Hi,
Our device is based on nRF52840 + SDK 15.0.0 and we use cc310 backend for crypto tasks
Messages and SW packages are signed by Ecdsa.
I installed nrfutil and...