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...
Our device allows only one device to pair and delete the original pairing information when there is a new device paired. Restore the original pairing information if there...
Hi,
I am using the nrf52832 dk for my project.
I am using the RX characteristic of the NUS example to send data from the phone to the dk.
In the same code i am also...
I tried to build the "nRF5_SDK_15.1.0_a8c0c4d\examples\crypto\nrf_crypto\aes\aes_all_cli\pca10056\blank" source code but I got the following error,
.\_build\nrf52840_xxaa...
Hello,
While i am trying to find the definition of SER_REQ_ENC_BEGIN(SD_BLE_GAP_ADV_START); it is there in the file ble_gap_app.c
When i right click on that function...
What is the difference between nrf5232, 1.8V and 3.3V power supplies? What should watch out for when replacing a 3.3V power supply with a 1.8V power supply?
Hi,
I'm developing a central application and I want my central to read the device name characteristic from 3rd-party peripherals. I do not know the length of the data in...
Hi,
I've been trying to develop a custom service for a Bluetooth application. This custom service (called ble_dts - Data Transfer Service) has two characteristics - Spectrum...
Daer sir or madam
I am the personal software engineer and want to check and receive the best answer about my question. If I use BLE to connect the both smartphone and device...
My hardware only has one spi slave and one spi master. So can I just set the spi slave miso pin as output in spis_init function? If can not, can I set the pull down resistor...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hi all,
Because of my customer special requirement ,I need two or three USB in my project .
But 52840 has one USB.Can I extend 52840 USB interface with a USB HUB?
With SDK V14.2, I was able to specify internal flash address argument into nrf_bootloader_app_start(uint32_t start_addr) and was able to boot into the address. With SDK V15...