Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hello. I have the same problem with https://devzone.nordicsemi.com/f/nordic-q-a/54373/uart-logging-backend-hangs-in-nrf_bootloader_app_start/220132
But this thread was stuck...
I'm trying to register a handler to determine when a system event occurs?
Previously on older design kits, I used softdevice_sys_evt_handler_set(......) to register the...
Hi,
I've managed to code an app for nRF52382 (S132, SDK14) which works properly. Also, I've taken "bootloader_secure_serial" and removed a lot of stuff to code a simple...
To the kind attention of Nordic support team,
I've just downloaded a fresh copy of nRF5_SDK_16.0.0_98a08e2.zip.
I would like to download code in nRF52810. The code in...
I want to make a programmer for nrf52832. Do you know where is the documentation of SWD is ?
Note: I found the similar question, but the links are not active
Hi
I am using Segger Embedded Studio and SDK_v15.3.0. I have a C++ code that I wish to run on the board. It has a lot of printfs. I want to see the output of the print statements...
Hi,
I'm new to Nordic Semi chips (nrf52840) and need to use TWI as a master to connect to two sensors. But I'm a bit confused about the different drivers: TWI and TWIM....
Hello to all,
I have a problem related to the client side Global Attribute: I have implemented an "On / Off Switch" that presents the cluster On / Off (0x0006), client side...
Hello,
When we analyzing the traffic of our application (many thanks to the team developing the sniffer), we have several questions about sending write confirmation.
for...
We do have a product in which we program a bootloader on the target. It is remotely based on the ble_app_buttonless_dfu example. The bootloader is not actually used in the...
Hi I am building a software watchdog to monitor nrf52 peripheral states to have higher confidence for 10+ years battery lifetime. The idea is to check every few seconds if...
I am working with the S140 softdevice v6.1.0. The message sequence charts located on the Nordic infocenter are great help. Question: are they available in a printable form...
Hi,
Is there any editable software available that I can use to create a custom interface between my PC and my nrF58210 module. I have been successfully using the Nordic...
How to program flash with the output HEX file and SoftDevice file using NRF52-DK.
When programming with the output HEX file the device does not work, I need also HEX - SoftDevice...
I'm trying to set up a project with SDK 16.0.0 using FreeRTOS with the softdevice. The device will be battery powered and therefore power management capabilities are required...