Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I have an app that works perfectly when run from the debugger, but not when started by HW reset. We use the serial port to communicate to a control processor (STM32) The Nordic...
Hi,
I was trying to test a slot circle antenna with nRF52832 which is well matched to 2.4G~2.48GHz, but it is circular polarized antenna with high directivity.
However...
Hi All!
I use nrf51822 with sd s110 to send data to android phone with sd_ble_gatts_hvx. If sd_ble_gatts_hvx returns NRF_SUCCESS then that packet get to TX buffer. I didn...
With nRF5 SDK v15, the code size became too large for the free version of UV5 , Is there a way to reduce the code size by reducing some array size or commenting something...
Hi There,
I'm stuck with Getting BLE uart working in another example.
I wasn't sure if converting the BLE Uart example into a central/peripheral application would be more...
Hi.
I want to read thingy's sensor data. I'm using nRF52840 DK.
I have tried using ble_app_multi_link_multi_role example, but there are only read button state.
How can...
Hello everyone !!!
I've recently started working with Segger Embedded studio for nfr52840. I want to add a new driver into an existing projects.Let's say GPIOTE
I...
Hello,
Recently i am working on UART application on nRF51822 based product.
In UART application code, there is no option to configure the modulation rate.
So, I would...
Dear friends,
if i adjust the tx power of nRF52832, e.g., by calling sd_ble_gap_tx_power_set(), which phase of the current will be affected in the pic bellow? just the phase...
I am struggling with getting a Secure UART(Serial) DFU operation to function correctly when I attempt to enter the bootloader with a call from my app. I am using the basic...
Hi all,
I am working on interfacing an SD card as well as an OLED Display with my nrf51422 on SDK 12.2.0.
Although, both are on SPI and hence i need to configure them...
Hello,
I'm running the SPIS example from Keil (SDK 15.0), but I want to print out the received as the decimal value instead of as a string. If I change %s to a %d in this...
I cannot access any more my nRF52 DK 10040 with nrfjprog ,indipendently from the command I give.
I use Windows10 nrfjprog command line ,i can see and access JLINK drive...
Hi,
I am using two nRF52832 and one nRF24L01+.
My topology is as follows: nRF52832 A<---> nRF52832 B<---> nRF24L01+.
where "A <---> B" means that A communicate with...