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...
Hello everyone!
Has anyone ever implemented ANCS (Apple Notification Center Service) in ZephyrOS?
We are using nRF51822 SoC with the goal to connect to the smartphone...
Hi Nordic Dev community ,
using: nrf52840-DK SDK 15.2 softdevice S140 6.1.0,
Am getting a SoftDevice assert id=1 PC=0x17660 code=0x62D
App error handler id=1 PC=0x17660...
Dear Nordic Crew, I have got 5 adafruit feathers based on NRF52832 and nRF52833-DK so far. I would like to implement indoor localization based on BLE mesh and RSSI. As far...
Hi,
I am trying to integrate the Google IoT Cloud example into my CoAP Server. The example is using Secure API to esablish COAPS. I have enabled
CONFIG_OPENTHREAD_COAP...
I downloaded a project in named prj9160 from Github. The prj9160 had three folders : Azure, firmwre, mscerts. I run successfuly the following command :
west build -p always...
Hi everyone,
I want to run nrf_drv_saadc_sample in a loop but I do not want to use PPI and TIMER peripherals because they increases the power consumption of my device. I...
Hi , am working on mesh example from v1.8.0\nrf\samples\bluetooth\mesh\light_switch. In this example they are using generic on/off server , light LC server and other server...
Hi.
For example, for the nRF52832 BLE chip, could it, in some manner, be only visible/communicate with a specific/particular smartphone app? How? using the MAC?
Regards...
Hello, I have a nrf5340dk communicating with nrf52840 dongle connected to a pc with UART baud rate of 2M. Connection parameters are:
7.5ms Conn interval
1ms Slave latency...
Background The adxl362 driver native to the zephyr kernel doesn't support FIFO operations, so I built my own out-of-tree driver that relies on a new accelerometer API instead...
I wish to add a firmware version to my project. Because we are hoping to use OTA for updating I have set the configuration paramater:
CONFIG_MCUBOOT_IMAGE_VERSION
in proj...
After working with arduino's and microprocessors like the ESP8266 and ESP32, I recently started toying around with a nRF52840 dev kit. After going through some tutorials,...
Hello,
In my project i am using nrf52840 with my custom board and to upload the code through NRF_CONNECT application with soft device its uploading properly but with segger...
Hi, I have a problem configuring the PPP Modem correctly and I'm not quite sure what i'm missing here.
I'm running the code on a custom board. We are using nRF52832 to talk...
Hello dear!
1- What is the relation(formulas) between current in uplink I uplink and the data packet size?
2- What is the relation between the iDRX PDCCH repetitions ...