We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm connecting the battery to the VDDH 3.6V or 3.7V and sensor to VDD, it means nrf52833 get powred on from VDDH and sensor get the power from VDD. is it ok? please check...
I use the nRF52840 MCU and SDK 16 with S140 softdevice. I want to use spi interface to control 3 SPI slave. They share the same SCK, MISO and MOSI. I use 3 chip select pis...
We're using the IOS-Pods-DFU-Library on an iOS13 iPhone connecting with an embedded device that supports Nordic NRF DFU. We're experiencing some issues with both the nRFConnect...
I have questions related to use of UUIDs. Any help would be grateful.
The following are the UUIDs that are seen from our peripheral device during advertisements and after...
Hi,
I tried to use the exactly same code in the TWI scanner example for nrf52832, SDK15.3. Everything works fine when I flashed only the example code, which has no softdevice...
I am looking for an updated schematic for the PCA10059 v1.2.0. Everything on info center is version 1.0.0. Noticed that a resistor was added (R7) so wondering if there were...
I'm trying to debug issues in my application related to FDS garbage collection.
My application periodically runs fds_gc() from startup. At this point, garbage collection...
Hi
I got a nrf52833 dk and followed "nrf52833_heart" SDK file readme file is success
next step I install segger studio and JLink_Linux_V662d_x86_64.
wend i open studio...
Hi Devzone:
I saw two functions to write the retention register for DFU, nrf_power_gpregret_set and sd_power_gpregret_set.
What's the diffrence between
nrf_power_gpregret_set...
I'm experimenting with multiprotocol support on a PCA10056 (nRF52840) and the S340 softdevice. I need to use BLE and ANT+ at the same time, sending data to either ANT+ or...
What type of cable is required for the debug out, P19?
The specs for the port only say the number of pins, but not the pitch https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk...
nrf52840 packet transmitting time measurement for TOA or TDOA
Hi I’m cu rrently working with the given nordic project “ nrf52-ble-long-range-demo ”
What I’m trying to...
Hello
Where is the the timeout for the Resolvable Private Address (RPA) defined?
only possible in the central?
can I change the timeout in the android nrfConnect...
Hi,
I am using nRF Connect (Desktop) v3.3.0 with a nRF51 dongle with the latest firmware to test my BLE device application.
My application contains 1 customized service...
Hi all,
My goal is to store large data which is approximately 300KB and send it using UART. To do it, I think I should the library of NVS on zephyr. I achieved to use it...