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...
I would like to use the NRF24L01+ from a 3v coin cell, but interface it over SPI with a 1.8v-powered microcontroller. Assuming the uC is tolerant of the NRF SPI outputs, I...
We have a application where data transfers happen through a mechanism where the external client does a write-without-response to send in a command. The response to the command...
I am busy with my first BLE project , programming a custom service for both pheripheral and central role. I have already finished the pheripheral service, using a custom service...
There are other GPS modules on the market which can give information like "the device is within 10 meters of the given coordinates". Is there a way to either get this information...
Hello,
i am using AES CCM encryption available in nrf52832,
my data which need to be encrypt is same every time. data will encrypt and 4 byte will add at the end of...
Hi all,
I am working on a project with the nrf52832 and I am using softdevice S132 6.1.1. After creating my desired flash layout (with some help on this forum, thanks!)...
Dear,
I am using NRF52840 and nRF5_SDK_17.0.0_9d13099 and SES development tool.
And also, I am testing SPI master with p0.29/30,31 and P0.26.
but when I do "nrf_drv_spi_init...
I am tring to DFU by Bluetooth with example, but it not work.
Please someone help me!!
My environment
PCA10056 nRF52840
SDK17.0.0
examples/dfu/secure_bootloader...
I was working with the Thingy:91 trying to get into into a serial printing state. I tried to updated the modem and firmware using the nrf Programmer. When updating the modem...
I've been having problems trying to get any of your example project to use NLOG to a uart port that we have made available for production test on our new product.
I've chosen...
Hi,
I am desperately trying to read some RTT Input with Zephyr, but I just cant get it to work!
All I want is to read the RTT Input. I tried with the console and the shell...
Hello,
I am looking at the nrf52840-dongle to explore Bluetooth audio (in headset mode).
So - just to double check:
(1)
I assume I can interface to bluetooth audio...
I'm using nRF52832 + SDK17.0.0 + s132_7.0.1. I am testing buttonless DFU on the PCA10040 board based on this blog, The initial DFU (when there is no app) is successful:
...