Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I am using a nRF52840 with " SEGGER Embedded Studio for ARM 5.10a" and " nRF5_SDK_17.0.0_9d13099 " sdk.
I am enabling a interrupt on a GPIOTE pin using this code.
I...
Hi,
I need to store some "XML" data in a buffer, to send over serial.
I have some trouble with storing this variable, due to some symbols.
char N_Pos0[150] = "<txid...
Hi,
I've had a product that's been out there for years. In it, we call `sd_ble_gattc_primary_services_discover` a few milliseconds after we've received `BLE_GAP_EVT_CONNECTED...
We would like to try using the standard DFU process to update third party ECU connected to the nrf52 chip. Our idea is to modify the standard DFU zip package - to add a new...
https://www.novelbits.io/bluetooth-5-advertisements/ i have followed this. want to know in simple words how periodic adv is helpful in contrast to simple advertising
The Attach LTE is working but i can't use some command AT for testing Data, as you can see in the screenshot below, i tried with somes commands but it's failing, can you please...
I think the figure 10 in nRF9160_PS_v2.0.pdf chapter 5.1.3.1 is worng.
R and C should be swapped.
It is different to Figure 118 chapter 10.3.1 R2, C10.
Exist a list...
Hello,
I have the following problem. I am using the SDK for Mesh 4.2.0 with the nRF5 SDK 16.0.0 on the nRF52840 DK, I am using the sensor model and I have extended it with...
Hi,
I want to make a BLE Multirole application where the central demands LESC, bonding and MITM and peripheral connections is JUST WORKS bonding.
Is that possible? If...
I'm trying to modify the flash_fds example to write a start time when a button is pressed, then an end time when the button is released. I get the time over TWI from an RTC...
Hi, We are into Commercial health devices using nrf5340 and looking to use AoD technology for our device to get its indoor location. We need to have a Receiver with antenna...
What are different options to load the soft device on custom board? Currently, I am using nRFGoStudio to load the softdevice on nRF52840 DK. We will not have segger hardware...
My app uses a proprietary service and characteristic UUIDs; the app needs to completely manage all characteristic reads and writes. With nRF Connect, I can see my service...
Hi Community,
For community's help I success to create 12.3.0 DFU version get work.
So now I try to make all hex(softdevice, bootloader, application) to one hex file...