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...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hello,
I am using a custom bootloader. The bootloader does not contain dfu, it will just check the new image, program the new image, then jump to it.
I cannot jump to...
Hi,
I want my characteristic to have a different UUID than its service on my server:
I followed the leads from the post below:
https://devzone.nordicsemi.com/f...
Hi there
I was following all the steps on Building the mesh stack and examples , Building with SEGGER Embedded Studio and nRF5 SDK for Mesh Segger Embedded Studio first...
Hello
My understanding is that the only way a mobile phone can communicate with a mesh network is through the GATT bearer..
Im trying to figure out why its not possible...
Im using two nrf51822 as severs and one nrf52DK as a client in mesh light-switch examples. So i need to implement mesh dfu on server side( on nrf51822) . How to do this ....
Dear Support,
Installed the new Mesh SDK v2.1.0 and tried to build the sample solutions with SES.
Unfortunately I am always getting the following error:
build/serial_nrf52832_xxAA_s132_6...
I would like to use both UARTs.
I'm trying to run the given example with SDK patch from https://devzone.nordicsemi.com/f/nordic-q-a/25173/nrf52840-uart1-not-working-in-sdk...
Goodmornig,
I can't compiling the example project ! Do you knows the reason ?
Error ( imagw1 ): C:\Users\utente\Desktop\pc-nrfconnect-rssi-master\fw\src\rssi_uart\sdk...
Hello everyone, I'm trying to run my nrf51 with ADS1298 using SPI. nrf51 is master and ADS1298 is slave.
I configured SPI as
const nrf_drv_spi_config_t spi_config =...
Hi,
I'm trying to implement GPIOs in Mesh 2.0 light switch example and I'm using SDK 15.0. I'm getting undefined reference errors and I know that I have to add legacy GPIOTE...
Hello guys.
I'm new with nodic nRF52 SDK and I tried to enable debug by setting 1 on "NRF_LOG_ENABLED" in sdk_config.h, but nothing happens in com port criated by Jtag...
Custom app running on a nRF52 devboard. Serial port runs when I use the debugger and continues after I exit the debugger, but does not run from a cold start.
using the...
Hi,
In nRF5 SDK v12.3, the members of nrf_ecb_hal_data_block_t are pointers to non-const data. I was wondering if these indeed need to be non-const for the Softdevice S132...
Hi,
I have a central and peripheral device both are based on nRF52. Central device is running on SDK 12.2.0 and peripheral with SDK 11.0.0. I would like encrypt the communication...