Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
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 working with nRF52840DK. I need to run in Direct Test Mode, and to see RSSI & PER. I tried nRF Connect - Direct Test Mode, but it shows only the number of received...
Hi engineers,
I want to transplant demo "usbd_audio" from pca10056 to pca10100, what should I do?
I found a relevant ticket said that
Change board config.
Change...
Hello DevZone,
For a project I'm using the TAG-4 NFC writeable NDEF message example in my SDK and I had a question if this message is always stored in flash or if it is...
I have two nRF5340PDK, both of which would have worked normally. Then I accidentally download the firmware of 52840 version into nRF5340PDK by GProgrammer, which made them...
Hi,
How can I know whether the BLE link between my nrf52840 device and the pc (while connecting via NFC) or the mobile, is configured as a half duplex or a full duplex...
Dear,
I am trying to get secure serial DFU working on our custom board, which is connected to another controller through 2x UART(P0.02, P0.03, P0.30, P0.31) without HWFC...
Hi, I am developing a central application that should get data from a single or even multiple primary services with multiple characteristics in Zephyr. I am using the central_ht...
I'm trying to build the light switch example. I have downloaded the nRF5 SDK for Mesh v4.0.0 and the nRF5 SDK v16.0.0, and place those 2 extracted folders in the same folder...
It works when I use I2C_2 to communicateon nrf9160. The register value is successfully accessed when i2C_reg_write_byte() is called.
9160dk_9160ns.overlay:
I want...
I am trying to use peripheral/spis as a reference for configuring my nRF52840 DK as a slave. The SPI clock frequency is 1 MHz. The SPI master is another micro-controller....
Hi,
I am using nrf52832 development board with sdk 17.0.2 and S132 softdevice. My requirement is to scan and advertise at the same time. I am using the ble_app_template...
hi,
I am using nrf52832 with ble multilink(nRF5_sdk_16.0.0) example. I need multiple connections with the peripheral at the same time. is it possible to connect multiple...
Hi.
I'm developing application that is needed to include UARTE Interrupt.
I can drive UART interrupt well(not UARTE), but UARTE is not working.
Here is my code...
Hi, I need to send data larger than 16 bytes on a characteristic. I see that the maximum number of bytes I can send using the indicate function is limited to 16 bytes.
...
I am working with:
NRF52840 boards
nRF Connect SDKwith Zephyr
On Ubuntu
Desired behaviour would be:
Establish connection with Codded PHY
After some time disconnect...