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'm having a problem merging the Mesh SDK v1.0.1 with nRF5 SDK 14.2 following the " Coexistence with other Nordic SDKs" section of the Mesh documentation. I have a fresh unzip...
Hi,
I've been modifying this example in order to make some things automatic, which include to read some characteristics via BLE. So I'm trying to use this read function...
I wish to automate the nRF connect tool using python, e.g. perform a scan, connect to a device, discover the services and write some data. Is this possible? I have stumbled...
Hi
facing a strange issue in my firmware.
I am deleting the bonds in the initialisation.
When I go for a hard reset, sometimes I get the peer id list NULL --> correct...
Hi,
I am experimenting with the Thingy52, how do I transmit data from it to the cloud platform of my choice?
In the menu options, I see cloud, what is it for?
What...
Hi,
AFAIK, the peripherals on the nRF52832 need to be explicitly enabled. If that is the case, what would be the current consumption of the chip if I program it using the...
Dear sir,
I use nRF52832 for our product. But I change PCB antenna to chip antenna, modify match circuit. At this conditions, which bluetooth SIG certification process should...
Hello everybody ! Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the...
Hello, nordic.
I have added uart functionality to hrs example, to add OBB pairing to uart example.
I have replaced as hrs --> nus and have inserted uart_init(), uart_event_handler...
I want to connect esp32 with nrf52840 for availing Bluetooth 5 functionality. In this, I want to use esp32 as application processor and nrf52840 as network co-processor. Is...
Hi everyone,
We develop the project on chip NRF52832 with SDK v14.0.
The chip in this project works in multirole mode. During the work it must scan the devices to acquire...
In order to transmit sensor readout from an I2C sensor I have to write new software for the nRF51822 to use the I2C bus and need to change the Android app for displaying the...
I've read, that a provisioner/client in an application like the lightswitch example can only manage up to 50 nodes (servers), using persistent storage on a nRF52840 device...