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...
I am trying to read data from a chip over SPI.
The implementation of the SPI comms is not ideal as they require a new CS/SS line toggle on every byte. I cannot do a bulk...
I hope that someone can show a clear example of this. I surprised that it isn't in the SDK examples. Basically, it is necessary to stop the BLE SD, in most low-power examples...
Hi,
I am having a problem where the client is unable to receive notification from a peripheral after the softdevice in the peripheral returns 0x3002 after a disconnect....
Hi,
I am trying to implement DALI-104 (IEC-62386:104:2019) on top of openThread protocol.
I am using Thread: CoAP Client and Thread: CoAP Server and want to configure...
I am Rattana. I have some project for Bluetooth communicate with mobile phone. Then I will use BC805M(nRF52805).Nomally I connect my MCU with HC06 and I use MCU because I...
Hello I'm now trying to implement the IOS Phones (Central) - Device (Peripheral) liver UART using Multiple Connection - Nordic Uart Service. Devices tried to send a UART signal...
Hi,
We are following the project CHIP and planning on design a matter device with our existing hardware platform. The below are some questions about it:
1. Our platform...
Dear Nordic Bluetooth Experts,
My project is quite simple: A BT Mesh device (generic level server model) powered by a Nordic nRF53832 and an Android app that is used to...
Hi Everyone,
This new way of doing firmware seems to have taken such a turn from what I've been doing for the past 20 years that I don't know where to begin. All I'm trying...
Hello,
I am using android nrf mesh app as a base app and using the latest nrf mesh library version.
I am taking provisioning trails on inline on-off controller.
While...
Hi,
I have used "write_handler(p_ble_evt->evt.gap_evt.conn_handle, p_rtc_service, p_evt_write->data[0]);" to send data to nrf52832 from nrfconnect mobile app but iam able...
Hello,
For our application, we need to form a Zigbee distributed network and not a Zigbee centralized network. That means that routers need to be able to form a new network...
Hi , I have a problem when I wanted to combine the two examples twi scanner and usbd ble uart together although they work correctly individually I have a MAX30105 sensor which...
Hi all
We're developing an application for nrf9160 with zephyr-sdk v2.4.99-ncs2 and nrf-sdk v1.5.1.
In our project we are required to use a Library which forces us to...
Hello
I want to sampling two analog.. with different configuration and handler.
so I set two channels like this.
and then I call only one sample function like...