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'm trying to make the asset_tracker sample working on the nRF9160 DK. The at_client worked just fine and I was able to connect to the base station (I'm using NBiOT...
Hello, We have been using the PCA100059 version 1.0.0 dongle with a custom firmware which fails to run on the new PCA10059 version 1.2.0. Unfortunately there doesn't seem...
Hello,
Im a beginner in microcontrollers programming, just started with the pca10056 and pca10059. Im aiming to develop a beacon scanner for pca10059, to send data via usb...
I compiled and debugged the PCA10040e ANCS example (ie emulating the 52810 using the 52832) from SDK 15.3 - successfully. But I wanted to turn off code optimization to facilitate...
Hello,
As many mobiles do not have NFC I would like to use LESC OOB pairing with an QR-Code which could be shown on the device terminal. Well, I know where the NDEF message...
SDK version :15.2
question; when i use app_timer , i got interrupt which is not i wanted.
i creat and start timer :
app_timer_create(& m_timer ,APP_TIMER_MODE_REPEATED...
I'm using nRF SDK V15 with nrf52DK board, running the ble_app_hids_ms example.
I I want to have continuous non-stop advertising duration, should I have both APP_ADV_FAST_DURATION...
Dear Sir/Madam,
My question regards the behavior of the EasyDMA during the transfer of data to / from a serial peripheral like SPI or UART.
Let's suppose that during the...
Hi all,
I using SDK 15.1 and 15.3 for test.
I am working with DFU for NRF52810.
I tried success for NRF52840.
But I can't update success for NRF52810.
Below is scrip...
I use the Firmware «AT host sample» on Thingy91. Then I connect to Swisscom network on band 20. The current consumption is about 3.5mA. Then I send AT+CFUN=0 or AT+CFUN=4...
Hi All
We are using nRF9160 DK, and we are working on ADC channel. we use This example of ADC. I am using single-ended with no over-sampling with a gain of 1/6, reference...
Hello
my setup is sdk 15.3, nrf52840, s140, open bootloader and an application.
Everything is merged, flashed and running and no changes are made at the standard addresses...
I am currently developing a peripheral app on a custom board with a nrf52832 chip on it and connecting to the device using QT's ble library. I'm having issues where my connection...