I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
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...
Hi,
I am having problems adding the MAX6675 device.
I using this code
and this prj.conf file.
and this overlay file
and try to build using the command line...
The JLINK driver is not working on my laptop although I see it; not sure why. When I plug in the USB a board LED flashes and I can change LEDs 1/2/3/4 with pushbuttons 1/2...
I've been getting Timeouts during provisioning with "Requesting Composition Data" when provisioning via iPhone using the nRF Mesh app and nrf52840.
I've had problems getting...
Hi Nordic,
I am trying to make the OTA part for the nrf52840 to be possible. My nrf52840 is connecting to the server through the 4G module, I am trying to receiving all...
I modified the ble_app_uart example to run on the PCA10059 by altering the flash_start, size, ram_start and size linker settings. I also selected two GPIO for the uart pins...
Good afternnon, my company is utilizing a board with a nrf52 chip + softdevice, we would like to start unit testing our framework and just overall use cases.
After researching...
I am building a Zigbee network of devices where the devices are moving around quite a bit. This means the routes from nodes to the gateway need to be repaired often. I know...
Hi ,
We are going to update our mesh software via DFU, follow the step of mesh 5.0 SDK DFU guide. we success build bootlader , data page, and dfu demo app ( Set NRF_SDH_CLOCK_LF_SRC...
I'm attempting to download the network core image using the procedure described in "Programming the network sample from SES". My app prj.conf file includes the following statements...
Hi all,
Just have a few Asset tracker questions if anyone knows the answer:
1) If using the nRF Cloud, and a custom env_sensor, what's the maximum length databuf that...
I have an NCS project compiling and running for nRF52840 (nrf52840-DK) and am attempting to transition this project to nRF5340 (nRF5340-DK). (Prior to this, I tested the nRF5340...
I've just received a new NRF5340-DK and am trying to compile and test the 'peripheral_uart' sample.
I'm using SDK 1.50.
When I loaded it into Segger via "Open NRF connect...
I have a problem with nRF5340 :
when building with west build -bnrf5340dk_nrf5340_cpuappns -p so I have a clean build and flash after that with west flash everything is...
I have an nRF52840 acting as a SPI slave to another processor. If I put the nRF52840 into a deep sleep mode, how can we wake it back up over SPI? I typically have only seen...
Hi Team,
SDK- nRF5_SDK_17.0.2_d674dde
SD - s112_nrf52_7.2.0
chip - nRF52810
I would like to reduce the power consumption during systemON by disabling unused...