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...
I was trying to debug an issue with a release build on our firmware. I modified app_error_fault_handler inverting the NDEBUG logic so that the error code, line number and...
Dear Nordic Engineers
I encounter a issue about gpiote channel() function of NCS 2.0.0.
I use gpio_nrfx_pin_configurationl() to judg gpiote channel is be occupied.
It...
Hi,
Iam using UART Driver Sample — Zephyr Project Documentation (nordicsemi.com)
Where to change the UART TX Rx Pin in the UART Driver Sample(echo bot) program in nRF...
Hello,
I want to define SPI outputs as highdrive outputs in a overlay file.
I know how to do this in the code:
But I want to do this in this overlay file:
How...
Hello,
We are using nRF52833 Soc and s140 soft device for our project. Application is scanning our proprietary Tags. We have Bootloader as well to support DFU.
Due...
I'm currently doing some research for a project and intend to use nRF5340 Audio DKs and the Audio Application. I need access to the LC3 repository to build the application...
Hi,
My Homekit project is based on v1.9.1 NCS.
with CONFIGs: CONFIG_DATE_TIME=y CONFIG_DATE_TIME_MODEM=n CONFIG_DATE_TIME_NTP=n
I use our iOS app to sync the current...
Hi guys. I am using nRF52840. Currently, I want to read out an image from a camera. The camera PCLK is toggled at 500Khz, and what I want to do is to trigger an interrupt...
We just recently started testing with slave latency above 0 to save power. Our connection interval is 60. If we have a slave latency above 3, then the connection terminates...
Hello,
I want to calculate RSSI using TX power(Measured power at 1m) and instant RSSI getting in NRF CONNECT APP and Environmental factor.
I have used this
Distance...
I want to debug my adafruit feather nrf52840 sense with my nRf52840dk I followed this link: FAQs | Bluefruit nRF52 Feather Learning Guide | Adafruit Learning System
But...
Hi,
I am having a connectivity problem with a central Bluetooth device (nrf52832) that has to be connected to a peripheral (nrf52840), previously this connectivity worked...
I had a simple blinky application. With this application running I was able to flash a new version in the nRF52480 SDK board at address 0x0086000 with JFLASH. Pressing button...
Hi,
When sending a command using Zigbee, I understand the best method to use is by using:
So when calling light_switch_send_step, I use:
Which in turn calls below...