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...
Hi everyone I have been reading the GPS data using nordic nrf52840 over the UART. I am able to receive as much as 64KB of data via the UART. Here's the scenario of whats been...
Hi All:
Applyed the under timeslot :
causes some peripherals(eg:static const nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(2)) n o access interrupt,
what 's the...
I am trying to get the maximum Tx power from the nRF5340 PDK.
The nRF5340 specifications say that setting VREGRADIO.VREQH is required to get the last +3dBm of transmit power...
Hi,
I know that this topic has been raised here many times, and I did read all of those threads, however none of them seem to solve my problem. As many others, what I am...
Hello,
I got my hand on the nRF9160 DK 0.9.0 and was able to connect it correctly to the nRF connect cloud.
I followed the nRF Connect for Cloud Certificate Update and...
Our repository is hosted at github and we are developing and building with Segger Embedded Studio.
Is there any documentation for setting up CI with github actions, travis...
is it possible to access application logs via the SWD interface?
For eg: i see code like NRF_LOG_INFO("Temperature example started.");
Can i see this just by connecting...
Hello everyone.
I use nRF52840 and Segger Embedded Studio. This is my first MCU development.
Thanks to the SDK, I was able to use GPIO, twi, etc.
I am interested in...
We have noticed that using nrfjprog for programming 52840 based devices (and the devkit) that programming times are longer than with 52832 based devices with the same size...
I am trying to switch leds on and off on my nrf51822 beacon kit using an android application to be made by me.
I am not able to get any similar example.
Also i want to...
Hello,
I am not able to get the UART DFU secure bootloader example work for PCA10040 nRF52DK.
I have flashed the device with Bootloader and SotDevice 6.1.1 version.
...
Hello, I am a newb currently working to be able to send and receive timestamps between two nrf52840 dk's.
I have been successful in creating a space in the advertising packets...
Hello, I am developing a Python script (Windows 10, Python 2.7.16, pc-ble-driver-py 0.12.0) to use a NRF52840 board to simulate the BLE part of an application running on a...
Hi,
I'm working on the nrf52832 development board and SDK 16.0. I want to use the Power supply supervisory functionality to detect any type of power failure.
I'm using...