Hi,
I recently wanted to compile this example https://github.com/NordicPlayground/nrf5-ble-tutorial-characteristic?tab=readme-ov-file on another dk to learn about ble development...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
Is it possible to implement 2 peripheral in one device (need to connect a peripheral device with two different centrals)? When should i expect for this feature?
I have a question about how much memory is required for app timers.
The comments for APP_TIMER_BUF_SIZE state that the buffer size must be one more than actually needed...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
Sorry,my English is poor. I
Now,I have four uart BLE device. Every device sends data in frequency 20Hz. And I also have a android phone. I hope that the phone could receive...
hi everyone.
i have an issue with app timer. i m using SDK 9 and softdevice v8.0. in my code i used ble_app_template project and changed something according to my goals ...
hi,
1.I find some same issues on website, most of them can send more than 1 packet per connection interval up to 6 packets, but I'm not sure what version of sofedevice...
Hi!
We are using S130 softdevice in peripheral role and achieve the specified maximum throughput of 63.4kbps ( S130 spec ) when communicating with a PC and connection interval...
Dear sir,
Reader has a NRF24L01P-R7 with stm32f4xx controller.We are using TAG chip NRF24LU1P-F32Q32-T.
Please share the independent stack information(source code) so...
I am trying to setup the examples for the dev board PCA10040. I copy them from the Pack Installer and when I open the project I keep getting "Install missing Software Packs...
Hello
I made a custom service with characteristic. It send the number 1234 over ble. When i open the Master Control Panel and look at the custom characteristic. I read...
We have a home made BLE device based on nrfR1822. This one has two embedded sensors sampling data at a frequency of 25Hz.
In regular mode, the device sends every second...
I was going through Gazell link layer as well as Enhanced shortburst i found in both of them we can use payload max upto 32 bytes. Both supports 8 nodes with an host using...