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...
This is in reference to: devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader
On step B1, it says: " Next step, inside SDKFolder\external\micro...
Hi,
I'm working on a project where the NRF52840 chip is connected to multiple peripherals (4 of them) through SPI. The hardware has been designed in a way that each peripheral...
Hi, I am using the ant_plus/ant_bpwr/bpwr_rx code as a reference to capture power data from an SRM power meter. I am at the point where I get the following messages, which...
Title says most of it. I'm wanting to perform an OTA DFU of an nRF52840 running NCS 2.0.0 using my android from either the nRF Connect Device Manager or nRF DFU app. There...
This is my first time developing for Nordic processors. I am using Zephyr 3.0.99 with the nrf52810 on a ublox BMD-330 eval board. I connected a W25X20CL 2M-bit chip via the...
I've got a working nrf52832 application using central role to connect to another peripheral. I also want to enable SMP DFU mode - so the app needs to advertise and behave...
Hi,
I am using sample code v1.8.0\zephyr\samples\net\sockets\dumb_http_server to test USB RNDIS
I did some changes in overlay-netusb.conf gile lik
# USB Device settings...
I'm interested in seeing what the NRF debug adapter does, using Jlink
2022.7.111 - nRF Connect for VS Code
I can't get it selected and the documentation is not very...
Hello I'm trying to get the lower consumption with this EvK in power off mode. I was expecting around 0.5uA but the minimum I get is 1.8uA ~ 2uA.
The measure has been done...
hi,
I have a got a nrf9160dk and also a custom board built on nrf9160. I want to know which programmer to use for nrf9160dk first and subsequently can use it for testing...
Hello Nordic Team,
I was priting logs using RTT _LOG APIs
I can able to see timestamp while printing it
<t: 16775755>, main.c, 295, --------------------------------...
Hello Nordic Team,
I have a question out of curiosity.
BEACON debug prints has been enabled. And I am seeing these prints for every 10 seconds.
Below is the log
<t...
for the NRF9160 I have 256KB for RAM
however, only 128KB are available for my software, since it's defined as nr9160ns
how can I assign the full 256 kB for my software...
I use Nordic BLE Mesh example(Light Switch), I want to implement remote control. The following is the topology map, and the publish & subscribe address(Group address) has...