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 all
I've read various other threads concerning this topic, but I still can't wrap my head around it.
What I think I understand of this topic:
ATT_MTU can be...
Hello,
I'm trying to configure two TWI slave devices on the same TWI bus on my custom board(nRF52832). One slave is RTC, and the other is a biosensor. The TWI configuration...
Currently, I am using SES for development. So when I use the "Build and Run" option in SES the program runs properly. This also generates the .hex file in the Release folder...
I need to set HEX value (uint8_t value[7] = {0x56,0x45,0x52,0x53,0x49,0x4F,0x4E};) on my custom character to be read by my phone. but the value that is displayed on my character...
Hi,
1. I have been trying to measure the current consumption of the development board of nRF9160 in PSM mode, however, until now I could have not understood the role of...
Hi all,
I'd like to pass bootloader version (2bytes) from bootloader_util_reset function (bootloader) to the main of application. can help me to acheive that?
Thank...
Hello,
We are facing recently an issue that is very weird because it is not occuring every time. Indeed, the issue occurs after a DFU update, sometimes when the application...
My nrf51 DK Board is not detected by Keil as jlink probe, but with other tools. As a result I am unable to download demo projects to my board.
unmodified nrf51 dk has...
I'm working in SDK 14.2, and trying to send a single byte over SPI between two NRF5 boards using the SPI peripheral examples (1 master and 1 slave). However, SPI always seems...
Hello!
There are no hex files that are pre-made for the ble_app_interactive example. When I use VMware to run a Linux environment on Ubuntu to get an executable with gcc...
Hello,
I want to configure my nRF52840 development kit for counting input pulses on one of the GPIOs (Pin 13) in this case. I am using SEGGER Embedded Studio as IDE.
Here...
Hello,
we have a strange proglem with nrf52811 on an own board
after uart initialization and connecting the scope (Saleae) probe to the RX pin the device outputs fatal...
Hi,
I have a ARM core device like raspberry pi / orange pi etc, where I run a build and deploy server - basically compiling code and flashing to a target.
I have the...
We are trying to use serial port library for simple UART comms in IRQ mode at 115200, but experiencing what looks like stuck TX interrupt. PCA10040 with SDK 15.3.
In the...