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...
All I want to do is use the "Advertiser" tab in my nRF Connect android app and force it to broadcast using a custom 128-bit UUID.
I am struggling to figure out how to do...
I have tried combining a working SDK16_98a08e2 MPU6050 example with the SDCard example in the same SDK, however it seems they are incompatible because the MPU example uses...
Hi,
I am developing a device with nrf52840 soc, I need to know that there is any unique and unforgettable id in this chip that with that I could differentiate between...
Hi, Just wanted to pass this along... with the latest Raspbian (09/26/19) the thingy52 will consistently disconnect after about 90 seconds (+/- a few seconds). You can easily...
Hello,
I have two boards of nRF52840, one being central and the other is peripheral. On the central I've put the code from ble_app_multilink_central and on the peripheral...
Hello,
I see this type of query or GATT error has been asking continuously. I have gone through all the same Q&A but not able to solve my query. I have tried all the possible...
Hello Nordic support,
I was referring to the RTC example in nrf52 SDK where an interrupt is triggered on Compare Counter event. In the example, the interrupt is triggered...
I am trying to make custom BLE service to send the data from one nRF52832 to another nRF52832 but we followed the below tutorial "Bluetooth low energy Advertising, a beginner...
Hello,
We are developing a device that needs to get local binding info on init to see if it needs to send data or not to an on/off server in a remote device.
Is there...
Hi,
I'm using nRF52832 board and I'm integrating the Bluetooth beacon sending in the Bluetooth Mesh example. I've edited the Mesh Beacon example in Mesh SDK v4.0.0 with...
I am working with ble_app_uart example. I have added a new folder by name custom_folder in $(SDK_root)/, the same places where folders like library, softdevice, ble, boards...
Hello, currently im using feather nrf52840 board in arduino environment. I made some tests with BLE with TX power at 8 dBm and when boards are at line of sight signal is good...
In the SDK it suggests we use those new nrfx drivers, and says the legacy will no longer supported in the future. However, in the examples of the SDK, it uses the legacy driver...
hi
i am using sdk for mesh v3.1.0 i get my data from the uart and sending it over the mesh. i have been getting an error within the function net_state_seqnum_alloc() that...
Using SDK nrf52_sdk_16.0.0 PCA10040 S132
My code can read and write Flash using the "Data Storage Flash" interface, IE calling fds_record_write(...) and waiting for events...