Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
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
When I use the nRF5_SDK_14.2.0 of nRF52832, the example is selected ble_app_uart. And the Android example is the Android_UART_Client_Bluethoot_Sensor_Nordic_CortexM4_NRF52832...
Dear team, Device - nRF52832 SDK - SDK_15.0.0 IDE - Segger Embedded studio Softdevice - s132_nrf52_6.0.0 I am doing buttonless DFU in my application. I have successfully build...
Hi,
I want to use uart. I configured two uart, uart0 and uart1. I want to read and write to one uart using APP_UART_PUT and APP_UART_GET. how it possible without uart event...
I am trying to modify tx settings in open thread but when I try to execute otLinkSetMaxTransmitPower it cannot find this function. It seems to find all others. Is this not...
Hello,
I'm using a nrf51422_xxac_s110 chip, with the 12.3 SDK. My code is based on the ble_peripheral\ble_app_uart example in the 12.3 SDK. I'm hoping you can provide some...
Hi,
We believe we have either a BT communication issue for Nordic Semiconductor ASA NRF52832-QFAB-R
https://www.digikey.com/products/en?keywords=1490-1055-1-ND
...
The comport generated by the USB CDC UART example is showing up as a comport; However when I start sending something my terminal program is crashing.
When I look in the...
I've been trying to run the LWM2M sample from here but I've been running into some issues. Leshan provides two URLs for publicly accessible test LWM2M servers, coap://leshan...
I am using RIGADO Evaluation Board 320-00050
I am using nrfutil v5.2.0 to perform DFU i am able to create DFU package and when sending the package i am facing problems ...
Hi
I combined ble_app_uart with relay example .I am getting a multiple definition error in app_uart_fifo while building.I have added required .c files and their header paths...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I have some issues flashing or debugging my Thingy91. The problem seems to be related to my specific Thingy91, as I have another Thingy91, which I'm able to flash...
So, I am updating our advertisement data on a regular rate using a timer from freeRTOS on custom piece of software the is for the nRF52840. When only the app code is loaded...
Hi,
I'm trying to deal with long write events (37 bytes long) but on adding a second long write characteristic I'm facing the NRF_ERROR_NO_MEM error on adding it.
The...